Click or drag to resize
SoShapeHintsElementFaceTypes Enumeration

Hints about faces of shape.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum FaceTypes
Members
  Member nameValueDescription
UNKNOWN_FACE_TYPE0

Nothing is known about faces.

CONVEX1

Faces are all convex.

FACE_TYPE_AS_IS2

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.

Remarks