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

Constructor of a default simple mesh.

Public methodPbRegularCartesianGrid3D(Int32, Int32, Int32, Single, Single, Single, Single, Single, Single)
Calls PbRegularCartesianGrid3D(num_x, num_y, num_z, x_min, y_min, z_min, x_max, y_max, z_max, true).
Public methodPbRegularCartesianGrid3D(Int32, Int32, Int32, Single, Single, Single, Single, Single, Single, Boolean)

Constructor of a 3D regular grid mesh.

Top
See Also