![]() |
MKI_PARSE_OBJ_LINE (Object Parser Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_LINE { public:
MKI_BLOCK_POINT_PTR m_pStart, m_pEnd; __int32 m_nHandleStart, m_nHandleEnd;
MKI_PARSE_OBJ_LINE( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
MKI_POINT_REF PointStart( void );
MKI_POINT_REF PointEnd( void ); };
This class is used to parse an object of type MKI_OBJ_LINE, MKI_OBJ_GEOLINE, MKI_OBJ_GEOENDLESS and MKI_OBJ_GEOBEAM. For information about the internal data block structure of these object types, see Object 0 "Line" and Object 45 "Construction Aid Endless Line".
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