HideGeneratorInputs

導入

v4.0

カテゴリ

operator

詳細

ジェネレータ オペレータの入力の表示/非表示を切り替えます。

スクリプト構文

HideGeneratorInputs( InputObjs );

パラメータ

パラメータ タイプ 詳細
InputObjs 文字列 ジェネレータ オペレータのリスト

デフォルト値: 現在選択されている値

VBScript の例

'
' This example illustrates how to unhide the input text curve primitive 
' that was used to create a given text mesh primitive.
CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation
HideGeneratorInputs "polymsh"
Translate , 0.156033794054594, 5.27882055247203, -0.527882055247203, siRelative, siView, siObj, siXYZ
' Running this script should show two text objects in the 3d view: the curve and the mesh

関連項目

ApplyGenOp SelectGeneratorInputs DeleteGeneratorInputs