BooleanSelectionRule#

class ansys.acp.core.BooleanSelectionRule(*, name='BooleanSelectionrule', selection_rules=(), include_rule_type=True)#

Instantiate a Boolean Selection Rule.

Parameters:
  • name (str, default: 'BooleanSelectionrule') – Name of the Boolean Selection Rule.

  • selection_rules (Iterable[LinkedSelectionRule], default: ())

  • include_rule_type (bool, default: True) – Include or exclude area in rule. Setting this to False inverts the selection.

Methods

BooleanSelectionRule.add_selection_rule(...)

Add a LinkedSelectionRule to the BooleanSelectionRule.

BooleanSelectionRule.clone(*[, unlink])

Create a new unstored object with the same properties.

BooleanSelectionRule.delete()

Delete the object.

BooleanSelectionRule.store(parent)

Store the object on the server.

Attributes

BooleanSelectionRule.elemental_data

BooleanSelectionRule.id

Identifier of the object, used for example as key in maps.

BooleanSelectionRule.include_rule_type

BooleanSelectionRule.name

The name of the object.

BooleanSelectionRule.nodal_data

BooleanSelectionRule.selection_rules

BooleanSelectionRule.status