ApplyEnvelope (SceneItem)
Description
Applies a flexible envelope to the object(s) specified.
Note: You can apply envelopes to several different types of X3DObjects (for example, either nurbs or mesh 3D objects). However, the only type of Cluster that you can use apply an envelope to is the vertex (point) cluster type (siVertexCluster).
Scripting Syntax
SceneItem.ApplyEnvelope( Deformers, [DeformOnBranch], [EnvelopeOnBranch] )
C# Syntax
Envelope SceneItem.ApplyEnvelope( Object in_pDeformers, siBranchFlag in_eDeformOnBranch, siBranchFlag in_eEnvelopeOnBranch );Parameters
|
Parameter |
Type |
Description |
|
Deformers |
SceneItemCollection, SceneItem object, or an Expression |
Object(s) to be assigned as envelope deformers. |
|
DeformOnBranch |
Use all objects in deformers branch Default Value: siUnspecified |
|
|
EnvelopeOnBranch |
Apply envelope to all objects in the SceneItem's branch Default Value: siUnspecified |
Return Value
Examples
• See SceneItem.ApplyEnvelope.1.vbs
Autodesk Softimage 2011