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