Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing sheet name 1

Status
Not open for further replies.

Hacaro

Industrial
Aug 14, 2002
10
Hello,

Does anyone know if it's possible to change the default naming SW uses for drawing sheets? (Sheet1, Sheet 2,..)

Most of the time I have about 15 sheets in a drawing and I name them 1, 2, ... by hand.

I was just wondering if it's possible to make Solidworks use this naming rule automatically.
 
Replies continue below

Recommended for you

Yes there is away to change the first to always be 1.

Start a new drawing from what ever template you use. RMB the drawing sheet\properties and change Sheet1 to 1. Then do a "Save As Template". Next time you open a new sheet it will have 1 as the default sheet name. Every Sheet after that when you add it you will have to manaully change it to the next number.

I Hope that helps,

Scott Baugh, CSWP[wiggle][alien]
3DVision Technologies
faq731-376
When in doubt, always check the help
 
You could write a VB macro to create and name sheets. Basic outline of macro:

1. get names of sheets in drawings using DrawingDoc.GetSheetNames( )

2. determine name for new sheet by taking value of name of last sheet and adding 1

3. add new sheet using DrawingDoc.NewSheet3 ( name, paperSize, templateIn, scale1, scale2, firstAngle, templateName, width, height, propertyViewName )

[bat]I may make you feel, but I can't make you think.[bat]
 
Thanks a lot,

That seems like a good solution.
Not as easy and straigthforward as I hoped, but workable.

Best regards,

Maarten Dros
 
It sounded like a fun diversion, so I wrote you a macro. Download at the following site:


The macro finds the sheet with the highest numerical value, and creates a new sheet with the same properties and numbered one higher.

[bat]I may make you feel, but I can't make you think.[bat]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor