PbRegularCartesianGrid3D Constructor (Int32, Int32, Int32, Single, Single, Single, Single, Single, Single, Boolean) |
Constructor of a 3D regular grid mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbRegularCartesianGrid3D(
int num_x,
int num_y,
int num_z,
float x_min,
float y_min,
float z_min,
float x_max,
float y_max,
float z_max,
bool isDataDuplicate
)
Public Sub New (
num_x As Integer,
num_y As Integer,
num_z As Integer,
x_min As Single,
y_min As Single,
z_min As Single,
x_max As Single,
y_max As Single,
z_max As Single,
isDataDuplicate As Boolean
)
public:
PbRegularCartesianGrid3D(
int num_x,
int num_y,
int num_z,
float x_min,
float y_min,
float z_min,
float x_max,
float y_max,
float z_max,
bool isDataDuplicate
)
new :
num_x : int *
num_y : int *
num_z : int *
x_min : float32 *
y_min : float32 *
z_min : float32 *
x_max : float32 *
y_max : float32 *
z_max : float32 *
isDataDuplicate : bool -> PbRegularCartesianGrid3D
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
- isDataDuplicate
- Type: SystemBoolean
Remarks See Also