Click or drag to resize
SoSegmentChainsizes Property

Array containing the number connected vertices in each segment chain.

Namespace: OIV.ImageViz.Nodes.Geometries
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoMFInt32 sizes { get; }

Property Value

Type: SoMFInt32
Remarks

The size of the array is the number of chains.

A chain with n connected vertices has (n-1) segment. A chain cannot have less than 2 vertices.

See Also