Query()
Function used to search for the features of the list that verify
the specified expression and that adds these features to the list.
In the example below, the result of the search will return
all the diameters contained in the PartBody whose diameter is
greater than 50mm.
Example: List.1=PartBody.Query("Hole","x.Diameter>50mm")
Where:
List.1 is the name of the list on which the calculation
will be performed.
PartBody is the body on which the search will be carried out