SoSegmentChainsizes Property |
Array containing the number connected vertices in each segment chain.
Namespace: OIV.ImageViz.Nodes.GeometriesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFInt32 sizes { get; }
Public ReadOnly Property sizes As SoMFInt32
Get
public:
property SoMFInt32^ sizes {
SoMFInt32^ get ();
}
member sizes : SoMFInt32 with get
Property Value
Type:
SoMFInt32Remarks 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