PbParalCartesianGrid2D Constructor (Int32, Int32, Single, Single, Boolean) |
Constructor of a 2D parallel grid mesh.
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,
bool isDataDuplicate
)
Public Sub New (
num_x As Integer,
num_y As Integer,
x As Single(),
y As Single(),
isDataDuplicate As Boolean
)
public:
PbParalCartesianGrid2D(
int num_x,
int num_y,
array<float>^ x,
array<float>^ y,
bool isDataDuplicate
)
new :
num_x : int *
num_y : int *
x : float32[] *
y : float32[] *
isDataDuplicate : bool -> PbParalCartesianGrid2D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- isDataDuplicate
- Type: SystemBoolean
Remarks See Also