I have run into a strange issue that I believe is a bug. When creating srfs from planar curves, it seeems that the component wants to reorder the data by common planes, in the order that it encounters them. For instance, when all the curves are on the world XY plane, the data order is retained. However, if I take one of the curves in the middle and move it in the z direction, off the XY plane, it gets shuffled to the end of the list. If I move two curves off the plane in the z direction to the same new plane, they both get shuffled to the end together, and so on.
Actually, I could see the use of this behavior as an option, but I don't believe that it is intended as default behavior.
Two solutions available:
1) Graft and then flatten... not a long-term solution.
2) Use the Srf parameter to "convert" crvs to surfaces, rather than using the planarSrf component.
See attached.
Thanks,
Marc
Tags:
- Attachments:
-