- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
View Cube Commands for button macro
Good day to everyone.
I'm trying to finish a button macro that will allow me to create a vertical section view with as little clicking as possible in my environment. I'm not using Map or Civil so i'm trying to sort this out without those capabilities. I'm also not able to use Lisp routines to do this (which I'd like to). I am resorting to button macros to accomplish this feat.
I've started to work on my button macro and I'm able to get the first half of it completed; defining my new horizontal rotated plane. The next half, vertically rotating my view so that it's normal to my rotated horizontal plane is the difficult part. I can do it manually after this point but I would like the steps to be incorporated into my button macro so that I can rotate horizontally and vertically with less clicks.
I'm outlining my steps below so you can follow my logic
Steps Involved:
1. set new rotated horizontal UCS Plane (uses current macro ^C^C_SETPLANE;2p;\\Plan;;) (image 01)
2. rename UCS in UCSMAN to Plan view (not necessary but helps me keep track of my UCS's)
3. on the View Cube I click on the Front View triangle below TOP (image 04)
4. type UCS then V to save my UCS view and rename in UCSMAN as Vertical Section.
By following these steps I'm essentially creating a working slice that I can easily configure without a lot of nuisance steps.
Is there an actual shortcut or macro function command for the view cube FRONT toggle? if so, that is what's missing from my above macro.
If you're wondering why I'm not using the FRONT option from the View Controls it's due to the fact that the entities that I create after select FRONT are actually not drawn in the correct normal plane that I'm expecting. (images 05-06)
Thank you in advance.
Regards,
Sean