DeleteGeneratorInputs

導入

v4.0

詳細

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

スクリプト構文

DeleteGeneratorInputs( InputObjs );

パラメータ

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

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

VBScript の例

'

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

' that was used to create a given text mesh primitive 

' (with the side-effect of the curves-to-mesh operator being frozen).

CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation

DeleteGeneratorInputs "polymsh"

SelectObj "text"

' Running this script should log an error as the "text" object no longer exists

'ERROR : "2001-SELE-SelectObj - Argument 0 is invalid - [line 3]"

関連項目

ApplyGenOp SelectGeneratorInputs HideGeneratorInputs