View Placement - Size Error

Ah! @cnealy I think I know what you need to do now that I remembered seeing these two posts of yours:

I would try replacing your AxonometricView.ByEyePointAndTarget node with AxonometricView.ByEyePointTargetAndBoundingBox and use the elements’ bounding boxes min and max points to get your eye points and target points (maybe not depending on the geometry of the elements but I don’t think you will want to use the same points for each item), and the elements’ bounding boxes for the axo view bounding box, and set the toggle for “isolateElement” to true. See below example


This produced 2 of these with the crop region sized correctly on elements in different locations:

5 Likes