| PoMesh3DVecendArrowHeightType Property  | 
Defines the type of method to compute the arrow height. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoMesh3DVecArrowHeightTypes> endArrowHeightType { get; }Public ReadOnly Property endArrowHeightType As SoSFEnum(Of PoMesh3DVecArrowHeightTypes)
	Get
public:
property SoSFEnum<PoMesh3DVecArrowHeightTypes>^ endArrowHeightType {
	SoSFEnum<PoMesh3DVecArrowHeightTypes>^ get ();
}member endArrowHeightType : SoSFEnum<PoMesh3DVecArrowHeightTypes> with get
Property Value
Type: 
SoSFEnumPoMesh3DVecArrowHeightTypes
RemarksIf endArrowHeightType = CONSTANT_HEIGHT, each vector has the same end-shape height = endArrowHeightFactor . If endArrowHeightType = RELATIVE_ HEIGHT, the end-shape height of a vector is endArrowHeightFactor * body's length. 
See Also