Rhino 常用创建几何体函数 5 其它常用函数
1)弹出消息框:(简写: MsgBox)
Rhino.MessageBox (strMessage [, intButtons [, strTitle]])
2)打开指定格式的文件:
Rhino.OpenFileName ([strTitle [, strFilter [, strFolder [, strFilename
[, strExtension]]]]])
3)点坐标转换为字符串:
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)求文字的点坐标:
Rhino.TextObjectPoint (strObject [, arrPoint])
10)把文字从ID格式转换成文字格式:
Rhino.TextObjectText (strObject [, strText])
11)返回标注的数字(包括手动修改的):
Rhino.DimensionText (strObject)
12)修改标注数字:
Rhino.DimensionUserText (strObject [, strUserText])
13)设置脚步快捷键:
Rhino.AddAlias (strAlias, strMacro)
14)使用rhino内部命令:
Rhino.Command (strCommand [, blnEcho])
15)用指定符号分割字段:
Rhino.Strtok (strText [, strDelimiters])
点击加载更多评论>>