PoMesh2DVecendArrowShape Property |
Type of shape to be drawn at the end point of the body.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMesh2DVecArrowShapes> endArrowShape { get; }
Public ReadOnly Property endArrowShape As SoSFEnum(Of PoMesh2DVecArrowShapes)
Get
public:
property SoSFEnum<PoMesh2DVecArrowShapes>^ endArrowShape {
SoSFEnum<PoMesh2DVecArrowShapes>^ get ();
}
member endArrowShape : SoSFEnum<PoMesh2DVecArrowShapes> with get
Property Value
Type:
SoSFEnumPoMesh2DVecArrowShapesRemarks If endArrowShape = NO_SHAPE, the end-shape of each vector is invisible.
See Also