Click or drag to resize
SoShapeHints.shapeType 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: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFEnum<SoShapeHints. ShapeTypes> shapeType { get; }

Property Value

Type: SoSFEnum<SoShapeHints.ShapeTypes>
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