v3.0
operator
trim オペレータを入力として与え、サーフェイスをトリムする非トリム サーフェイスのサーフェイス カーブに渡します。
TrimWith( [InputObjs], [TrimWithSrfCrv] ); |
パラメータ | タイプ | 詳細 |
---|---|---|
InputObjs | 文字列 | トリム カーブを設定するオペレータをリストします。
デフォルト値: 現在の選択 |
TrimWithSrfCrv | 文字列 | トリムするサーフェイスのサーフェイス カーブをリストします。
デフォルト値: 現在の選択 |
CreatePrim "Sphere", "NurbsSurface" CreatePrim "Circle", "NurbsCurve" SetValue "circle.circle.radius", 2 SelectObj "sphere", , True ApplyTopoOp "TrimByProjection", "sphere;circle", 3, siPersistentOperation TrimWith "sphere.surfmsh.trimbyprojectionop", "sphere.srfcrv[1]" |