3D view rotation challenge

which is fastest way to rotate view aligned with element plane but keeping view Z rotation up?

The attached file is simplified workflow when dealing with reality models. The issue is that if reality mesh model of a building is not aligned with drawing axis then it is not easy to rotate view which is aligned with facades. As it is not parametric model there are no straight lines to snap to.

Challenge:

Create 4 saved views(or ACS) so each view is aligned with each of mesh faces(red) but keeping Z axis vertical so the black outline is orthogonal. Outline is not snappable and is only a reference it is allowed to snap to red mesh only.

Correct result:


Wrong:

Rotate_challenge3D.dgn

Parents
  • Hi Oto,

    This method seems pretty simple:

    1. Create a planar shape from a Top orientation which bisects the mesh. 
    2. With the Trim Surfaces command, trim the new surface with the red mesh 
    3. Copy the new surface vertically 
    4. Key in Rotate View Points, follow the prompts and snap to the appropriate points on the two copies of the new surface
    5. Select the view to be rotated
    6. Save the view
    7. Repeat steps 4 - 6 three more times 

    Here's a short video to illustrate the method:

    Regards,
    Ron

  • This may work I have to check if this same approach could work with reality meshes. If trim will not work then I could project line on mesh and try to use that.. Only issue that for some reason it doesn't perfectly align with the outline.

  • Thanks will take a look. This is more to show that to achieve it with standard tools it is challenge and should be made as standard tool but as developers are not end users it seems impossible to push it trough as all is WAD. Unfortunately Microstation still is CAD with CAD limitations and introducing 3D Reality mesh without reviewing actual workflow is what makes it hard to use. There are no standard views defined in Reality mesh so hard to align with mesh axis.

Reply
  • Thanks will take a look. This is more to show that to achieve it with standard tools it is challenge and should be made as standard tool but as developers are not end users it seems impossible to push it trough as all is WAD. Unfortunately Microstation still is CAD with CAD limitations and introducing 3D Reality mesh without reviewing actual workflow is what makes it hard to use. There are no standard views defined in Reality mesh so hard to align with mesh axis.

Children