PbCartesianGrid2D Constructor |
Name | Description | |
---|---|---|
![]() | PbCartesianGrid2D | Calls PbCartesianGrid2D(true). |
![]() | PbCartesianGrid2D(Boolean) | Constructor of a default simple mesh. |
![]() | PbCartesianGrid2D(Int32, Int32, Single, Single) | Calls PbCartesianGrid2D(num_x, num_y, x, y, true). |
![]() | PbCartesianGrid2D(Int32, Int32, Single, Single, Boolean) | Constructor of a 2D surface mesh. |
![]() | PbCartesianGrid2D(Int32, Int32, Single, Single, Single) | Calls PbCartesianGrid2D(num_x, num_y, x, y, z, true). |
![]() | PbCartesianGrid2D(Int32, Int32, Single, Single, Single, Boolean) | Constructor of a 3D surface mesh. |