Click or drag to resize
PoMeshContouringannotGap Property

Curvilinear distance between two annotations of a same contour line.

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

Property Value

Type: SoSFFloat
Remarks

It is a multiplicative factor of the domain size or of the clipping polygon size (if it is defined). The distance used is equal to annotGap * Ds, where Ds is the max of the width and the height of the domain or of the polygon. By default, annotGap = 1.

See Also