room size command

room size command

Anonymous
不适用
5,334 次查看
12 条回复
1 条消息(共 13 条)

room size command

Anonymous
不适用

i got most of my setting back from reset I was forced to do by autocad  due to crashing when it would open,  but I found one command ONLY my computer out of the 4 had so I'm assuming it was something custom. 

 

I could type  "RS"  (room size) .. click where i wanted text.  then  corner on each size and it would give me that room size.

 

since reset that command does not work, any idea on how to get back ? or Maybe name of file it was in ?  I do have zip file of my back up even though I can use it since it makes my Autocad crazy when I try and reinstall it.

 

Thank you again for all your help

 

Tim

0 个赞
已接受的解答 (2)
5,335 次查看
12 条回复
回复 (12)
2 条消息(共 13 条)

dbroad
Mentor
Mentor

Roomsize is not an ACA command as far as I know.  It sounds like there is some customization going on at your site. If you did not write the command, then it sounds like it to contact your IT department.  The skinny is:  Find out where the command's program is stored and add that to your trusted places on your folder options.  Also, add the command to your startup suite.

Architect, Registered NC, VA, SC, & GA.
0 个赞
3 条消息(共 13 条)

Anonymous
不适用

any idea what file would have been edit ?  the old IT is not longer with us  so i cant ask him

0 个赞
4 条消息(共 13 条)

dbroad
Mentor
Mentor

No. But, frankly I don't know why such a command would be required or helpful if you are using ACA. Use spaces and room tags.  If you are not using ACA features, you should be posting in the AutoCAD forum.

Architect, Registered NC, VA, SC, & GA.
0 个赞
5 条消息(共 13 条)

Victoria.Studley
Autodesk
Autodesk

Hi @Anonymous,

 

Could you attach the ZIP file to a follow up post here? I'll be happy to take a look at it to see if we can salvage the custom command aliases for you, so that you might reverse engineer it so that you can recreate it from scratch.

 

If one or more of these posts helped answer your question, please click Accept as Solution on the posts that helped you so others in the community can find them easily.


Victoria Studley
Principal Experience Designer - Fusion Configurations
Join us in the Fusion Insider Program
Fusion Learn & Support | Fusion Documentation
0 个赞
6 条消息(共 13 条)

Anonymous
不适用

when it gets to layer that is what makes my ACA crash

0 个赞
7 条消息(共 13 条)

gotphish001
Advisor
Advisor
已接受的解答
Was it this lisp? (DEFUN C:RD() (SETQ P1(GETPOINT "\n PICK IST CORNER :") P2(GETPOINT "\n PICK OPPSITE CORNER:") DI(DISTANCE P1 P2) ANG(ANGLE P1 P2) P3(POLAR P1 ANG (/ DI 2)) CAL(SIN ANG) FI(* CAL DI) CA(ABS FI) RT(RTOS CA 4 ) CCAL(COS ANG) CFI(* CCAL DI) CCA(ABS CFI) CRT(RTOS CCA 4) FI(STRCAT CRT "X" RT) ) (COMMAND "TEXT" "J" "MC" P3 9 0 FI "") )


Nick DiPietro
Cad Manager/Monkey

8 条消息(共 13 条)

Anonymous
不适用

yes that looks like it ..

 

how and where do i find that to add it back ?  

 

 

0 个赞
9 条消息(共 13 条)

pendean
Community Legend
Community Legend

May I ask why you are not using the spaces and room tags already in the program?
Or are you not using the ARCH AutoCAD fully or as ARCH and we need to get your post moved to the plain-AutoCAD forum?

0 个赞
10 条消息(共 13 条)

gotphish001
Advisor
Advisor
I found it in an old forum on here I think just by googling. Funny is I think Dbroad actually commented in the few page thread that I found it. I'm not sure how you make it a lisp file. I've only either copy and pasted them in to command line like that one or downloaded an already lisp file extension that I loaded with app loader.


Nick DiPietro
Cad Manager/Monkey

0 个赞
11 条消息(共 13 条)

Anonymous
不适用

I am using ACA   this command was easy when I'm making brochures

0 个赞
12 条消息(共 13 条)

pendean
Community Legend
Community Legend
已接受的解答

Windows Notepad will let you create an empty LSP extension file, copy/paste the code into it. See attached.

 

Autoloading LISP files is explained here https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Customization...

13 条消息(共 13 条)

Victoria.Studley
Autodesk
Autodesk

Hi @Anonymous,

 

I wasn't able to recover anything related to your room size tool from the custom settings.

 

Have you tried the LISP recommendations that @pendean and @gotphish001 provided? Did they work for you?


If so, please click Accept as Solution on the posts that helped you so others in the community can find them easily.

 

 


Victoria Studley
Principal Experience Designer - Fusion Configurations
Join us in the Fusion Insider Program
Fusion Learn & Support | Fusion Documentation
0 个赞