Constructor (class MKI_ELLIPSEARC) New in Version 2012.0

www.CAD6.com

C++ Syntax

MKI_ELLIPSEARC::MKI_ELLIPSEARC( void );

 

Empty default constructor.

 

MKI_ELLIPSEARC::MKI_ELLIPSEARC(

 const MKI_ELLIPSEARC* f_pThis );

 

Standard copy constructor.

 

MKI_ELLIPSEARC::MKI_ELLIPSEARC(

 const MKI_POINT& f_rCenter,

 const MKI_POINT& f_rPoint1,

 const MKI_POINT& f_rPoint2,

 const double f_dVectorX,

 const double f_dVectorY,

 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