PbRegularCartesianGrid2D Constructor (Int32, Int32, PbRegularCartesianGrid2D) |
Constructor of a regular grid mesh, by refining the given other_mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbRegularCartesianGrid2D(
int num_x,
int num_y,
PbRegularCartesianGrid2D other_mesh
)
Public Sub New (
num_x As Integer,
num_y As Integer,
other_mesh As PbRegularCartesianGrid2D
)
public:
PbRegularCartesianGrid2D(
int num_x,
int num_y,
PbRegularCartesianGrid2D^ other_mesh
)
new :
num_x : int *
num_y : int *
other_mesh : PbRegularCartesianGrid2D -> PbRegularCartesianGrid2D
Parameters
- num_x
- Type: SystemInt32
- num_y
- Type: SystemInt32
- other_mesh
- Type: OIV.MeshViz.DataPbRegularCartesianGrid2D
Remarks See Also