SelectGeneratorInputs

導入

v4.0

詳細

ジェネレータ オペレータの入力を選択します。

スクリプト構文

SelectGeneratorInputs( InputObjs );

パラメータ

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

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

VBScript の例

'

' This example illustrates how to select the input text curve primitive 

' that was used to create a given text mesh primitive.

CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation

SelectGeneratorInputs "polymsh"

logMessage "selection = " & GetValue("SelectionList")(0)

' Running this script should log the following:

' ---------------------------------------------

'INFO : selection = text

関連項目

ApplyGenOp HideGeneratorInputs DeleteGeneratorInputs