| PoMesh3DVecstartArrowHeightType 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> startArrowHeightType { get; }Public ReadOnly Property startArrowHeightType As SoSFEnum(Of PoMesh3DVecArrowHeightTypes)
	Get
public:
property SoSFEnum<PoMesh3DVecArrowHeightTypes>^ startArrowHeightType {
	SoSFEnum<PoMesh3DVecArrowHeightTypes>^ get ();
}member startArrowHeightType : SoSFEnum<PoMesh3DVecArrowHeightTypes> with get
Property Value
Type: 
SoSFEnumPoMesh3DVecArrowHeightTypes
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