Click or drag to resize
PoBaseStreamLineminSpeed Property

The streamline ends when it goes through a point where the velocity is less than minSpeed.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFFloat minSpeed { get; }

Property Value

Type: SoSFFloat
Remarks

minSpeed <= 0 means an infinite speed. 0 by default.

See Also