Share

AcDmUtil::dimatfit

C++

int dimatfit(
    int dimfit
);

File

dbdim.h

Description

The Release 14 dimension variable DIMFIT has been separated into two new variables DIMATFIT and DIMTMOVE. This function returns the correct DIMATFIT value given a value for DIMFIT. Here is the complete mapping:

dimfit   = 0, 1, 2, 3, 4, 5, other
dimatfit = 0, 1, 2, 3, 3, 3, 3

Parameters

Parameters Description
dimfit Value for DIMFIT

Was this information helpful?