ControlData#
- class ansys.meshing.prime.ControlData(model, id, object_id, name)#
ControlData acts as a container for all controls (size controls, prism controls, wrapper controls, etc).
Methods
Creates the periodic control.
Creates a PrismControl.
ControlData.create_size_control
(sizing_type)Creates size control for the given sizing type.
Creates the volume control.
Creates wrapper control with defaults.
ControlData.delete_controls
(control_ids)Deletes the control for the given id.
Creates an array of part zonelet structure using the input ScopeDefinition.
Gets the periodic control by name.
Gets the 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.
Gets the size control by name.
Gets the volume control by name.
Gets the wrapper control by name.
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 volume controls.
Get the wrapper controls.