Gets the dimensions num_x, num_y, num_z of the grid.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetDim(
out int num_x,
out int num_y,
out int num_z
)
Public Sub GetDim (
<OutAttribute> ByRef num_x As Integer,
<OutAttribute> ByRef num_y As Integer,
<OutAttribute> ByRef num_z As Integer
)
public:
void GetDim(
[OutAttribute] int% num_x,
[OutAttribute] int% num_y,
[OutAttribute] int% num_z
)
member GetDim :
num_x : int byref *
num_y : int byref *
num_z : int byref -> unit
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- num_z
- Type: SystemInt32
Remarks See Also