- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I had a need to get the Paper Space 2D sheet coordinates of elements in a 3D Iso View. I eventually was able to do what I needed using the 3D view's CropBox's Transform's Inverse, but in the process, I did find this TransformWithBoundary class. The model I was working with though is Revit 2022 and this class seemed like it was a placeholder until the 2023 API; the View class didn't even have the GetModelToProjectionTransforms method until 2023.
My question now is, will the transform returned by this class be the same as the CropBox's Transform's Inverse, and that the only thing in addition was the ability to use a custom shape Outline? Did this class actually have any functionality before Revit 2023, and is there further functionality planned for it going forward?
Solved! Go to Solution.