![]() |
MKI_PARSE_OBJ_COMMENT (Object Parser Classes) Changed in Version 2019.1 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_COMMENT { public:
MKI_BLOCK_POINT_PTR m_pRef, MKI_BLOCK_TEXT_PTR m_pText; MKI_BLOCK_COMMENTDATA_PTR m_pData; MKI_BLOCK_PTR m_pCurve;
MKI_PARSE_OBJ_COMMENT( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
MKI_POINT_REF PointRef( void );
LPWSTR Text( void );
MKI_COMMENTDATA_REF CommentData( void );
MKI_BLOCK_PTR CurveData( void ); };
This class is used to parse an object of type MKI_OBJ_COMMENT. For information about the internal data block structure of this object type, see Object 40 "Comment".
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