位置:首頁(yè) > 軟件操作教程 > 工業(yè)產(chǎn)品軟件 > SolidWorks > 問(wèn)題詳情

Rhino 常用創(chuàng)建幾何體函數(shù) 4 物件

提問(wèn)人:劉團(tuán)圓發(fā)布時(shí)間:2020-10-23

        1)拾取點(diǎn):

                Rhino.GetPointCoordinates ([strMessage [, blnPreSelect]])

         2)拾取點(diǎn)(直接創(chuàng)建):

                Rhino.GetPoint ([strMessage [, arrPoint [, dblDistance [, blnPlane [,            

                blnSnapObject]]]]])

         3)輸入數(shù):

                Rhino.GetReal ([strMessage [, dblNumber [, dblMin [, dblMax]]]])

         4)輸入字符串:

                Rhino.GetString ([strMessage [, strString [, arrStrings]]])

         5)選取物件:

                Rhino.GetObjects ([strMessage [, intType [, blnPreSelect [, blnSelect

                [, arrObjects ]]]]])

         6)復(fù)制:

                Rhino.CopyObject s(strObject [, arrStart , arrEnd])

         7)刪除物件:

                Rhino.DeleteObjects (arrObjects)

         8)移動(dòng)物件:

                Rhino.MoveObjects (arrObjects, arrStart, arrEnd)

         9)命名物件:

                Rhino.ObjectNames ( arrObjects [, arrNames])

       10)旋轉(zhuǎn)物件:

                Rhino.RotateObjects (arrObjects, arrPoint, dblAngle [, arrAxis [, 

                blnCopy]])

       11)通過(guò)名稱選擇物件:

                Rhino.ObjectsByName (strName [, blnSelect [, blnIncludeLights]])

繼續(xù)查找其他問(wèn)題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部