GeneratePointCloudWithICETemplate
 
 
 

GeneratePointCloudWithICETemplate

Introduced

v7.0

Description

Generates a new point cloud with an ICE template. An ICE template is an ICETree defined by an ICE compound that has an execute output port, and which is exploded upon connection. This compound can also have picking strings assigned to some of its input ports. In that case, a pick session is started to select scene elements to be connected to their ports. ICE trees and templates can be applied on a single object or in branch.

Scripting Syntax

oReturn = GeneratePointCloudWithICETemplate( File, [Inputs], [ConnectType] );

Return Value

ICETree

Parameters

Parameter Type Description
File String ICECompoundNode
Inputs String Specifies the input objects connected to the ICE Tree. This can be a list of comma-separated names.

Default Value: A picking session is launched for each port that has a picking string defined.

ConnectType siBranchFlag Specifies the type of connection.

Default Value: siUnspecified

See Also

ApplyICEOp ApplyICETemplate GeneratePointCloudWithICETerminal