SoShapeHintsfaceType Property |
Indicates whether each face is convex.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoShapeHintsFaceTypes> faceType { get; }
Public ReadOnly Property faceType As SoSFEnum(Of SoShapeHintsFaceTypes)
Get
public:
property SoSFEnum<SoShapeHintsFaceTypes>^ faceType {
SoSFEnum<SoShapeHintsFaceTypes>^ get ();
}
member faceType : SoSFEnum<SoShapeHintsFaceTypes> with get
Property Value
Type:
SoSFEnumSoShapeHintsFaceTypesRemarks 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