TogglePinObjectInPosition

詳細

一時プリミティブに対する位置コンストレイントを設定し、オブジェクトを現在の場所に固定します。 オブジェクトがすでに固定されている場合は、コンストレイントおよび一時プリミティブが削除されます。

スクリプト構文

TogglePinObjectInPosition( [ConstrainedObj] );

パラメータ

パラメータ タイプ 説明
ConstrainedObj 文字列 固定するオブジェクトのリスト

デフォルト値: 選択されたオブジェクト

VBScript の例

CreatePrim "Cube", "MeshSurface"

SetValue "cube.cube.length", 3.5

Translate , 2, 3, 0, siRelative, siView, siObj, siXYZ

' toggle pin on

TogglePinObjectInPosition "cube"

Refresh

' object will not move

Translate , -5, 1, 0, siRelative, siView, siObj, siXYZ

Refresh

' toggle pin off

TogglePinObjectInPosition "cube"

' object will now move

Translate , -5, 1, 0, siRelative, siView, siObj, siXYZ

関連項目

RemoveCns SIApplyConstraint SIApplyCns