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

Constructor of a default simple mesh.

Public methodPbTetrahedronMesh3D(Int32,Single[],Single[],Single[], Int32,Int32[])
Calls PbTetrahedronMesh3D(num_nodes, x_nod, y_nod, z_nod, num_tetrahedrons, tetrahedron_index, true).
Public methodPbTetrahedronMesh3D(Int32,Single[],Single[],Single[], Int32,Int32[], Boolean)

Constructor of a volume mesh.

Top
See Also