Gets the grid axis attributes computed by the last axis rebuilding. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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
 
RemarksIf the axis have never been built, the method return the value of the equivalent field.  
See Also