PoMesh2DVecstartArrowShape Property |
Type of shape to be drawn at the start 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> startArrowShape { get; }
Public ReadOnly Property startArrowShape As SoSFEnum(Of PoMesh2DVecArrowShapes)
Get
public:
property SoSFEnum<PoMesh2DVecArrowShapes>^ startArrowShape {
SoSFEnum<PoMesh2DVecArrowShapes>^ get ();
}
member startArrowShape : SoSFEnum<PoMesh2DVecArrowShapes> with get
Property Value
Type:
SoSFEnumPoMesh2DVecArrowShapesRemarks If startArrowShape = NO_SHAPE, the start-shape of each vector is invisible.
See Also