PlaneSetRepresentation

Hi,

I have a question about PlaneSetRepresentation.

If I understand correctly the function pushBackTiltedPlaneGeometryPatch pushed back a plane with three points in a structure called patch at plane number 0.

When I want to retrieve the points of a patch with function getXyzPointsOfPatch why does the function retrieve one point of plane 0, plane 1 and plane 2 and not three points of plane 0 as put inside ?

Thanks

edit: I am experiencing a segmention fault with line
xyzPoints[3] = tiltedPlane->Plane[1]->Point3d[1]->Coordinate1;

Hi Lionel,

That’s clearly an error. I’ll fix it soon.

Thanks for having raised that.

Fixed in

Thank you Philippe !