Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need to find three points that are the result of the intersection between the plane and the complex geometry in the figure.
I tried to use intersectionwithSurface, as a result I obtain a Nurbs3DCurve and then I get the pointatparameter 0.0 but the resulting coordinates are not correct.
Those are the lines of my code:
punti_intersezione1 = piano.intersectWithSurface(loftsurface)
punti_intersezione1 = punti_intersezione1.asArray()
punto1 = punti_intersezione1[0].evaluator
(returnvalue1, punt1) = punto1.getPointAtParameter(0.0)
I don't know il the coordinate that I get are in the reference system of the plane or I'm doing something wrong.
Does someone know how to solve this?
Thanks so much
Ione
Solved! Go to Solution.