TrimWith

導入

v3.0

カテゴリ

operator

詳細

trim オペレータを入力として与え、サーフェイスをトリムする非トリム サーフェイスのサーフェイス カーブに渡します。

スクリプト構文

TrimWith( [InputObjs], [TrimWithSrfCrv] );

パラメータ

パラメータ タイプ 詳細
InputObjs 文字列 トリム カーブを設定するオペレータをリストします。

デフォルト値: 現在の選択

TrimWithSrfCrv 文字列 トリムするサーフェイスのサーフェイス カーブをリストします。

デフォルト値: 現在の選択

VBScript の例

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]"