Click or drag to resize
SoShapeHintsfaceType Property

Indicates whether each face is convex.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoSFEnum<SoShapeHintsFaceTypes> faceType { get; }

Property Value

Type: SoSFEnumSoShapeHintsFaceTypes
Remarks

Because the penalty for non-convex faces is very steep (faces must be triangulated expensively), the default assumes all faces are convex. Therefore, shapes with concave faces may not be displayed correctly unless this hint is set to UNKNOWN_FACE_TYPE. Use enum OIV.Inventor.Nodes.SoShapeHints.FaceTypes. Default is CONVEX.

See Also