Introduced
4.0
Description
Deletes the inputs of generator operators.
Scripting Syntax
DeleteGeneratorInputs( InputObjs )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of generator operators Default Value: Current selection |
Examples
VBScript Example
' ' 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]"
See Also
Autodesk Softimage v7.5