WrapperControl
Last update: 17.07.2025class ansys.meshing.prime.WrapperControl(model, id, object_id, name)
Wrapper Control to describe all parameters and controls used for wrapping..
-
Parameters: model : Server model to create WrapperControl object.
id : Id of the WrapperControl.
object_id : Object id of the WrapperControl.
name : Name of the WrapperControl.
Methods
| Name | Description |
|---|---|
WrapperControl.get_geometry_scope() |
Gets geometry scope of wrapper control. |
WrapperControl.get_live_material_points() |
Gets list of material point names. |
WrapperControl.set_contact_preventions(params) |
Set contact preventions to the wrapper control. |
WrapperControl.set_feature_recoveries(params) |
Set feature recoveries to the wrapper control. |
WrapperControl.set_geometry_scope(scope) |
Sets geometry scope to given scope. |
WrapperControl.set_leak_preventions(params) |
Set leak preventions to the wrapper control. |
WrapperControl.set_live_material_points(...) |
Set live material points to the wrapper control. |
WrapperControl.set_shadow_geometry_scope(scope) |
Sets shadow geometry scope to given scope. |
WrapperControl.set_suggested_name(name) |
Set the unique name for the wrapper control based on a suggested name. |
WrapperControl.set_suggested_wrapper_part_name(name) |
Sets the given name for the created wrapper part after wrapping with the wrapper control. |
Attributes
| Name | Description |
|---|---|
WrapperControl.id |
Get the id of WrapperControl. |
WrapperControl.name |
Get the name of the wrapper control. |