Feature.Access()Feature.Find()Method used to find an object that is a child or a parent, that is of a given type, and that fulfills a condition. It stops when it finds the first object. Arguments
ReturnTypeUndefinedType Feature.Query()Method used to search for the features located below the feature to which it applies and that verifies the specified expression The objects found are added to the list. All the children are scanned, the direct ones and recursively in the tree. ReturnTypeList ExampleList.1=PartBody.Query("Hole","x.Diameter>50mm") In the example above, the result of the search will return the holes of PartBody whose diameters are greater than 50mm. Where:
Note:
Remember that:
|