Rhino 常用創(chuàng)建幾何體函數(shù) 5 其它常用函數(shù)
1)彈出消息框:(簡寫: MsgBox)
Rhino.MessageBox (strMessage [, intButtons [, strTitle]])
2)打開指定格式的文件:
Rhino.OpenFileName ([strTitle [, strFilter [, strFolder [, strFilename
[, strExtension]]]]])
3)點坐標(biāo)轉(zhuǎn)換為字符串:
Rhino.Pt2Str (arrPoint [, intPrecision [, blnSpace]])
4)讀取文本信息:
Rhino.ReadTextFile (strFileName [, blnIgnoreEmptyRows [,
blnTrimSpaces]])
5)輸入信息到文本:
Rhino.WriteTextFile (strFileName, arrStrings [, blnAppend [,
intEncoding]])
6)添加文字:
Rhino.AddText (strText, arrPoint [, dblHeight [, strFont [, intStyle [,
intJustification]]]])
7)添加Dot文字:
Rhino.AddTextDot (strText, arrPoint)
8)包裹物件:
Rhino.BoundingBox (arrObjects [, arrPlane [, blnWorldCoords]])
9)求文字的點坐標(biāo):
Rhino.TextObjectPoint (strObject [, arrPoint])
10)把文字從ID格式轉(zhuǎn)換成文字格式:
Rhino.TextObjectText (strObject [, strText])
11)返回標(biāo)注的數(shù)字(包括手動修改的):
Rhino.DimensionText (strObject)
12)修改標(biāo)注數(shù)字:
Rhino.DimensionUserText (strObject [, strUserText])
13)設(shè)置腳步快捷鍵:
Rhino.AddAlias (strAlias, strMacro)
14)使用rhino內(nèi)部命令:
Rhino.Command (strCommand [, blnEcho])
15)用指定符號分割字段:
Rhino.Strtok (strText [, strDelimiters])
點擊加載更多評論>>