Gets the arrow axis attributes computed by the last axis rebuilding.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetArrow(
out PoAxisVisibilities visibility,
out float height,
out float length
)
Public Sub GetArrow (
<OutAttribute> ByRef visibility As PoAxisVisibilities,
<OutAttribute> ByRef height As Single,
<OutAttribute> ByRef length As Single
)
public:
void GetArrow(
[OutAttribute] PoAxisVisibilities% visibility,
[OutAttribute] float% height,
[OutAttribute] float% length
)
member GetArrow :
visibility : PoAxisVisibilities byref *
height : float32 byref *
length : float32 byref -> unit
Parameters
- visibility
- Type: OIV.MeshViz.GraphPoAxisVisibilities
- height
- Type: SystemSingle
- length
- Type: SystemSingle
Remarks If the axis have never been built, the method return the value of the equivalent field.
See Also