Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdUnitsFormatter::DimzinValues Structure
Syntax
C++
struct DimzinValues { enum { kSuppressesZeroFeetAndPreciselyZeroInches = 0, kIncludesZeroFeetAndPreciselyZeroInches = 1, kIncludesZeroFeetAndSuppressesZeroInches = 2, kIncludesZeroInchesAndSuppressesZeroFeet = 3, kSuppressesLeadingZeros = 4, kSuppressesTrailingZeros = 8, kSuppressesBothLeadingAndTrailingZeros = 12 }; };
Members
Description
kSuppressesZeroFeetAndPreciselyZeroInches
Suppresses zero feet and precisely zero inches
kIncludesZeroFeetAndPreciselyZeroInches
Includes zero feet and precisely zero inches
kIncludesZeroFeetAndSuppressesZeroInches
Includes zero feet and suppresses zero inches
kIncludesZeroInchesAndSuppressesZeroFeet
Includes zero inches and suppresses zero feet
kSuppressesLeadingZeros
Supresses leading zeros
kSuppressesTrailingZeros
Supresses trailing zeros
kSuppressesBothLeadingAndTrailingZeros
Supresses leading and trailing zeros

Defines values used in DIMZIN database variable that specifies how trailing and leading zeros must be treated in formatting

File: OdUnitsFormatter.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.