geometry#
Bases:
TUIMenuAllows you to apply the Rapid Octree mesher to a defined mesh object or geometry object rather than all available surface zones. Note that using a mesh object with multiple volumetric regions allows you to generate multiple disconnected cell zones that can be coupled by a non-conformal mesh interface in the solution mode; all other input objects result in the creation of a single volume / cell zone.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
bounding_box(service, version, mode, path)Define/Modify the bounding box around the geometry.
distribute_geometry(service, version, mode, path)Distributes input geometry across partitions to reduce memory requirements.
input_object(service, version, mode, path)Specify the boundary geometry for the Rapid Octree mesher.
reference_size(service, version, mode, path)Expands the currently defined bounding box to make the given cell size realizable.
reset_bounding_box(service, version, mode, path)Redefine the bounding box extends to encompass the currently selected geoemtry.
volume_specification(service, version, mode, ...)Specify the volume to be filled by the mesh.
__init__ method of TUIMenu class.
Bases:
TUIMethodDefine/Modify the bounding box around the geometry.
Bases:
TUIMethodDistributes input geometry across partitions to reduce memory requirements.
Bases:
TUIMethodSpecify the boundary geometry for the Rapid Octree mesher.
Bases:
TUIMethodExpands the currently defined bounding box to make the given cell size realizable.
Bases:
TUIMethodRedefine the bounding box extends to encompass the currently selected geoemtry.
Bases:
TUIMethodSpecify the volume to be filled by the mesh.