Click or drag to resize
PoAxisGetTick Method

Gets the tick 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 GetTick(
	out PoAxisVisibilities visibility,
	out PoAxisTickPositions position,
	out float mainLength,
	out float subLength,
	out PoAxisTickSubDefs def,
	out ushort numOrPeriod,
	out ushort firstGrad,
	out ushort lastGrad
)

Parameters

visibility
Type: OIV.MeshViz.GraphPoAxisVisibilities
position
Type: OIV.MeshViz.GraphPoAxisTickPositions
mainLength
Type: SystemSingle
subLength
Type: SystemSingle
def
Type: OIV.MeshViz.GraphPoAxisTickSubDefs
numOrPeriod
Type: SystemUInt16
firstGrad
Type: SystemUInt16
lastGrad
Type: SystemUInt16
Remarks

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

See Also