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: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat maxLength { get; }
Public ReadOnly Property maxLength As SoSFFloat
Get
public:
property SoSFFloat^ maxLength {
SoSFFloat^ get ();
}
member maxLength : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks maxLength <= 0 means an infinite distance. 0 by default.
See Also