Click or drag to resize
SoShapeHintsFaceTypes Enumeration

Hints about faces of shape: if all faces are known to be convex or not.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum FaceTypes
Members
  Member nameValueDescription
UNKNOWN_FACE_TYPE0

Nothing is known about faces.

CONVEX1

All faces are convex.

Remarks