HideGeneratorInputs
 
 
 

HideGeneratorInputs

Introduced

v4.0

Description

Hides or shows the inputs of generator operators.

Scripting Syntax

HideGeneratorInputs( InputObjs );

Parameters

Parameter Type Description
InputObjs String List of generator operators

Default Value: Current selection

Examples

VBScript Example

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

See Also

ApplyGenOp SelectGeneratorInputs DeleteGeneratorInputs