PbParalCartesianGrid2D Constructor (Int32, Int32, Single, Single, Single) |
Calls PbParalCartesianGrid2D(num_x, num_y, x, y, z, true).
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbParalCartesianGrid2D(
int num_x,
int num_y,
float[] x,
float[] y,
float[] z
)
Public Sub New (
num_x As Integer,
num_y As Integer,
x As Single(),
y As Single(),
z As Single()
)
public:
PbParalCartesianGrid2D(
int num_x,
int num_y,
array<float>^ x,
array<float>^ y,
array<float>^ z
)
new :
num_x : int *
num_y : int *
x : float32[] *
y : float32[] *
z : float32[] -> PbParalCartesianGrid2D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- z
- Type: SystemSingle
Remarks See Also