Click or drag to resize
PoBaseStreamLineintegrationMaxStepNumber Property

Computing the streamline is done while the number of integration step is less than integrationMaxStepNumber.

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

Property Value

Type: SoSFInt32
Remarks

integrationMaxStepNumber <= 0 means infinite. 0 by default.

See Also