Click or drag to resize
PoMesh3DVecGridCrossSectiongridSpacing Property

GridSpacing is relating to the number of points on the grid : the smaller gridSpacing is, the greater the number of points is.

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

Property Value

Type: SoSFFloat
Remarks

It represents a factor of the biggest size of the mesh. 0.05 by default. If gridSpacing = 0, this class behaves like OIV.MeshViz.Data.PoMesh3DVecCrossSection.

See Also