SoShapeShapeTypes Enumeration |
Basic type for antialiased rendering for this shape (Do not consider the SoDrawStyle property currently in the state).
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
POINTS | 0 | The shape is render based on points (Ex: SoPointSet). | |
LINES | 1 | The shape is render based on lines (Ex: SoLineSet). | |
POLYGONS | 2 | The shape is render based on polygons (Ex: SoFaceSet). | |
TEXT | 3 | The shape is a text and follows the special filter for texts. |
Default shape type is POLYGONS.