MKI_DIMLINE (Entity Data Classes) Changed in Version 2022.1 |
www.CAD6.com |
C++ Syntaxclass MKI_DIMLINE { public:
__int32 m_nArrowStartForm, m_nArrowStartMode, m_nArrowEndForm, m_nArrowEndMode;
void Init( void );
bool IsIdentical( const MKI_DIMLINE& f_rData ) const; New in Version 2022.1 };
This structure contains settings for a dimension line.
Element DescriptionArrowStartForm [__int32] The value ArrowStartForm determines the form of the dimension arrow at the start-point of the dimension line (see MKI_ARROWFORM_*). ArrowStartMode [__int32] The values ArrowStartMode determines whether the dimension ends at the dimension's start-point or whether it is extended (see MKI_ARROWMODE_*). ArrowEndForm [__int32] Equivalent to ArrowStartForm, but referring to the end-point (see MKI_ARROWFORM_*). ArrowEndMode [__int32] Equivalent to ArrowStartMode, but referring to the end-point (see MKI_ARROWMODE_*).
MKD SyntaxA data block of type MKI_DB_INFO_DIMLINE (220) is used to store the parameters for dimension lines.
ArrowStartForm,ArrowStartMode,ArrowEndForm,ArrowEndMode
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH