Click or drag to resize
PoAxisGetGrid Method

Gets the grid axis attributes computed by the last axis rebuilding.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetGrid(
	out PoAxisVisibilities visibility,
	out float lengthGradSide,
	out float lengthGradOtherSide
)

Parameters

visibility
Type: OIV.MeshViz.GraphPoAxisVisibilities
lengthGradSide
Type: SystemSingle
lengthGradOtherSide
Type: SystemSingle
Remarks

If the axis have never been built, the method return the value of the equivalent field.

See Also