![]() |
MKI_PARSE_OBJ_ZIGZAG (Object Parser Classes) Changed in Version 2021.0 |
www.CAD6.com |
C++ Syntaxclass MKI_PARSE_OBJ_ZIGZAG { public:
MKI_BLOCK_POINT_PTR m_pStart, m_pEnd; __int32 m_nHandleStart, m_nHandleEnd; MKI_BLOCK_DOUBLE_PTR m_pData;
MKI_PARSE_OBJ_ZIGZAG( MKI_CONST_ENTITY_OBJECT_PTR f_pObj );
MKI_POINT_REF PointStart( void );
MKI_POINT_REF PointEnd( void );
double& Distance( void ); };
This class is used to parse an object of type MKI_OBJ_ZIGZAG. For information about the internal data block structure of this object type, see Object 10 "Zigzag 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