set_scope#
- SizeControl.set_scope(scope)#
Set the scope for size control to evaluate.
Size control uses scope to evaluate entities for which size field needs to be computed.
- Parameters:
- scope
ScopeDefinition
ScopeDefinition to scope entities for size field computation.
- scope
- Returns:
- :
SetScopeResults
Return a SetScopeResults.
- Return type:
Examples
>>> size_control.set_scope(prime.ScopeDefinition(model=model, >>> entity_type = ScopeEntity.FACEZONELETS, >>> evaluation_type = ScopeEvaluationType.LABELS, >>> label_expression = "inlet"))
Examples using SizeControl.set_scope#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic PCB geometry with multiple hexa layers
Mesh a generic PCB geometry with multiple hexa layers
Create a contact patch for wrapping between a wheel and ground interface
Create a contact patch for wrapping between a wheel and ground interface
Mesh a set of solder balls (beta)
Mesh a set of solder balls (beta)