NamedSelectionCriterion.NamedSelectionCriterion(Boolean active, SelectionActionType actionType, SelectionType entityType, SelectionCriterionType criterionType, SelectionOperatorType operatorType, Object value, Quantity lowerBound, Quantity upperBound, CoordinateSystem coordinateSystem)

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

Return Value

Type: @RETURN_TYPE_NAME@
@RETURN_TYPE_DESCRIPTION@