ControlData#
- class ansys.meshing.prime.ControlData(model, id, object_id, name)#
Contains all controls.
This class contains all controls, including size controls, prism controls, multizone controls and wrapper controls.
- Parameters:
Methods
Create multizone control with defaults.
Create a periodic control.
Create a prism control.
ControlData.create_size_control
(sizing_type)Create a size control for a sizing type.
Create a thin volume control.
Create a volume control.
Create a wrapper control with default values.
ControlData.delete_controls
(control_ids)Delete the control for one or more IDs.
Get the multizone control by name.
Get ids of all the MultiZone controls.
Creates an array of part zonelet structure using the input ScopeDefinition.
Get a periodic control by name.
Get a prism control by name.
ControlData.get_scope_face_zonelets
(scope, ...)Get the face zonelet ids for the given scope.
ControlData.get_scope_parts
(scope)Get the part ids for the given scope.
Get a size control by name.
Get a thin volume control by name.
Get a volume control by name.
Get the wrapper control by name.
Get the multizone controls.
Attributes
Get the id of ControlData.
Get the name of ControlData.
Get the periodic controls.
Get the prism controls.
Get the size controls.
Get the thin volume controls.
Get the volume controls.
Get the wrapper controls.