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