ScopeDefinition#

class ansys.meshing.prime.ScopeDefinition(model=None, entity_type=None, evaluation_type=None, part_expression=None, label_expression=None, zone_expression=None, json_data=None, **kwargs)#

ScopeDefinition to scope entities based on entity and evaluation type.

Methods

ScopeDefinition.print_default()

Print the default values of ScopeDefinition.

ScopeDefinition.set_default([entity_type, ...])

Set the default values of ScopeDefinition.

Attributes

ScopeDefinition.entity_type

Entity type for which scope needs to be evaluated.

ScopeDefinition.evaluation_type

Evaluation type to scope entities.

ScopeDefinition.label_expression

Label expression to scope entities when evaluation type is set to labels.

ScopeDefinition.part_expression

Part expression to scope parts while evaluating scope.

ScopeDefinition.zone_expression

Zone expression to scope entities when evaluation type is set to zones.