SoShapeHintsshapeType Property |
Indicates whether the shape is known to enclose a volume (SOLID) or not.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoShapeHintsShapeTypes> shapeType { get; }
Public ReadOnly Property shapeType As SoSFEnum(Of SoShapeHintsShapeTypes)
Get
public:
property SoSFEnum<SoShapeHintsShapeTypes>^ shapeType {
SoSFEnum<SoShapeHintsShapeTypes>^ get ();
}
member shapeType : SoSFEnum<SoShapeHintsShapeTypes> with get
Property Value
Type:
SoSFEnumSoShapeHintsShapeTypes
RemarksIf the inside (the side away from the surface normal) of any part of the shape is visible, the shape is not solid. Use enum ShapeType. Default is UNKNOWN_SHAPE_TYPE.
See Also