Share

AcDmUtil::dimtmove

C++

int dimtmove(
    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 DIMTMOVE value given a value for DIMFIT. Here is the complete mapping:

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

Parameters

Parameters Description
dimfit Value for DIMFIT

Was this information helpful?