v4.0
operator
Hides or shows the inputs of generator operators.
HideGeneratorInputs( InputObjs ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String | List of generator operators
Default Value: Current selection |
' ' This example illustrates how to unhide the input text curve primitive ' that was used to create a given text mesh primitive. CreateMeshText "CurveListToPlanarMeshForText", siPersistentOperation HideGeneratorInputs "polymsh" Translate , 0.156033794054594, 5.27882055247203, -0.527882055247203, siRelative, siView, siObj, siXYZ ' Running this script should show two text objects in the 3d view: the curve and the mesh |