Search found 4 matches

by dgp
Thu Nov 11, 2010 10:30 am
Forum: dxflib 'How Do I' Questions
Topic: How do I read drawing extents
Replies: 4
Views: 24174

Thank you :D .I got the dxf boundaries now.

Code: Select all

void Test_CreationClass::setVariableVector(const char* key,double v1, double v2, double v3, int code)
{
printf("\n\n\n\t Key#%s ,v1#%f , v2#%f,v3#%f\n",key,v1, v2,v3,code);

}
by dgp
Thu Nov 11, 2010 7:27 am
Forum: dxflib 'How Do I' Questions
Topic: Pass Version Number to my Class
Replies: 4
Views: 32569

Would you mind to share how to implement this method...
by dgp
Thu Nov 11, 2010 6:34 am
Forum: dxflib 'How Do I' Questions
Topic: How do I read drawing extents
Replies: 4
Views: 24174

This is my header section in dxf file 0 SECTION 2 HEADER 9 $ACADVER 1 AC1009 9 $LUNITS 70 2 9 $LIMMIN 10 -122.3180704378 20 47.4300256966 9 $LIMMAX 10 -122.3078004390 20 47.4643399154 9 $EXTMIN 10 -122.3180704378 20 47.4300256966 9 $EXTMAX 10 -122.3078004390 20 47.4643399154 999 After using the foll...
by dgp
Wed Nov 10, 2010 2:51 pm
Forum: dxflib 'How Do I' Questions
Topic: How do I read drawing extents
Replies: 4
Views: 24174

How do I read drawing extents

Hi,I have a dxf file with the below extents in the header section.
How do I read them using dxflib ?

$LIMMIN
10
-122.3180704378
20
47.4300256966
9
$LIMMAX
10
-122.3078004390
20
47.4643399154

Go to advanced search