Editions
Related Functions
Example
The IN_SetFormatInputScaleFactor function defines the default settings for the input Scale Factor when loading CAD files.
Syntax
int IN_SetFormatInputScaleFactor( formatID, inScale, inUnits )
|
Parameters |
Values |
Meaning |
|
SHORT formatID |
API_FF_DXF (529) API_FF_DGN (508) API_FF_MI (507) API_FF_CADRA (526) API_FF_AUTOTROL_DX (67) API_FF_CGM (516)
API_FF_IGS (518) |
Autodesk format Intergraph MS Version format MI ME10Format (read-only) ADRA CADRA (read-only) DX Auto-trol Raster CGM Computer Graphics Metafile Clear Text IGS IGES (read-only) |
|
DOUBLE inScale |
0.001 | ¼ |
Scale Factor |
|
USHORT inUnits |
IN_UNITS_INCH (1) IN_UNITS_CM (2) |
units being used |
Release information
Added to Imagenation for Windows in Release 6.2.
Not supported in Imagenation for UNIX.
See also