Click or drag to resize
SoVRMLTriangleStripSetstripCount Property

The stripCount field describes how many vertices are to be used in each strip from the coord field.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFInt32 stripCount { get; }

Property Value

Type: SoMFInt32
Remarks

Coordinates are assigned to each strip by taking stripCount[n] vertices from the coord field. Each value of the stripCount array must be greater than or equal to three.

See Also