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: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFInt32 integrationMaxStepNumber { get; }

Property Value

Type: SoSFInt32
Remarks

integrationMaxStepNumber <= 0 means infinite. 0 by default.

See Also