Envelopes (SceneItem)

Description

Returns an EnvelopeCollection containing each Envelope object applied to this object.

C# Syntax

// get accessor
EnvelopeCollection rtn = SceneItem.Envelopes;

Examples

VBScript Example

set oRoot = Application.ActiveProject.ActiveScene.Root
set oSkeleton = oRoot.AddModel

set oSkin = oRoot.AddGeometry( "Sphere", "MeshSurface")

set oChainRoot = oSkeleton.Add3DChain

' apply envelope to geometry branch using
oSkin.ApplyEnvelope oSkeleton, siBranch, siBranch

set oEnvelope = oSkin.Envelopes(0)
logmessage typename(oEnvelope)


Autodesk Softimage v7.5