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