PoMesh2DVecbodyShape 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<PoMesh2DVecBodyShapes> bodyShape { get; }
Public ReadOnly Property bodyShape As SoSFEnum(Of PoMesh2DVecBodyShapes)
Get
public:
property SoSFEnum<PoMesh2DVecBodyShapes>^ bodyShape {
SoSFEnum<PoMesh2DVecBodyShapes>^ get ();
}
member bodyShape : SoSFEnum<PoMesh2DVecBodyShapes> with get
Property Value
Type:
SoSFEnumPoMesh2DVecBodyShapesRemarks If bodyShape = NO_BODY, the body of each vector is invisible.
See Also