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

Constructor of a default simple mesh.

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

Constructor of a 3D volume mesh.

Top
See Also