| PoAxisarrowLength Property  | 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat arrowLength { get; }Public ReadOnly Property arrowLength As SoSFFloat
	Get
public:
property SoSFFloat^ arrowLength {
	SoSFFloat^ get ();
}member arrowLength : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIf this value is <= 0, the length is fixed at 0.05. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description). Default is 0.05. 
See Also