| PoArrow3patternWidth Property  | 
Define the width of the start and end arrow pattern. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat patternWidth { get; }Public ReadOnly Property patternWidth As SoSFFloat
	Get
public:
property SoSFFloat^ patternWidth {
	SoSFFloat^ get ();
}member patternWidth : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksIt is given in the normalized space [0-1]x[0-1]x([0-1]) defined by the current domain (cf OIV.MeshViz.Graph.PoBase description). 
See Also