Constructor (class MKI_CIRCLEARC) New in Version 2012.0

www.CAD6.com

C++ Syntax

MKI_CIRCLEARC::MKI_CIRCLEARC( void );

 

Empty default constructor.

 

MKI_CIRCLEARC::MKI_CIRCLEARC(

 const MKI_CIRCLEARC* f_pThis );

 

Standard copy constructor.

 

MKI_CIRCLEARC::MKI_CIRCLEARC(

 const MKI_POINT& f_rCenter,

 const MKI_POINT& f_rPoint1,

 const MKI_POINT& f_rPoint2,

 const double f_dRadius,

 const double f_dAngle1,

 const double f_dAngle2 );

 

Initializing constructor. Please assure that m_dAngle1 <= m_dAngle2.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH