Click or drag to resize
SoShapeHintsShapeTypes Enumeration

Hints about entire shape: if shape is known to be a solid object, as opposed to a surface, then it is possible to visualize only the exterior (SOLID) or interior (INNER_SOLID) faces of this volume.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum ShapeTypes
Members
  Member nameValueDescription
UNKNOWN_SHAPE_TYPE0

Nothing is known about the shape, or the shape is not solid.

SOLID1

The shape is solid, encloses a volume, and defines the exterior of this volume.

INNER_SOLID2

The shape is solid, encloses a volume, and defines the interior of this volume.

Note Note

Enum available since Open Inventor 2025.1

Remarks