SoBufferedShapevertexComponentsCount Property |
Number of components in each vertex.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFShort vertexComponentsCount { get; }
Public ReadOnly Property vertexComponentsCount As SoSFShort
Get
public:
property SoSFShort^ vertexComponentsCount {
SoSFShort^ get ();
}
member vertexComponentsCount : SoSFShort with get
Property Value
Type:
SoSFShortRemarks Default is 3 (i.e. X, Y and Z).
See Also