| PoBaseStreamLinemaxLength Property  | 
The curvilinear distance between the start-point and the last point of a streamline must be less than maxLength. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat maxLength { get; }Public ReadOnly Property maxLength As SoSFFloat
	Get
public:
property SoSFFloat^ maxLength {
	SoSFFloat^ get ();
}member maxLength : SoSFFloat with get
Property Value
Type: 
SoSFFloat
RemarksmaxLength <= 0 means an infinite distance. 0 by default. 
See Also