Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8557

[RhinoCommon] BrepFace.TrimAwareIsoCurve does not work on domain boundaries

$
0
0

@menno wrote:

No matter what I do, when extracting trim-aware isocurves on the face edge, the result is null.

BrepFace bf; // defined elsewhere
Interval iv = bf.Domain(0);
int dir = 1;
Curve[] crv = bf.TrimAwareIsoCurve(dir, iv.T0); // null
crv = bf.TrimAwareIsoCurve((dir+1)%2, iv.T0); // also null, I never know what is what with dir and value

I guess, I need to find out which of the edges correspond to the desired iso-curves and go with that, but that is error prone.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8557

Trending Articles