![]() |
MKI_PARSE_OBJ_ELLIPSE (Object Parser Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_ELLIPSE { public:
MKI_BLOCK_POINT_PTR m_pCenter, m_pVector1, m_pVector2; __int32 m_nHandleCenter, m_nHandleVector1, m_nHandleVector2;
MKI_PARSE_OBJ_ELLIPSE( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
MKI_POINT_REF PointCenter( void );
MKI_POINT_REF PointVector1( void );
MKI_POINT_REF PointVector2( void ); };
This class is used to parse an object of type MKI_OBJ_ELLIPSE and MKI_OBJ_GEOELLIPSE. For information about the internal data block structure of these object types, see Object 15 "Ellipse" and Object 47 "Construction Aid Ellipse".
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