CreateSimulatedICETree
 
 
 

CreateSimulatedICETree

Introduced

v7.0

Description

Creates a simulated ICETree by adding simulation and post-simulation markers, an evolve operator. The ICETree is added to the evolution.

Scripting Syntax

oReturn = CreateSimulatedICETree( ConnectionSet, [ConnectType], [ImmediateMode] );

Return Value

An XSICollection containing the newly created ICETree.

Parameters

Parameter Type Description
ConnectionSet Connection set Input objects to connect.

Default Value: Current selection

ConnectType siBranchFlag Specifies the type of connection.

Default Value: siUnspecified

ImmediateMode siOperationMode This parameter is currently ignored.

Default Value: siPersistentOperation

Examples

VBScript Example

CreatePrim "Cube", "MeshSurface"
CreateSimulatedICETree "Cube"

See Also

ApplyICEOp