Is it possible to force a 1:1 drawing insertion scale?
Is it possible to force a 1:1 drawing insertion scale?
I have a dedicated Sheet Format that I use to create .dxf files of sheet metal parts' flat patterns.
The .dxf files are later used to laser-cut the part.
Is it possible to force the scale of all inserted drawing views to 1:1?
Is that a setting somewhere?
Thanks.
The .dxf files are later used to laser-cut the part.
Is it possible to force the scale of all inserted drawing views to 1:1?
Is that a setting somewhere?
Thanks.
SW 2024 SP 5.0
Windows 11
Windows 11
- AlexLachance
- Posts: 2184
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2364
- x 2013
Re: Is it possible to force a 1:1 drawing insertion scale?
I'm sure it is through programming because our DXF's are generated that way.
We use Customtools and it has a sorta DXF generator in it.
We use Customtools and it has a sorta DXF generator in it.
Re: Is it possible to force a 1:1 drawing insertion scale?
Hi Alex,AlexLachance wrote: ↑Wed Nov 01, 2023 3:04 pm I'm sure it is through programming because our DXF's are generated that way.
We use Customtools and it has a sorta DXF generator in it.
By "programming", do you mean API?
I am not familiar with Customtools.
Is that an SW add-in?
Thanks.
SW 2024 SP 5.0
Windows 11
Windows 11
- DanPihlaja
- Posts: 849
- Joined: Thu Mar 11, 2021 9:33 am
- Location: Traverse City, MI
- x 812
- x 979
Re: Is it possible to force a 1:1 drawing insertion scale?
If you uncheck the following: Then, drawing views should be set to sheet scale automatically. And if your template is set to 1:1, then it should do what you want.Mike Gera wrote: ↑Wed Nov 01, 2023 2:40 pm I have a dedicated Sheet Format that I use to create .dxf files of sheet metal parts' flat patterns.
The .dxf files are later used to laser-cut the part.
Is it possible to force the scale of all inserted drawing views to 1:1?
Is that a setting somewhere?
Thanks.
-Dan Pihlaja
Solidworks 2022 SP4
2 Corinthians 13:14
Solidworks 2022 SP4
2 Corinthians 13:14
Re: Is it possible to force a 1:1 drawing insertion scale?
Thanks.DanPihlaja wrote: ↑Wed Nov 01, 2023 3:37 pm If you uncheck the following:
image.png
Then, drawing views should be set to sheet scale automatically. And if your template is set to 1:1, then it should do what you want.
I was hoping there would exist a Document Property. If I change it globally, I'll lose a very useful, efficiency-enhancing feature.
SW 2024 SP 5.0
Windows 11
Windows 11
- AlexLachance
- Posts: 2184
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2364
- x 2013
Re: Is it possible to force a 1:1 drawing insertion scale?
Yeah through programming. CustomTools is a 3rd party tool, but I'm sure someone has or could develop something fairly simple that works the same.
It creates a page using a designed template
It inserts the unfolded view inside of it and hides bend lines/notes
It scales it 1:1 and places it inside the page.
The video is old but the principle is the same:
Re: Is it possible to force a 1:1 drawing insertion scale?
irrc dxf export should have the 1:1 scale option independent from the drawing sheet settings somewhere
Re: Is it possible to force a 1:1 drawing insertion scale?
On an .SLDDRW, Save As -> .DXF will always output 1:1?
SW 2024 SP 5.0
Windows 11
Windows 11
Re: Is it possible to force a 1:1 drawing insertion scale?
@Mike Gera
not always.
when you select the file extension in the saveas dialog the "option" button shows just below.
inside the options you can activate the 1:1 output for dxf.
we do not need it so I have not tested if it works.
not always.
when you select the file extension in the saveas dialog the "option" button shows just below.
inside the options you can activate the 1:1 output for dxf.
we do not need it so I have not tested if it works.
Re: Is it possible to force a 1:1 drawing insertion scale?
Ah, now I see that from the .SLDPRT:
File -> Save As -> .dxf
is a more direct and efficient workflow than doing a .SLDDRW first. And 1:1 is default / implied.
I would like to make a macro / API do to this in one click. Should that be possible?
Thanks.
File -> Save As -> .dxf
is a more direct and efficient workflow than doing a .SLDDRW first. And 1:1 is default / implied.
I would like to make a macro / API do to this in one click. Should that be possible?
Thanks.
SW 2024 SP 5.0
Windows 11
Windows 11
- Glenn Schroeder
- Posts: 1521
- Joined: Mon Mar 08, 2021 11:43 am
- Location: southeast Texas
- x 1759
- x 2130
Re: Is it possible to force a 1:1 drawing insertion scale?
I could make you a list of the options that I think are in the wrong place, but we don't have that much time.
"On the days when I keep my gratitude higher than my expectations, well, I have really good days."
Ray Wylie Hubbard in his song "Mother Blues"
Ray Wylie Hubbard in his song "Mother Blues"
Re: Is it possible to force a 1:1 drawing insertion scale?
I hear you.Glenn Schroeder wrote: ↑Thu Nov 02, 2023 8:50 am I could make you a list of the options that I think are in the wrong place, but we don't have that much time.
SW 2024 SP 5.0
Windows 11
Windows 11
- Frederick_Law
- Posts: 1947
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1638
- x 1470
Re: Is it possible to force a 1:1 drawing insertion scale?
SW can export DXF 1:1 all the time. Regardless what scale the view is.
Re: Is it possible to force a 1:1 drawing insertion scale?
Yes. And having it export to anything other than 1:1 requires a deliberate effort, which is (surprisingly) the way it should be.Frederick_Law wrote: ↑Thu Nov 02, 2023 10:11 am SW can export DXF 1:1 all the time. Regardless what scale the view is.
SW 2024 SP 5.0
Windows 11
Windows 11
- Frederick_Law
- Posts: 1947
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1638
- x 1470
Re: Is it possible to force a 1:1 drawing insertion scale?
Just need some training and setup defaults which should be default when SW install.
Re: Is it possible to force a 1:1 drawing insertion scale?
Training? Don't need no stinking training. Need CADForum.Frederick_Law wrote: ↑Thu Nov 02, 2023 10:34 am Just need some training and setup defaults which should be default when SW install.
SW 2024 SP 5.0
Windows 11
Windows 11
- Frederick_Law
- Posts: 1947
- Joined: Mon Mar 08, 2021 1:09 pm
- Location: Toronto
- x 1638
- x 1470
- Glenn Schroeder
- Posts: 1521
- Joined: Mon Mar 08, 2021 11:43 am
- Location: southeast Texas
- x 1759
- x 2130
Re: Is it possible to force a 1:1 drawing insertion scale?
There's also a lot to be said for just diving in and finding out what works.
"On the days when I keep my gratitude higher than my expectations, well, I have really good days."
Ray Wylie Hubbard in his song "Mother Blues"
Ray Wylie Hubbard in his song "Mother Blues"
-
- Posts: 51
- Joined: Mon Dec 20, 2021 1:40 pm
- Location: Thumb Area of Michigan, USA
- x 178
- x 27
Re: Is it possible to force a 1:1 drawing insertion scale?
Hello Mike,
I don't know if this is what you are looking for or not but we have been using on one that @Jaylin Hochstetler modified from a macro that I believe someone else created
Here is a link:
download/file.php?id=1387Jaylin Hochstetler wrote: ↑Wed Mar 17, 2021 8:01 am Here's a version of the Multi-body DXF macro, that Mike posted, on steroids! It allows you to either browse for the "DXFs" folder location or enter the address of the location instead of putting it in the folder the part is located in.
Edited to add a link to the thread where this is located.
viewtopic.php?t=74
Re: Is it possible to force a 1:1 drawing insertion scale?
Thanks!DLZ_SWX_User wrote: ↑Thu Nov 02, 2023 12:22 pm Hello Mike,
I don't know if this is what you are looking for or not but we have been using on that @Jaylin Hochstetler modified from a macro that I believe someone else created
Here is a link:
download/file.php?id=1387
Edited to add a link to the thread where this is located.
viewtopic.php?t=74
SW 2024 SP 5.0
Windows 11
Windows 11
Re: Is it possible to force a 1:1 drawing insertion scale?
I realize that this is likely AutoCAD-related and not SolidWorks-related, but is there a way to set a default .dxf template?
Thanks.
Thanks.
SW 2024 SP 5.0
Windows 11
Windows 11
- Glenn Schroeder
- Posts: 1521
- Joined: Mon Mar 08, 2021 11:43 am
- Location: southeast Texas
- x 1759
- x 2130
Re: Is it possible to force a 1:1 drawing insertion scale?
I'm not aware of a way to set a default, but when you choose to save as .dxf, you will get an Options button near the bottom left corner of the "Save as" dialog box. The settings you choose there will be "sticky."
I hope this helps, but I'm not sure it does.
"On the days when I keep my gratitude higher than my expectations, well, I have really good days."
Ray Wylie Hubbard in his song "Mother Blues"
Ray Wylie Hubbard in his song "Mother Blues"
Re: Is it possible to force a 1:1 drawing insertion scale?
Hi Glenn.Glenn Schroeder wrote: ↑Tue Dec 19, 2023 11:45 am I'm not aware of a way to set a default, but when you choose to save as .dxf, you will get an Options button near the bottom left corner of the "Save as" dialog box. The settings you choose there will be "sticky."
I hope this helps, but I'm not sure it does.
Yes, I did see those settings, thanks.
I want to change the default .dxg DIMSTYLE (AutoCAD setting).
SW 2024 SP 5.0
Windows 11
Windows 11
- AlexLachance
- Posts: 2184
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2364
- x 2013
Re: Is it possible to force a 1:1 drawing insertion scale?
Thanks, Alex.AlexLachance wrote: ↑Tue Dec 19, 2023 11:56 am Have you given a look at this?
image.png
I believe this would be part of the SW2DXF mapfile.
As usual, sorry for the frenchitude
How is a map file generated?
Are you sure the map file isn't limited to layers, colors, and line types?
ETA: I think what I want to do is going to be handled on the AutoCAD side...if it can be done.
SW 2024 SP 5.0
Windows 11
Windows 11
- AlexLachance
- Posts: 2184
- Joined: Thu Mar 11, 2021 8:14 am
- Location: Quebec
- x 2364
- x 2013
Re: Is it possible to force a 1:1 drawing insertion scale?
It's a rather simple text file, but now that you mention it, it relates to drawing entities such as layers and not dimensions. I haven't really looked into exporting dimensions in DWG/DXF but I don't think they convert.