SelectGeneratorInputs

Introduced

4.0

Description

Selects the inputs of generator operators.

Scripting Syntax

SelectGeneratorInputs( InputObjs )

Parameters

Parameter

Type

Description

InputObjs

String

List of generator operators

Default Value: Current selection

Examples

VBScript Example

'
' 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

See Also

ApplyGenOp

HideGeneratorInputs

DeleteGeneratorInputs



Autodesk Softimage v7.5