Click or drag to resize
SoShapeHintsshapeType Property

Indicates whether the shape is known to enclose a volume (SOLID) or not.

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

Property Value

Type: SoSFEnumSoShapeHintsShapeTypes
Remarks

If the inside (the side away from the surface normal) of any part of the shape is visible, the shape is not solid. Use enum OIV.Inventor.Nodes.SoShapeHints.ShapeTypes. Default is UNKNOWN_SHAPE_TYPE.

See Also