| PoMesh2DVecstartArrowHeightType 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<PoMesh2DVecArrowHeightTypes> startArrowHeightType { get; }Public ReadOnly Property startArrowHeightType As SoSFEnum(Of PoMesh2DVecArrowHeightTypes)
	Get
public:
property SoSFEnum<PoMesh2DVecArrowHeightTypes>^ startArrowHeightType {
	SoSFEnum<PoMesh2DVecArrowHeightTypes>^ get ();
}member startArrowHeightType : SoSFEnum<PoMesh2DVecArrowHeightTypes> with get
Property Value
Type: 
SoSFEnumPoMesh2DVecArrowHeightTypes
RemarksIf startArrowHeightType = CONSTANT_HEIGHT, each vector has the same start-shape height = startArrowHeightFactor . If startArrowHeightType = RELATIVE_ HEIGHT, the end-shape height of a vector is startArrowHeightFactor * body's length. 
See Also