PbRegularCartesianGrid3DGetGeometry Method (Int32, Int32, Int32, Single, Single, Single, Single, Single, Single) |
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetGeometry(
out int num_x,
out int num_y,
out int num_z,
out float x_min,
out float y_min,
out float z_min,
out float x_max,
out float y_max,
out float z_max
)
Public Sub GetGeometry (
<OutAttribute> ByRef num_x As Integer,
<OutAttribute> ByRef num_y As Integer,
<OutAttribute> ByRef num_z As Integer,
<OutAttribute> ByRef x_min As Single,
<OutAttribute> ByRef y_min As Single,
<OutAttribute> ByRef z_min As Single,
<OutAttribute> ByRef x_max As Single,
<OutAttribute> ByRef y_max As Single,
<OutAttribute> ByRef z_max As Single
)
public:
void GetGeometry(
[OutAttribute] int% num_x,
[OutAttribute] int% num_y,
[OutAttribute] int% num_z,
[OutAttribute] float% x_min,
[OutAttribute] float% y_min,
[OutAttribute] float% z_min,
[OutAttribute] float% x_max,
[OutAttribute] float% y_max,
[OutAttribute] float% z_max
)
member GetGeometry :
num_x : int byref *
num_y : int byref *
num_z : int byref *
x_min : float32 byref *
y_min : float32 byref *
z_min : float32 byref *
x_max : float32 byref *
y_max : float32 byref *
z_max : float32 byref -> unit
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- num_z
- Type: SystemInt32
- x_min
- Type: SystemSingle
- y_min
- Type: SystemSingle
- z_min
- Type: SystemSingle
- x_max
- Type: SystemSingle
- y_max
- Type: SystemSingle
- z_max
- Type: SystemSingle
Remarks See Also