OptimizeQuadMeshParams#
- class ansys.meshing.prime.OptimizeQuadMeshParams(model=None, suppress_topo_edge_and_mesh_cleanup=None, edge_mesh_constant_size=None, surface_mesh_constant_size=None, generate_quads=None, project_on_geometry=None, delete_interior_nodes_params=None, json_data=None, **kwargs)#
Parameters for optimize quad mesh operations.
- Parameters:
- model: Model
Model to create a
OptimizeQuadMeshParams
object with default parameters.- suppress_topo_edge_and_mesh_cleanup: bool, optional
Option to suppress topoedges and clean up mesh.
This is a beta parameter. The behavior and name may change in the future.
- edge_mesh_constant_size: float, optional
Constant size used for edge meshing.
This is a beta parameter. The behavior and name may change in the future.
- surface_mesh_constant_size: float, optional
Constant size used for surface meshing.
This is a beta parameter. The behavior and name may change in the future.
- generate_quads: bool, optional
Option to generate quadrilateral surface mesh.
This is a beta parameter. The behavior and name may change in the future.
- project_on_geometry: bool, optional
Option to project on geometry when meshing.
This is a beta parameter. The behavior and name may change in the future.
- delete_interior_nodes_params: DeleteInteriorNodesParams, optional
Parameters to control delete interior nodes operation.
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
OptimizeQuadMeshParams
object with provided parameters.
Examples
>>> optimize_quad_mesh_params = prime.OptimizeQuadMeshParams(model = model)
Methods
Print the default values of
OptimizeQuadMeshParams
object.Set the default values of the
OptimizeQuadMeshParams
object.Attributes
Parameters to control delete interior nodes operation.
Constant size used for edge meshing.
Option to generate quadrilateral surface mesh.
Option to project on geometry when meshing.
Option to suppress topoedges and clean up mesh.
Constant size used for surface meshing.