To install this app on your iPhone:
Note: This feature may not be available in some browsers.





Thank you! I will check it. What tolerance do you use for it?View attachment 161850
Its looks like tolerance issue . rebuild the edge with increase tolerance . also note the free naked edge point between these two surface.
The Iges file has been generated by Opencascade library. Intersting. To definition of trimmed surface I have to make outer contour an inner contour. May be this is create problem in Rhino. But why it is works different???Alexanov, the triangular hole is the source of the problem. Each surface has an extra set of edges around the triangular hole. The Split command also fails if the split line goes through the triangular hole. The What command in Rhino reports 11 edges when there should be 8 edges in total - 5 around the outside and 3 around the hole. If the hole is eliminated by Untrim then the area computes properly. I don't know why only one surface has the problems. It may be related to the surface with the problem having two spans with the hole located across the knot line.
I could submit the file McNeel to see if they can identify the problem via the Rhino forum.
What command results for the surface with the problems:
surface
ID: d0dd9b83-4997-4f7c-9a5b-aee13cadaffb (2747)
Object name: (not named)
Layer name: IGES level 0
Render Material:
source = from layer
index = -1
Geometry:
Valid surface.
trimmed surface with 2 hole(s).
NURBS Surface (SubD friendly)
"U": degree =3 CV count = 5 (0.000 <= U <= 2.000)
"V": degree =3 CV count = 5 (0.000 <= V <= 2.000)
Edge Tally:
11 boundary edges
Edge Tolerances: 0.000 to 0.000
median = 0.000 average = 0.000
Vertex Tolerances: all 0.000
Render mesh: none present
Analysis mesh: none present
Both surfaces are degree 3. The difference is the number of control points and corresponding number of knots and spans.David you're on the right track with the points but I think the degree has any influence also.I did a rebuild (see pic) and was able to get a surface area.
You or someone else? A developer of what?an answer from a developer...
Same as I reported above. Both surfaces have duplicate trim curves around the holes. But only one surface causes a problem computing area.It looks like the interior triangle hole boundary is malformed. There should be 3 edges there, in both MoI and Rhino I see there are actually 6 edges. It looks like it's 2 duplicate trim boundaries stacked up on top of each other.