PbCartesianGrid3D Constructor (Int32, Int32, Int32, Single, Single, Single) |
Calls PbCartesianGrid3D(num_x, num_y, num_z, xnod, ynod, znod, true).
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
)
Public Sub New (
num_x As Integer,
num_y As Integer,
num_z As Integer,
xnod As Single(),
ynod As Single(),
znod As Single()
)
public:
PbCartesianGrid3D(
int num_x,
int num_y,
int num_z,
array<float>^ xnod,
array<float>^ ynod,
array<float>^ znod
)
new :
num_x : int *
num_y : int *
num_z : int *
xnod : float32[] *
ynod : float32[] *
znod : float32[] -> PbCartesianGrid3D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- num_z
- Type: SystemInt32
- xnod
- Type: SystemSingle
- ynod
- Type: SystemSingle
- znod
- Type: SystemSingle
Remarks See Also