find if a file .DXF is in inches or millimeters
Posted: 20 Mar 2014, 10:55
Hello
I use cadviewxpro Version 8.2.0.3.
I'm trying to determine if a file .DXF is in inch or millimeter.
For this, I use ICADViewX.LoadFile Method to open the file .DXF
then ICADViewX.Millimetres Property
But whatever the file, whether it is in inch or millimeter in,
ICADViewX.Millimetres Property always returns me "true".
I tried with ICADImage.Millimetres Property, I have the same result: for cadviewxpro, all files are in millimeter (even those who are actually in inches).
Please tell me how to find the unit of measurement of a file .DXF.
Thank you in advance.
Xavier
I use cadviewxpro Version 8.2.0.3.
I'm trying to determine if a file .DXF is in inch or millimeter.
For this, I use ICADViewX.LoadFile Method to open the file .DXF
then ICADViewX.Millimetres Property
But whatever the file, whether it is in inch or millimeter in,
ICADViewX.Millimetres Property always returns me "true".
I tried with ICADImage.Millimetres Property, I have the same result: for cadviewxpro, all files are in millimeter (even those who are actually in inches).
Please tell me how to find the unit of measurement of a file .DXF.
Thank you in advance.
Xavier