Crop box properties into excel to use in another project

I am trying to find the best way to send enough data from a crop box into excel and then re-build a matching crop box in another project.

So far the MEPover nodes View.GetCropBoxCurves and View.SetCropBoxCurves look promising but I’m not sure how to “unwrap” the data in a fashion that suites my needs. I just want to start out with rectangles.

Just remember that both projects will need to use the same coordinate system for this to work.

Deconstruct your crop box curves into points and save the points in Excel - remember to remove duplicates. Then you’ll be able to rebuild the curves from your points.