Gets the grid 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 GetGrid(
out PoAxisVisibilities visibility,
out float lengthGradSide,
out float lengthGradOtherSide
)
Public Sub GetGrid (
<OutAttribute> ByRef visibility As PoAxisVisibilities,
<OutAttribute> ByRef lengthGradSide As Single,
<OutAttribute> ByRef lengthGradOtherSide As Single
)
public:
void GetGrid(
[OutAttribute] PoAxisVisibilities% visibility,
[OutAttribute] float% lengthGradSide,
[OutAttribute] float% lengthGradOtherSide
)
member GetGrid :
visibility : PoAxisVisibilities byref *
lengthGradSide : float32 byref *
lengthGradOtherSide : float32 byref -> unit
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