2011-04-12 09:10 PM - last edited on 2023-05-24 01:10 PM by Rubia Torres
2011-04-12 09:51 PM
ROTx 77at the top of the script window. In Archicad the Z axis is vertical so you will want to rotate about either the X or Y axis.
PROJECT2 3, 270, 2at the top of the script. This will have archiCAD produce an overhead projection of your rotated object.
2011-04-12 10:08 PM
"PROJECT2 3, 270, 2?
Erich wrote:
Go to your 3D script and typeROTx 77at the top of the script window. In Archicad the Z axis is vertical so you will want to rotate about either the X or Y axis.
You may also want to see the overhead projection of the assembly in 2D. If so, go to your 2D script window comment out anything that might be there (I suspect that there is nothing and your 2D view is from the 2D symbol window) and typePROJECT2 3, 270, 2at the top of the script. This will have archiCAD produce an overhead projection of your rotated object.
2011-04-12 10:33 PM
Erich wrote:
Go to your 3D script and typeROTx 77at the top of the script window. In Archicad the Z axis is vertical so you will want to rotate about either the X or Y axis.
You may also want to see the overhead projection of the assembly in 2D. If so, go to your 2D script window comment out anything that might be there (I suspect that there is nothing and your 2D view is from the 2D symbol window) and typePROJECT2 3, 270, 2at the top of the script. This will have archiCAD produce an overhead projection of your rotated object.
2011-04-13 12:10 AM
Archimamamia wrote:
Re read your advice, performed all changes, but here is what the library part shows....is there a way to get the 2d overhead window to show a projected canted wall?
Erich wrote:
Go to your 3D script and typeROTx 77at the top of the script window. In Archicad the Z axis is vertical so you will want to rotate about either the X or Y axis.
You may also want to see the overhead projection of the assembly in 2D. If so, go to your 2D script window comment out anything that might be there (I suspect that there is nothing and your 2D view is from the 2D symbol window) and typePROJECT2 3, 270, 2at the top of the script. This will have archiCAD produce an overhead projection of your rotated object.
2011-04-13 04:13 AM
2011-04-13 01:41 PM
Archimamamia wrote:Comment Out is the same as Uncomment, which adds an "!" in front of each line which prevents the line from being read as code (reads as a comment). This command can be added to your Work Environment for faster script changes. Uncomment serves the same purpose as deleting the code, without actually removing it.
Not sure what to "comment out"
Archimamamia wrote:The rest of the code should be deleted or Uncommented for this code to work properly. It is creating a 2D Symbol directly from the 3D code, which can easily show complex forms that would be hard to code in 2D, the downside is that it is more resource intensive, so should only be used in special cases, not as a standard solution. The command must be entered exactly, the extra " in your text will render it unintelligible.
and what is ""PROJECT2 3, 270, 2?
Entered "PROJECT2 3, 270, 2" at the top of the 2d window, but nothing happened...