MKI_PARSE_OBJ_CIRCLE (Object Parser Classes) Changed in Version 2021.0

www.CAD6.com

C++ Syntax

class MKI_PARSE_OBJ_CIRCLE

{

  public:

 

  MKI_BLOCK_POINT_PTR m_pCenter,

                      m_pRadius;

  __int32 m_nHandleCenter,

          m_nHandleRadius;

 

  MKI_PARSE_OBJ_CIRCLE( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );

 

  MKI_POINT_REF

  PointCenter( void );

 

  MKI_POINT_REF

  PointRadius( void );

};

 

This class is used to parse an object of type MKI_OBJ_CIRCLE and MKI_OBJ_GEOCIRCLE. For information about the internal data block structure of these object types, see Object 5 "Circle" and Object 46 "Construction Aid Circle".

 

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