カーブリストが閉じられているか(true)そうでないか(false)を示すBoolean値を戻します。
set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Arc","NurbsCurve") set oNurbsCurveList = oObject.ActivePrimitive.Geometry if oNurbsCurveList.Closed then logmessage "NURBS curves closed" end if |