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