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
Moderator: andrew
void Test_CreationClass::setVariableString(const char*key , const char*value, int code)
{
printf("\n\n\n\t Key#%s ,Value#%s , Code# %d\n",key,value, code
);
// printAttributes();
}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);
}Return to dxflib 'How Do I' Questions
Users browsing this forum: No registered users and 7 guests