Can't think of a fancy way... I'd probably just draw the 45 deg. geometry, and then "place camera" once you've established the point you want. (set your camera to paraline too)
Uh oh...I tried that neat trick, and my file accidentally got saved with my model sheared permanently! is there a way in which I can reverse this process? I've been playing with the number values in macroeditor, but haven't had any luck! Please help me, rhino whizzes
Why would you shear your work? It is not necessary.
There is a script available called IsoView.rvb Let me know if you are able to find it online...if not I will post it. It creates an isometric view (which is an axonometric by the way - iso is an axon as is trimetric and dimetric )
What IsoView is take a view port that is in planar projection, i.e. top, front, back, etc. and changes it to a perspective view where the camera has been set to the axon view. It works nicely and it does not "shear" your work, so it is non-destructible. Once you have the view port at iso you then select the elements you want and chose make2d...and there you go. Nice Iso/Axon views out of Rhino with no shearing.
load that script on the site and then run it. no shear necessary. that said, it is always nice to know the other ways that people navigate these issues.
Bear in mind that it will not be a true axon. A true axonometric drawing is a 2D drawing and will have all lines to scale. 3d CAD and rhino will forshorten your verticals because the model is tilted in 3D space....
It may not matter if you just looking for diagrams or whatever, but don't try to dimension and measure off of it.
I know its 2 years too late but Ive still tried looking for an undo one on google and none come up so i wrote my own for future people who google this.
! _Select _Pause
_SetActiveViewport Right
_Shear w0 w0,0,1 45
_SetActiveViewport Top
_Rotate 0 -30
_SetActiveViewport Perspective
_Zoom _All _Extents
Rhino 3-D axon
Hey y'all
i am attempting to extract some axonometric views from rhino for an exploded axon diagram.
Is there any way to set the camera at exactly a 45 degree angle so the diagram can be coherent with others at the same angle?
Simply rotating around in perspective is guess-work.
Thanks.
Can't think of a fancy way... I'd probably just draw the 45 deg. geometry, and then "place camera" once you've established the point you want. (set your camera to paraline too)
! _Select _Pause _SetActiveViewport Top _Rotate 0 30 _SetActiveViewport Right _Shear w0 w0,0,1 -45 _SetActiveViewport Top _Zoom _All _Extents
open your macro editor and put this in - change your angles to suit - I usually change 0 30 to 0 45 for a true axo (not iso).
oh also you need to explode everything and make sure you save a separate copy beforehand. make 2d that baby and open up illustrator - awwwwwww yeah!
fancy!
thanks ross!
ross nailed it questions like this are also quickly answers at the newsgroups
Uh oh...I tried that neat trick, and my file accidentally got saved with my model sheared permanently! is there a way in which I can reverse this process? I've been playing with the number values in macroeditor, but haven't had any luck! Please help me, rhino whizzes
incremental saves?
file001.
file002
...
Why would you shear your work? It is not necessary.
There is a script available called IsoView.rvb Let me know if you are able to find it online...if not I will post it. It creates an isometric view (which is an axonometric by the way - iso is an axon as is trimetric and dimetric )
What IsoView is take a view port that is in planar projection, i.e. top, front, back, etc. and changes it to a perspective view where the camera has been set to the axon view. It works nicely and it does not "shear" your work, so it is non-destructible. Once you have the view port at iso you then select the elements you want and chose make2d...and there you go. Nice Iso/Axon views out of Rhino with no shearing.
Here it is:
http://en.wiki.mcneel.com/default.aspx/McNeel/RsIsometric
load that script on the site and then run it. no shear necessary. that said, it is always nice to know the other ways that people navigate these issues.
Bear in mind that it will not be a true axon. A true axonometric drawing is a 2D drawing and will have all lines to scale. 3d CAD and rhino will forshorten your verticals because the model is tilted in 3D space....
It may not matter if you just looking for diagrams or whatever, but don't try to dimension and measure off of it.
I find the shear macro is more accurate...as long as you save your work first that is.
thanks from Arkansas Ross!
THANKYOUTHANKYOUTHANKYOUTHANKYOU ross!!
There is a script called IsoMatch that works very well and produces a true axon.
I know its 2 years too late but Ive still tried looking for an undo one on google and none come up so i wrote my own for future people who google this.
! _Select _Pause
_SetActiveViewport Right
_Shear w0 w0,0,1 45
_SetActiveViewport Top
_Rotate 0 -30
_SetActiveViewport Perspective
_Zoom _All _Extents
Props to this guy
Block this user
Are you sure you want to block this user and hide all related comments throughout the site?
Archinect
This is your first comment on Archinect. Your comment will be visible once approved.