Hi.
I have a brep. i make a list of its surfaces. I need to pick the second biggest, so i list their areas. Then i sort them, and list the one i wanted.
but what i need is to pick that surface for another operation. So i tried to use a function to compare the areas in the list to the area i want, but get always false boolean.
What i have wrong?
thank you everybody
Javier
I have a feeling that this has something to do with the data tree structure matching. Have you looked at the tree structure of the values you are comparing? You can use the parameter viewer. Let us know what you find.