Is there a way to write a command to convert or save autocad files as .cf2 format?

Is there a way to write a command to convert or save autocad files as .cf2 format?

ADITHYA_CHALLAPALLI
Explorer Explorer
1,161 Views
9 Replies
Message 1 of 10

Is there a way to write a command to convert or save autocad files as .cf2 format?

ADITHYA_CHALLAPALLI
Explorer
Explorer

I am trying to know if it possible to save or convert autocad files into .cf2 format.

0 Likes
1,162 Views
9 Replies
Replies (9)
Message 2 of 10

pendean
Community Legend
Community Legend

Help yourself online if you don't actually possess a program that does the conversion for you already

https://www.google.com/search?q=dwg+to+cf2+converter   

0 Likes
Message 3 of 10

ADITHYA_CHALLAPALLI
Explorer
Explorer

Yes, I saw we can do this online, but wanted to see if I can have it as a command in autocad. Thanks. 

0 Likes
Message 4 of 10

david.waight
Contributor
Contributor

I tried the first two online converters and the first one failed completely and the 2nd one gave me a PDF which was nothing like the size of the DWG!

 

If you download this (free program) PicView8 you can convert to .CF2 no problem as long as you don't use too new a version of Autocad file.

 

https://www.treedim.com/en/download

 

Message 5 of 10

pendean
Community Legend
Community Legend

@ADITHYA_CHALLAPALLI wrote:

Yes, I saw we can do this online, but wanted to see if I can have it as a command in autocad. Thanks. 


No such command exists in the program or as an add-on as far as I can search. Must not be a high-demand need yet.

There are converters from DXF you can try on your own PC outside of the program, here is one

https://github.com/treeDiM/DXF2Diecut 

 

Message 6 of 10

david.waight
Contributor
Contributor

I had a routine to convert DWG to .CF2 written for me, I will try and find out if the programmer is still active.

 

It works from within Bricscad so would probably need tweaking for Autocad, but it won't be free.

 

Message 7 of 10

ADITHYA_CHALLAPALLI
Explorer
Explorer

I tried using the software but looks like it crashed every time with autocad 2024.

0 Likes
Message 8 of 10

ADITHYA_CHALLAPALLI
Explorer
Explorer

Sure, that would greatly help. 

0 Likes
Message 9 of 10

pendean
Community Legend
Community Legend

@ADITHYA_CHALLAPALLI wrote:

I tried using the software but looks like it crashed every time with autocad 2024.


Is this a step you skipped perhaps

pendean_0-1714663953975.png

 

0 Likes
Message 10 of 10

david.waight
Contributor
Contributor

If it's any help here is the specification for the .CF2 format in case you have a friendly programmer at your end.

 

This is an open format so there are no copyright issues distributing this document.

 

0 Likes