FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcGeCircArc2d Class Reference

#include <AcGeCircArc2d.h>

Inheritance diagram for AcGeCircArc2d:
AcGeCurve2d AcGeEntity2d

Public Member Functions

 AcGeCircArc2d (AcGeCircArc2d const &)
 
 AcGeCircArc2d (AcGePoint2d const &, AcGePoint2d const &, AcGePoint2d const &)
 
 AcGeCircArc2d (AcGePoint2d const &, AcGePoint2d const &, double, int=Adesk::kTrue)
 
 AcGeCircArc2d (AcGePoint2d const &, double)
 
 AcGeCircArc2d (AcGePoint2d const &, double, double, double, AcGeVector2d const &=AcGeVector2d::kXAxis, int=Adesk::kFalse)
 
 AcGeCircArc2d (void)
 
 ~AcGeCircArc2d (void)
 
AcGeCircArc2doperator= (AcGeCircArc2d const &)
 
AcGeCircArc2dset (AcGeCurve2d const &, AcGeCurve2d const &, AcGeCurve2d const &, double &, double &, double &, int &)
 
AcGeCircArc2dset (AcGeCurve2d const &, AcGeCurve2d const &, double, double &, double &, int &)
 
AcGeCircArc2dset (AcGePoint2d const &, AcGePoint2d const &, AcGePoint2d const &)
 
AcGeCircArc2dset (AcGePoint2d const &, AcGePoint2d const &, AcGePoint2d const &, AcGe::ErrorCondition &)
 
AcGeCircArc2dset (AcGePoint2d const &, AcGePoint2d const &, double, int=Adesk::kTrue)
 
AcGeCircArc2dset (AcGePoint2d const &, double)
 
AcGeCircArc2dset (AcGePoint2d const &, double, double, double, AcGeVector2d const &=AcGeVector2d::kXAxis, int=Adesk::kFalse)
 
AcGeCircArc2dsetAngles (double, double)
 
AcGeCircArc2dsetCenter (AcGePoint2d const &)
 
AcGeCircArc2dsetRadius (double)
 
AcGeCircArc2dsetRefVec (AcGeVector2d const &)
 
AcGeCircArc2dsetToComplement (void)
 
AcGePoint2d center (void) const
 
AcGePoint2d endPoint (void) const
 
AcGePoint2d startPoint (void) const
 
AcGeVector2d refVec (void) const
 
double endAng (void) const
 
double radius (void) const
 
double startAng (void) const
 
