DeleteTopoEntitiesParams#
- class ansys.meshing.prime.DeleteTopoEntitiesParams(model=None, delete_geom_zonelets=None, delete_mesh_zonelets=None, json_data=None, **kwargs)#
Parameters to control delete topoentities.
- Parameters:
- model: Model
Model to create a
DeleteTopoEntitiesParams
object with default parameters.- delete_geom_zonelets: bool, optional
Option to delete geometry zonelets of topology.
- delete_mesh_zonelets: bool, optional
Option to delete mesh zonelets of topology.
- json_data: dict, optional
JSON dictionary to create a
DeleteTopoEntitiesParams
object with provided parameters.
Examples
>>> delete_topo_entities_params = prime.DeleteTopoEntitiesParams(model = model)
Methods
Print the default values of
DeleteTopoEntitiesParams
object.Set the default values of the
DeleteTopoEntitiesParams
object.Attributes
Option to delete geometry zonelets of topology.
Option to delete mesh zonelets of topology.
Examples using DeleteTopoEntitiesParams#
Convert data when importing and exporting mesh and CAD formats
Mesh a saddle bracket for a structural analysis
Mesh a generic PCB geometry with multiple hexa layers
Create a contact patch for wrapping between a wheel and ground interface
Mesh a set of solder balls (beta)