PoMesh3DVec.endArrowShape 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: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<PoMesh3DVec. ArrowShapes> endArrowShape { get; }
Public ReadOnly Property endArrowShape As SoSFEnum(Of PoMesh3DVec.ArrowShapes)
Get
public:
property SoSFEnum<PoMesh3DVec. ArrowShapes>^ endArrowShape {
SoSFEnum<PoMesh3DVec. ArrowShapes>^ get ();
}
member endArrowShape : SoSFEnum<PoMesh3DVec. ArrowShapes> with get
Property Value
Type:
SoSFEnum<PoMesh3DVec.ArrowShapes>
RemarksIf endArrowShape = NO_SHAPE, the end-shape of each vector is invisible.
See Also