PoMesh3DVecbodyShape Property |
Type of shape (no body, line, cylinder) used to draw the body.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMesh3DVecBodyShapes> bodyShape { get; }
Public ReadOnly Property bodyShape As SoSFEnum(Of PoMesh3DVecBodyShapes)
Get
public:
property SoSFEnum<PoMesh3DVecBodyShapes>^ bodyShape {
SoSFEnum<PoMesh3DVecBodyShapes>^ get ();
}
member bodyShape : SoSFEnum<PoMesh3DVecBodyShapes> with get
Property Value
Type:
SoSFEnumPoMesh3DVecBodyShapesRemarks If bodyShape = NO_BODY, the body of each vector is invisible.
See Also