AutoCAD Mechanical Forum
Welcome to Autodesk’s AutoCAD Mechanical Forums. Share your knowledge, ask questions, and explore popular AutoCAD Mechanical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I'm probably crazy, but I want to make a drawing template so DWGPROPS pops up...

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
KristinLindberg
679 Views, 2 Replies

I'm probably crazy, but I want to make a drawing template so DWGPROPS pops up...

Okay, I might be crazy as far as even attempting to do something like this.

Or, it could be simple and I'm overthinking it.

Either way...

 

First:

I want to create a field that counts blocks.

Sort of like a BOM, but without using that actual feature.

(I just don't like the way it functions)

I just want it to be cohesive with my title block.

 

Second:

Is there a way to set up a drawing template to throw the DWGPROPS screen in a user's face instead of going directly to model space?

I have title block set up with fields and custom fields to pull layout tab names, title, client number, etc.

 

Thanks.

AutoCAD Mechanical 2013 SP2
AutoCAD 2013 SP2
2 REPLIES 2
Message 2 of 3

The solution for your second question is easy. Save the code below as lisp file, then put it in your the startup suite in your template drawing. (Use APPLOAD for dialog to load and insert into startup suite)

 

(defun c:DPROPS ()
 (command "DWGPROPS")
 (princ)
 )
 (c:DPROPS)

 

You can change/shorten the "DPROPS" to anything you want. AutoCAD will load it upon startup and the dialog will open automatically when you open the template.

 

(Smiley face is a colon) A feature they really need to get rid of.

"No one can make you feel inferior without your consent. "-Eleanor Roosevelt
Message 3 of 3

A-ha!
Thanks so much! I knew it would be simple.
I was completely over-thinking it.

Kristin Lindberg
AutoCAD Mechanical 2013 SP2
AutoCAD 2013 SP2

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost