GetSetSizeNode

 

Introduced

7.0

UI Location

• Math > Statistics

Description

Outputs the number of elements in the set. For example, if your data set contains the positions of the points on a mesh, the value returned will be the number of points on the mesh. The filter set size corresponds to the size of the set when filtered.

Tip: A data set can be filtered with some nodes such as FilterNode, IfNode, SelectCaseNode, RaycastNode. For example, if you insert the Get Set Size to the "If True" branch of an IfNode, it will return the number of elements that have succeeded the If node condition.

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

value

Type: siICENodeDataValue or siICENodeDataLocation

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The data set from which to retrieve the size.

Outputs

Port Name

Connection Info

Description

size

Type: siICENodeDataLong

Structure: siICENodeStructureSingle

Context: siICENodeContextSingleton

The number of elements in the data set.

filteredsize

Type: siICENodeDataLong

Structure: siICENodeStructureSingle

Context: siICENodeContextSingleton

The number of elements in the data set excluding the filtered elements.

See Also

GetArraySizeNode

GetElementIndicesNode

GetMaximumInSetNode

GetMinimumInSetNode

GetSetAndNode

GetSetAverageNode

GetSetOrNode

GetSetSumNode



Autodesk Softimage v7.5