Creates a new NamedSelectionCriterion instance with the provided properties.
Examples
Usage example:
criterion1 = NamedSelectionCriterion(True, SelectionActionType.Add, SelectionType.MeshElement, SelectionCriterionType.LocationX, SelectionOperatorType.GreaterThan, Quantity(‘100[mm]’), Quantity(‘100 [mm]’), Quantity(‘200 [mm]’), Model.CoordinateSystems.Children[0])
Parameters
-
active
Type: Boolean
-
actionType
-
entityType
-
criterionType
-
operatorType
-
value
Type: Object
-
lowerBound
Type: Quantity
-
upperBound
Type: Quantity
-
coordinateSystem
Return Value
Type: @RETURN_TYPE_NAME@
@RETURN_TYPE_DESCRIPTION@