Frx::Boolean intersectWith (AcGeCircArc2d const &, int &, AcGePoint2d &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean intersectWith (AcGeLinearEnt2d const &, int &, AcGePoint2d &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean isClockWise (void) const
 
Frx::Boolean isInside (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean tangent (AcGePoint2d const &, AcGeLine2d &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean tangent (AcGePoint2d const &, AcGeLine2d &, AcGeTol const &, AcGe::ErrorCondition &) const
 
- Public Member Functions inherited from AcGeCurve2d
 ~AcGeCurve2d (void)
 
AcGeBoundBlock2d boundBlock (AcGeInterval const &) const
 
AcGeBoundBlock2d boundBlock (void) const
 
AcGeBoundBlock2d orthoBoundBlock (AcGeInterval const &) const
 
AcGeBoundBlock2d orthoBoundBlock (void) const
 
AcGeCurve2doperator= (AcGeCurve2d const &)
 
AcGeCurve2dreverseParam (void)
 
AcGeCurve2dsetInterval (void)
 
AcGePoint2d closestPointTo (AcGeCurve2d const &, AcGePoint2d &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint2d closestPointTo (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint2d evalPoint (double) const
 
AcGePoint2d evalPoint (double, int, AcArray< AcGeVector2d, AcArrayMemCopyReallocator< AcGeVector2d > > &) const
 
double distanceTo (AcGeCurve2d const &, AcGeTol const &=AcGeContext::gTol) const
 
double distanceTo (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
double length (double, double, double=AcGeContext::gTol.equalPoint()) const
 
double paramAtLength (double, double, Frx::Boolean=Frx::kTrue, double=AcGeContext::gTol.equalPoint()) const
 
double paramOf (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean area (double, double, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean explode (AcDbVoidPtrArray &, AcGeIntArray &, AcGeInterval const *) const
 
Adesk::Boolean getNormalPoint (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean hasEndPoint (AcGePoint2d &) const
 
Adesk::Boolean hasStartPoint (AcGePoint2d &) const
 
Adesk::Boolean isClosed (AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGeEntity2d *&, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGe::EntityId &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isLinear (AcGeLine2d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint2d const &, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (double, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isPeriodic (double &) const
 
Adesk::Boolean setInterval (AcGeInterval const &)
 
void getClosestPointTo (AcGeCurve2d const &, AcGePointOnCurve2d &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
void getClosestPointTo (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeTol const &=AcGeContext::gTol) const
 
void getInterval (AcGeInterval &) const
 
void getInterval (AcGeInterval &, AcGePoint2d &, AcGePoint2d &) const
 
void getLocalClosestPoints (AcGeCurve2d const &, AcGePointOnCurve2d &, AcGePointOnCurve2d &, AcGeInterval const *, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getLocalClosestPoints (AcGePoint2d const &, AcGePointOnCurve2d &, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getSamplePoints (double, double, double, AcGePoint2dArray &, AcGeDoubleArray &) const
 
void getSamplePoints (int, AcGePoint2dArray &) const
 
void getSplitCurves (double, AcGeCurve2d *&, AcGeCurve2d *&) const
 
void getTrimmedOffset (double, AcDbVoidPtrArray &, AcGe::OffsetCrvExtType, AcGeTol const &=AcGeContext::gTol) const
 
- Public Member Functions inherited from AcGeEntity2d
 ~AcGeEntity2d (void)
 
AcGeEntity2dmirror (AcGeLine2d const &)
 
AcGeEntity2doperator= (AcGeEntity2d const &)
 
AcGeEntity2drotateBy (double, AcGePoint2d const &)
 
AcGeEntity2dscaleBy (double, AcGePoint2d const &)
 
AcGeEntity2dtransformBy (AcGeMatrix2d const &)
 
AcGeEntity2dtranslateBy (AcGeVector2d const &)
 
AcGeEntity2dcopy (void) const
 
AcGe::EntityId type (void) const
 
Frx::Boolean isEqualTo (AcGeEntity2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean isKindOf (AcGe::EntityId) const
 
Adesk::Boolean isOn (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean operator!= (AcGeEntity2d const &) const
 
Frx::Boolean operator== (AcGeEntity2d const &) const
 

Additional Inherited Members

- Protected Member Functions inherited from AcGeCurve2d
 AcGeCurve2d (AcGeCurve2d const &)
 
 AcGeCurve2d (void)
 
- Protected Member Functions inherited from AcGeEntity2d
 AcGeEntity2d (AcGeEntity2d const &)
 
 AcGeEntity2d (AcGeImpEntity3d &, int)
 
 AcGeEntity2d (AcGeImpEntity3d *)
 
 AcGeEntity2d (void)
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d *) const
 
void connectTo (AcGeEntity2dImpl *)
 
- Protected Attributes inherited from AcGeEntity2d
AcGeEntity2dImplm_pImpl
 

Detailed Description

Definition at line 30 of file AcGeCircArc2d.h.

Constructor & Destructor Documentation

◆ AcGeCircArc2d() [1/6]

AcGeCircArc2d::AcGeCircArc2d ( AcGeCircArc2d const & )

◆ AcGeCircArc2d() [2/6]

AcGeCircArc2d::AcGeCircArc2d ( AcGePoint2d const & ,
AcGePoint2d const & ,
AcGePoint2d const &  )

◆ AcGeCircArc2d() [3/6]

AcGeCircArc2d::AcGeCircArc2d ( AcGePoint2d const & ,
AcGePoint2d const & ,
double ,
int = Adesk::kTrue )

◆ AcGeCircArc2d() [4/6]

AcGeCircArc2d::AcGeCircArc2d ( AcGePoint2d const & ,
double  )

◆ AcGeCircArc2d() [5/6]

AcGeCircArc2d::AcGeCircArc2d ( AcGePoint2d const & ,
double ,
double ,
double ,
AcGeVector2d const & = AcGeVector2d::kXAxis,
int = Adesk::kFalse )

◆ AcGeCircArc2d() [6/6]

AcGeCircArc2d::AcGeCircArc2d ( void )

◆ ~AcGeCircArc2d()

AcGeCircArc2d::~AcGeCircArc2d ( void )

Member Function Documentation

◆ center()

AcGePoint2d AcGeCircArc2d::center ( void ) const

◆ endAng()

double AcGeCircArc2d::endAng ( void ) const

◆ endPoint()

AcGePoint2d AcGeCircArc2d::endPoint ( void ) const

◆ intersectWith() [1/2]

Frx::Boolean AcGeCircArc2d::intersectWith ( AcGeCircArc2d const & ,
int & ,
AcGePoint2d & ,
AcGePoint2d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ intersectWith() [2/2]

Frx::Boolean AcGeCircArc2d::intersectWith ( AcGeLinearEnt2d const & ,
int & ,
AcGePoint2d & ,
AcGePoint2d & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ isClockWise()

Frx::Boolean AcGeCircArc2d::isClockWise ( void ) const

◆ isInside()

Frx::Boolean AcGeCircArc2d::isInside ( AcGePoint2d const & ,
AcGeTol const & = AcGeContext::gTol ) const

◆ operator=()

AcGeCircArc2d & AcGeCircArc2d::operator= ( AcGeCircArc2d const & )

◆ radius()

double AcGeCircArc2d::radius ( void ) const

◆ refVec()

AcGeVector2d AcGeCircArc2d::refVec ( void ) const

◆ set() [1/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGeCurve2d const & ,
AcGeCurve2d const & ,
AcGeCurve2d const & ,
double & ,
double & ,
double & ,
int &  )

◆ set() [2/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGeCurve2d const & ,
AcGeCurve2d const & ,
double ,
double & ,
double & ,
int &  )

◆ set() [3/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGePoint2d const & ,
AcGePoint2d const & ,
AcGePoint2d const &  )

◆ set() [4/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGePoint2d const & ,
AcGePoint2d const & ,
AcGePoint2d const & ,
AcGe::ErrorCondition &  )

◆ set() [5/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGePoint2d const & ,
AcGePoint2d const & ,
double ,
int = Adesk::kTrue )

◆ set() [6/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGePoint2d const & ,
double  )

◆ set() [7/7]

AcGeCircArc2d & AcGeCircArc2d::set ( AcGePoint2d const & ,
double ,
double ,
double ,
AcGeVector2d const & = AcGeVector2d::kXAxis,
int = Adesk::kFalse )

◆ setAngles()

AcGeCircArc2d & AcGeCircArc2d::setAngles ( double ,
double  )

◆ setCenter()

AcGeCircArc2d & AcGeCircArc2d::setCenter ( AcGePoint2d const & )

◆ setRadius()

AcGeCircArc2d & AcGeCircArc2d::setRadius ( double )

◆ setRefVec()

AcGeCircArc2d & AcGeCircArc2d::setRefVec ( AcGeVector2d const & )

◆ setToComplement()

AcGeCircArc2d & AcGeCircArc2d::setToComplement ( void )

◆ startAng()

double AcGeCircArc2d::startAng ( void ) const

◆ startPoint()

AcGePoint2d AcGeCircArc2d::startPoint ( void ) const

◆ tangent() [1/2]

Frx::Boolean AcGeCircArc2d::tangent ( AcGePoint2d const & ,
AcGeLine2d & ,
AcGeTol const & ,
AcGe::ErrorCondition &  ) const

◆ tangent() [2/2]

Frx::Boolean AcGeCircArc2d::tangent ( AcGePoint2d const & ,
AcGeLine2d & ,
AcGeTol const & = AcGeContext::gTol ) const

The documentation for this class was generated from the following file: