FxTree

Object Hierarchy | Supported Parameter List: FxTree

Inheritance

SIObject
  ProjectItem
    Property
      FxTree

Introduced

3.0

Description

The FxTree object represents an XSI 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

AnimatedParameters

AnimatedParameters2

BelongsTo

EvaluateAt

IsA

IsAnimated

IsAnimated2

IsClassOf

IsEqualTo

IsKindOf

IsLocked

IsSelected

LockOwners

SetAsSelected

SetCapabilityFlag

SetLock

TaggedParameters

UnSetLock

Properties

Application

Branch

BranchFlag

Capabilities

Categories

Families

FullName

FxOperators

Help

LockLevel

LockMasters

LockType

Model

Name

NestedObjects

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



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index