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;