FxTree

Object Hierarchy | Supported Parameter List: FxTree

Inheritance

SIObject
   ProjectItem
       Property
          FxTree

Introduced

3.0

Description

The FxTree object represents an Softimage Illusion Fx Tree (a network of FxOperators) within a scene. It contains 0 or more FxOperator objects that are retrieved by calling FxTree.FxOperators. FxTree can be created with X3DObject.AddFxTree.

Methods

AddCustomOp

AddImageClipOperator

AddImageOperator

AddPassInputOperator

AddScriptedOp

AddScriptedOpFromFile

AnimatedParameters2

BelongsTo

EvaluateAt

GetICEAttributeFromName

IsA

IsAnimated2

IsClassOf

IsEqualTo

IsKindOf

IsLocked

IsSelected

LockOwners

SetAsSelected

SetCapabilityFlag

SetLock

TaggedParameters

UnSetLock

 

Properties

Application

Branch

BranchFlag

Capabilities

Categories

Families

FullName

FxOperators

Help

ICEAttributes

LockLevel

LockMasters

LockType

Model

Name

NestedObjects

ObjectID

Origin

OriginPath

Owners

Parameters

Parent

Parent3DObject

PPGLayout

Selected

Singleton

Type

 

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
oTree.AddImageOperator "File Input"
oTree.AddImageOperator "Noise"
oTree.AddImageOperator "EdgeDetect"

for each oOperator in oTree.FxOperators
   LogMessage "Name of Fx Operator: " & oOperator.Name
next

See Also

FxOperator

SceneItem



Autodesk Softimage v7.5