How to create selection box to get new Defoult 3D view
Hey,
in order to get a RefrenceIntersector, i need to pass 3dview of the elements that i would like to project rays upon.
is there a way to make the Defoult 3D view to be the current view? ( just like pressing on the Selection box button in
revit to isolate elements in 3d view-->but programmatically)
i tried to use:
View3D view3d = doc.ActiveView as View3D;
but it seems that it's not working well.
thanks,
Link copied