v4.0
operator
Deletes the inputs of generator operators.
DeleteGeneratorInputs( InputObjs ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String | List of generator operators
Default Value: Current selection |
' ' 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]" |