Cut dxf file into part of fix length

Cut dxf file into part of fix length

Anonymous
Not applicable
440 Views
4 Replies
Message 1 of 5

Cut dxf file into part of fix length

Anonymous
Not applicable
Hi,
I want to cut the .DXF file into small part of fixed length.
Can you please tell is it possible I am opening .dxf file into autocad 2008 or autocad 2009 and using vb.net.Please send code if possible.Its urgent .
Thanks in advance.
0 Likes
441 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Hi rupali,

If you search the web you will find several file splitting programs.

They are used to break large files down so that they can be copied to
small size media such as Floppy disks, or CDs

However, to import a DXF file the file must be a complete file in its
own right.



Regards


Laurie Comerford

rupali wrote:
> Hi,
> I want to cut the .DXF file into small part of fixed length.
> Can you please tell is it possible I am opening .dxf file into autocad 2008 or autocad 2009 and using vb.net.Please send code if possible.Its urgent .
> Thanks in advance.
0 Likes
Message 3 of 5

Anonymous
Not applicable
It depends what you mean by complete...
From the help file -
"AutoCAD lets you omit many items in a DXF file and still obtain a usable drawing"
0 Likes
Message 4 of 5

Anonymous
Not applicable
Hi Peter,

I meant it in the context of the information I posted. The file
breaking programs I mentioned are designed to break and rejoin a file
after copying the file via more than one media item. The individual
bits of the file will almost certainly not be of any use on their own.

For purposes of your comment - interpret "complete" as meaning a DXF
file which "AutoCAD can read without error"

As, in this case, when one is trying to guess what the OP wants because
they ask a question with an improbable requirement, you don't know why
they want to do it and whether your answer has any relevance to their
real requirement which is left unstated.

Regards


Laurie Comerford

PeterCharles wrote:
> It depends what you mean by complete...
> From the help file -
> "AutoCAD lets you omit many items in a DXF file and still obtain a usable drawing"
0 Likes
Message 5 of 5

Anonymous
Not applicable
This has just popped up on Inventor Customisation. I wonder if anyone has some free ready made code to solve his problem??

Drawing splitting (0 replies)
Posted by: rupali
Date: Aug/10/08 - 08:26 (GMT) Reply

Hi,
I have one drawing in Inventor with extension of .dxf which is of size 100 x 30 which I want to split in to two drawings of size 50 x 30 each .I am using vb.net 2005 and Invenor 2009.
Its not the file splitting ,its the drawing splitting of single file into two drawings of equal size.
Can u please provide me the related code.Please reply.
Thanks in advance.
0 Likes