PbCartesianGrid3D Constructor (Int32, Int32, Int32, Single, Single, Single, Boolean) |
Constructor of a volume mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbCartesianGrid3D(
int num_x,
int num_y,
int num_z,
float[] xnod,
float[] ynod,
float[] znod,
bool is_data_duplicated
)
Public Sub New (
num_x As Integer,
num_y As Integer,
num_z As Integer,
xnod As Single(),
ynod As Single(),
znod As Single(),
is_data_duplicated As Boolean
)
public:
PbCartesianGrid3D(
int num_x,
int num_y,
int num_z,
array<float>^ xnod,
array<float>^ ynod,
array<float>^ znod,
bool is_data_duplicated
)
new :
num_x : int *
num_y : int *
num_z : int *
xnod : float32[] *
ynod : float32[] *
znod : float32[] *
is_data_duplicated : bool -> PbCartesianGrid3D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- num_z
- Type: SystemInt32
- xnod
- Type: SystemSingle
- ynod
- Type: SystemSingle
- znod
- Type: SystemSingle
- is_data_duplicated
- Type: SystemBoolean
Remarks See Also