MKI_DIMPARAM (Entity Data Classes) New in Version 2023.0 |
www.CAD6.com |
C++ Syntaxclass MKI_DIMPARAM : public MKI_DIMSMALL { public:
__int32 m_nAngleMode, m_nAnglePrecision;
void Init( void );
void Init( const MKI_DIMSMALL& f_rData, bool f_fIsAngle ); };
This structure contains general dimension settings.
Element DescriptionAngleMode [__int32] The value AngleMode determines how angle dimension numbers are to be displayed (as opposed to length dimension display in NumMode) (see MKI_FRACTION_*). If negative, the current number display settings from the assigned coordinate system System will be used. AnglePrecision [__int32] The value AnglePrecision determines the precision of the angle dimension's display (as opposed to length dimension display in NumPrecision). If numeric values are displayed as decimal numbers, this value determines the number of fractional digits. The value may be between 0 (no fractional digit) and 14 (fourteen fractional digits). Whether trailing zeros will be displayed or not depends of user-dependent settings in the application. If numeric values are displayed as fractional numbers, this value determines the maximum power of two that the denominator will have. The value may be between 0 (no fraction) and 14 (maximum denominator 16384). The resulting fraction will be reduced. If the numeric value is 2.1, the resulting fraction will be 2 3/32 for a NumPrecision of 6 and 2 51/512 for a NumPrecision of 9.
MKD SyntaxUnused.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH