Query() Function used to search for the features located below the feature to which it applies and that verifies the specified expression and that adds these features to the list. In the example below, the result of the search will return the holes of PartBody whose diameters are greater than 50mm. Example: List.1=PartBody.Query("Hole","x.Diameter>50mm") (Note that the expression can be empty.) Where:
|
Feature->Find (type: String, expression:
String, Down : Boolean): Undefined type Function used to find an object that is either a child or a parent, that is of a given type, and that fulfills a condition. It stops when it finds the first object. Where:
Example:
|
Feature->Access (path: String, type :
String) : UndefinedType Function used to return an object from a path. In this case, you know the location of what you are looking for. Example:
|