Click or drag to resize
PbIndexedMesh2D Constructor
Overload List
  NameDescription
Public methodPbIndexedMesh2D()
Calls PbIndexedMesh2D(true).
Public methodPbIndexedMesh2D(Boolean)

Constructor of a default simple mesh.

Public methodPbIndexedMesh2D(Int32,Single[],Single[], Int32,Int32[],Int32[])
Calls PbIndexedMesh2D(num_nodes, x_nod, y_nod, num_cells, cell_index, cell_type, true).
Public methodPbIndexedMesh2D(Int32,Single[],Single[], Int32,Int32[],Int32[], Boolean)

Constructor of a 2D surface mesh.

Public methodPbIndexedMesh2D(Int32,Single[],Single[],Single[], Int32,Int32[],Int32[])
Calls PbIndexedMesh2D(num_nodes, x_nod, y_nod, z_nod, num_cells, cell_index, cell_type, true).
Public methodPbIndexedMesh2D(Int32,Single[],Single[],Single[], Int32,Int32[],Int32[], Boolean)

Constructor of a 3D surface mesh.

Top
See Also