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

#include <AcGeImpExternalCurve2d.h>

Public Member Functions

 AcGeImpExternalCurve2d (AcGeImpExternalCurve2d const &)
 
 AcGeImpExternalCurve2d (void *, AcGe::ExternalEntityKind, int)
 
 AcGeImpExternalCurve2d (void)
 
AcGeImpExternalCurve2doperator= (AcGeImpExternalCurve2d const &)
 
AcGeImpExternalCurve2dset (void *, AcGe::ExternalEntityKind, int)
 
AcGeImpExternalCurve2dsetToOwnCurve (void)
 
AcGe::ExternalEntityKind externalCurveKind (void) const
 
int isDefined (void) const
 
int isNurbCurve (AcGeImpNurbCurve3d &) const
 
int isNurbCurve (void) const
 
int isOwnerOfCurve (void) const
 
virtual ~AcGeImpExternalCurve2d (void)
 
virtual AcGeImpCurve3dreverseParam (void)
 
virtual AcGeImpCurve3dsetInterval (AcGeImpInterval const &, int)
 
virtual AcGeImpCurve3dsetInterval (void)
 
virtual AcGeImpEntity3dtransformBy (AcGeMatrix3d const &)
 
virtual AcGeImpObjectcopy (void) const
 
virtual double length (double, double, double) const
 
virtual double paramAtLength (double, double, int, double) const
 
virtual double paramOf (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
 
virtual AcGe::EntityId type (int) const
 
virtual int isClosed (AcGeTol const &=AcGeContext::gTol) const
 
virtual int isDegenerate (AcGeImpEntity3d *&, AcGeTol const &=AcGeContext::gTol) const
 
virtual int isDegenerate (AcGe::EntityId &, AcGeTol const &=AcGeContext::gTol) const
 
virtual int isEqualTo (AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
 
virtual int isLinear (AcGeImpLinearEnt3d &, AcGeTol const &=AcGeContext::gTol) const
 
virtual int isOn (AcGePoint3d const &, double &, AcGeTol const &=AcGeContext::gTol) const
 
virtual int isPeriodic (double &, int) const
 
virtual void getInterval (AcGeImpInterval &, int, int) const
 
virtual void getSplitCurves (double, AcGeImpCurve3d *&, AcGeImpCurve3d *&) const
 
void getExternalCurve (void *&) const
 

Detailed Description

Definition at line 32 of file AcGeImpExternalCurve2d.h.

Constructor & Destructor Documentation

◆ AcGeImpExternalCurve2d() [1/3]

AcGeImpExternalCurve2d::AcGeImpExternalCurve2d ( AcGeImpExternalCurve2d const & )

◆ AcGeImpExternalCurve2d() [2/3]

AcGeImpExternalCurve2d::AcGeImpExternalCurve2d ( void * ,
AcGe::ExternalEntityKind ,
int  )

◆ AcGeImpExternalCurve2d() [3/3]

AcGeImpExternalCurve2d::AcGeImpExternalCurve2d ( void )

◆ ~AcGeImpExternalCurve2d()

virtual AcGeImpExternalCurve2d::~AcGeImpExternalCurve2d ( void )
virtual

Member Function Documentation

◆ copy()

virtual AcGeImpObject * AcGeImpExternalCurve2d::copy ( void ) const
virtual

◆ externalCurveKind()

AcGe::ExternalEntityKind AcGeImpExternalCurve2d::externalCurveKind ( void ) const

◆ getExternalCurve()

void AcGeImpExternalCurve2d::getExternalCurve ( void *& ) const

◆ getInterval()

virtual void AcGeImpExternalCurve2d::getInterval ( AcGeImpInterval & ,
int ,
int  ) const
virtual

◆ getSplitCurves()

virtual void AcGeImpExternalCurve2d::getSplitCurves ( double ,
AcGeImpCurve3d *& ,
AcGeImpCurve3d *&  ) const
virtual

◆ isClosed()

virtual int AcGeImpExternalCurve2d::isClosed ( AcGeTol const & = AcGeContext::gTol) const
virtual

◆ isDefined()

int AcGeImpExternalCurve2d::isDefined ( void ) const

◆ isDegenerate() [1/2]

virtual int AcGeImpExternalCurve2d::isDegenerate ( AcGe::EntityId & ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ isDegenerate() [2/2]

virtual int AcGeImpExternalCurve2d::isDegenerate ( AcGeImpEntity3d *& ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ isEqualTo()

virtual int AcGeImpExternalCurve2d::isEqualTo ( AcGeImpEntity3d const & ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ isLinear()

virtual int AcGeImpExternalCurve2d::isLinear ( AcGeImpLinearEnt3d & ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ isNurbCurve() [1/2]

int AcGeImpExternalCurve2d::isNurbCurve ( AcGeImpNurbCurve3d & ) const

◆ isNurbCurve() [2/2]

int AcGeImpExternalCurve2d::isNurbCurve ( void ) const

◆ isOn()

virtual int AcGeImpExternalCurve2d::isOn ( AcGePoint3d const & ,
double & ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ isOwnerOfCurve()

int AcGeImpExternalCurve2d::isOwnerOfCurve ( void ) const

◆ isPeriodic()

virtual int AcGeImpExternalCurve2d::isPeriodic ( double & ,
int  ) const
virtual

◆ length()

virtual double AcGeImpExternalCurve2d::length ( double ,
double ,
double  ) const
virtual

◆ operator=()

AcGeImpExternalCurve2d & AcGeImpExternalCurve2d::operator= ( AcGeImpExternalCurve2d const & )

◆ paramAtLength()

virtual double AcGeImpExternalCurve2d::paramAtLength ( double ,
double ,
int ,
double  ) const
virtual

◆ paramOf()

virtual double AcGeImpExternalCurve2d::paramOf ( AcGePoint3d const & ,
AcGeTol const & = AcGeContext::gTol ) const
virtual

◆ reverseParam()

virtual AcGeImpCurve3d & AcGeImpExternalCurve2d::reverseParam ( void )
virtual

◆ set()

AcGeImpExternalCurve2d & AcGeImpExternalCurve2d::set ( void * ,
AcGe::ExternalEntityKind ,
int  )

◆ setInterval() [1/2]

virtual AcGeImpCurve3d & AcGeImpExternalCurve2d::setInterval ( AcGeImpInterval const & ,
int  )
virtual

◆ setInterval() [2/2]

virtual AcGeImpCurve3d & AcGeImpExternalCurve2d::setInterval ( void )
virtual

◆ setToOwnCurve()

AcGeImpExternalCurve2d & AcGeImpExternalCurve2d::setToOwnCurve ( void )

◆ transformBy()

virtual AcGeImpEntity3d & AcGeImpExternalCurve2d::transformBy ( AcGeMatrix3d const & )
virtual

◆ type()

virtual AcGe::EntityId AcGeImpExternalCurve2d::type ( int ) const
virtual

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