Click or drag to resize
PoAxisGetMargin Method

Gets the margin 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 GetMargin(
	out PoAxisMarginTypes type,
	out float start,
	out float end
)

Parameters

type
Type: OIV.MeshViz.GraphPoAxisMarginTypes
start
Type: SystemSingle
end
Type: SystemSingle
Remarks

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

See Also