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
|
|
Properties
|
|
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
Autodesk Softimage v7.5