SoShapeHintsElementShapeTypes Enumeration |
Hints about entire shape.
Namespace: OIV.Inventor.Elements
Member name | Value | Description | |||
---|---|---|---|---|---|
UNKNOWN_SHAPE_TYPE | 0 | Nothing is known about shape. | |||
SOLID | 1 | Shape is known to be solid, and it defines the exterior of the volume it encloses. | |||
INNER_SOLID | 2 | Shape is known to be solid, and it defines the interior of the volume it encloses.
| |||
SHAPE_TYPE_AS_IS | 3 | Indicates to OIV.Inventor.Elements.SoShapeHintsElement.Set(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoShapeHintsElement.VertexOrderings, OIV.Inventor.Elements.SoShapeHintsElement.ShapeTypes, OIV.Inventor.Elements.SoShapeHintsElement.FaceTypes) to leave as is. |