![]() |
MKI_PARSE_OBJ_DLINE (Object Parser Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_DLINE { public:
MKI_BLOCK_POINT_PTR m_pStart, m_pEnd; __int32 m_nHandleStart, m_nHandleEnd; MKI_BLOCK_DIMLINE_PTR m_pData; MKI_BLOCK_T003_PTR m_pTemp;
MKI_PARSE_OBJ_DLINE( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
MKI_POINT_REF PointStart( void );
MKI_POINT_REF PointEnd( void );
MKI_DIMLINE_REF DimLine( void );
double& ArrowStartAngle( void );
double& ArrowEndAngle( void ); };
This class is used to parse an object of type MKI_OBJ_DLINE. For information about the internal data block structure of this object type, see Object 20 "Dimension Line Straight".
This parser only works if the object is complete, i.e. already contains all necessary data blocks with correct size information! For performance reasons, there is no internal testing whatsoever. All point and outline attributes in between are skipped.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH