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

#include <AcGeAugPolyline3d.h>

Inheritance diagram for AcGeAugPolyline3d:
AcGePolyline3d AcGeSplineEnt3d AcGeCurve3d AcGeEntity3d

Public Member Functions

 AcGeAugPolyline3d (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &)
 
 AcGeAugPolyline3d (AcGeAugPolyline3d const &)
 
 AcGeAugPolyline3d (AcGeCurve3d const &, double, double, double)
 
 AcGeAugPolyline3d (AcGeKnotVector const &, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &)
 
 AcGeAugPolyline3d (void)
 
 ~AcGeAugPolyline3d (void)
 
AcGeAugPolyline3doperator= (AcGeAugPolyline3d const &)
 
AcGeAugPolyline3dsetApproxTol (double)
 
AcGeAugPolyline3dsetD2Vector (int, AcGeVector3d)
 
AcGeAugPolyline3dsetPoint (int, AcGePoint3d)
 
AcGeAugPolyline3dsetVector (int, AcGeVector3d)
 
AcGePoint3d getPoint (int) const
 
AcGeVector3d getD2Vector (int) const
 
AcGeVector3d getVector (int) const
 
double approxTol (void) const
 
void getD1Vectors (AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const
 
void getD2Vectors (AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const
 
void getPoints (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &) const
 
- Public Member Functions inherited from AcGePolyline3d
 AcGePolyline3d (AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &)
 
 AcGePolyline3d (AcGeCurve3d const &, double)
 
 AcGePolyline3d (AcGeKnotVector const &, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &)
 
 AcGePolyline3d (AcGePolyline3d const &)
 
 AcGePolyline3d (void)
 
 ~AcGePolyline3d (void)
 
AcGePoint3d fitPointAt (int) const
 
AcGePolyline3doperator= (AcGePolyline3d const &)
 
AcGeSplineEnt3dsetFitPointAt (int, AcGePoint3d const &)
 
int numFitPoints (void) const
 
- Public Member Functions inherited from AcGeSplineEnt3d
 ~AcGeSplineEnt3d (void)
 
AcGeKnotVector const & knots (void) const
 
AcGePoint3d controlPointAt (int) const
 
AcGePoint3d endPoint (void) const
 
AcGePoint3d startPoint (void) const
 
AcGeSplineEnt3doperator= (AcGeSplineEnt3d const &)
 
AcGeSplineEnt3dsetControlPointAt (int, AcGePoint3d const &)
 
AcGeSplineEnt3dsetKnotAt (int, double)
 
double endParam (void) const
 
double knotAt (int) const
 
double startParam (void) const
 
int continuityAtKnot (int, AcGeTol const &=AcGeContext::gTol) const
 
int degree (void) const
 
Frx::Boolean hasFitData (void) const
 
Frx::Boolean isRational (void) const
 
int numControlPoints (void) const
 
int numKnots (void) const
 
int order (void) const
 
- Public Member Functions inherited from AcGeCurve3d
 ~AcGeCurve3d ()
 
AcGeBoundBlock3d boundBlock (AcGeInterval const &) const
 
AcGeBoundBlock3d boundBlock (void) const
 
AcGeBoundBlock3d orthoBoundBlock (AcGeInterval const &) const
 
AcGeBoundBlock3d orthoBoundBlock (void) const
 
AcGeCurve3doperator= (AcGeCurve3d const &)
 
AcGeCurve3dreverseParam (void)
 
AcGeCurve3dsetInterval (void)
 
AcGeEntity3dorthoProject (AcGePlane const &, AcGeTol const &=AcGeContext::gTol) const
 
AcGeEntity3dproject (AcGePlane const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint3d closestPointTo (AcGeCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint3d closestPointTo (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint3d evalPoint (double) const
 
AcGePoint3d evalPoint (double, int, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const
 
AcGePoint3d projClosestPointTo (AcGeCurve3d const &, AcGeVector3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
 
AcGePoint3d projClosestPointTo (AcGePoint3d const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol) const
 
double distanceTo (AcGeCurve3d const &, AcGeTol const &=AcGeContext::gTol) const
 
double distanceTo (AcGePoint3d 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 (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean area (double, double, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean explode (AcDbVoidPtrArray &, AcGeIntArray &, AcGeInterval const *=nullptr) const
 
Adesk::Boolean getNormalPoint (AcGePoint3d const &, AcGePointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean hasEndPoint (AcGePoint3d &) const
 
Adesk::Boolean hasStartPoint (AcGePoint3d &) const
 
Adesk::Boolean isClosed (AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isCoplanarWith (AcGeCurve3d const &, AcGePlane &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGeEntity3d *&, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isDegenerate (AcGe::EntityId &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isLinear (AcGeLine3d &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (AcGePoint3d const &, double &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isOn (double, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean isPeriodic (double &) const
 
Adesk::Boolean isPlanar (AcGePlane &, AcGeTol const &=AcGeContext::gTol) const
 
Adesk::Boolean setInterval (AcGeInterval const &)
 
void getClosestPointTo (AcGeCurve3d const &, AcGePointOnCurve3d &, AcGePointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const
 
void getClosestPointTo (AcGePoint3d const &, AcGePointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const
 
void getInterval (AcGeInterval &) const
 
void getInterval (AcGeInterval &, AcGePoint3d &, AcGePoint3d &) const
 
void getLocalClosestPoints (AcGeCurve3d const &, AcGePointOnCurve3d &, AcGePointOnCurve3d &, AcGeInterval const *, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getLocalClosestPoints (AcGePoint3d const &, AcGePointOnCurve3d &, AcGeInterval const *, AcGeTol const &=AcGeContext::gTol) const
 
void getProjClosestPointTo (AcGeCurve3d const &, AcGeVector3d const &, AcGePointOnCurve3d &, AcGePointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const
 
void getProjClosestPointTo (AcGePoint3d const &, AcGeVector3d const &, AcGePointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const
 
void getSamplePoints (double, double, double, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, AcGeDoubleArray &, bool=false) const
 
void getSamplePoints (int, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &) const
 
void getSamplePoints (int, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, AcArray< double, AcArrayMemCopyReallocator< double > > &) const
 
void getSplitCurves (double, AcGeCurve3d *&, AcGeCurve3d *&) const
 
void getTrimmedOffset (double, AcGeVector3d const &, AcDbVoidPtrArray &, AcGe::OffsetCrvExtType=AcGe::kFillet, AcGeTol const &=AcGeContext::gTol) const
 
- Public Member Functions inherited from AcGeEntity3d
 ~AcGeEntity3d (void)
 
AcGeEntity3dmirror (AcGePlane const &)
 
AcGeEntity3doperator= (AcGeEntity3d const &)
 
AcGeEntity3drotateBy (double, AcGeVector3d const &, AcGePoint3d const &)
 
AcGeEntity3dscaleBy (double, AcGePoint3d const &)
 
AcGeEntity3dtransformBy (AcGeMatrix3d const &)
 
AcGeEntity3dtranslateBy (AcGeVector3d const &)
 
AcGeEntity3dcopy (void) const
 
AcGe::EntityId type (void) const
 
Frx::Boolean isEqualTo (AcGeEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean isKindOf (AcGe::EntityId) const
 
Adesk::Boolean isOn (AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
 
Frx::Boolean operator!= (AcGeEntity3d const &) const
 
Frx::Boolean operator== (AcGeEntity3d const &) const
 

Additional Inherited Members

- Protected Member Functions inherited from AcGeSplineEnt3d
 AcGeSplineEnt3d (AcGeSplineEnt3d const &)
 
 AcGeSplineEnt3d (void)
 
- Protected Member Functions inherited from AcGeCurve3d
 AcGeCurve3d (AcGeCurve3d const &)
 
 AcGeCurve3d (void)
 
- Protected Member Functions inherited from AcGeEntity3d
 AcGeEntity3d (AcGeEntity3d const &)
 
 AcGeEntity3d (AcGeImpEntity3d &, int)
 
 AcGeEntity3d (AcGeImpEntity3d *)
 
 AcGeEntity3d (void)
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d &, int) const
 
AcGeEntity2dnewEntity2d (AcGeImpEntity3d *) const
 
AcGeEntity3dnewEntity3d (AcGeImpEntity3d &, int) const
 
AcGeEntity3dnewEntity3d (AcGeImpEntity3d *) const
 
void connectTo (AcGeEntity3dImpl *)
 
- Protected Attributes inherited from AcGeEntity3d
AcGeEntity3dImplm_pImpl
 

Detailed Description

Definition at line 26 of file AcGeAugPolyline3d.h.

Constructor & Destructor Documentation

◆ AcGeAugPolyline3d() [1/5]

AcGeAugPolyline3d::AcGeAugPolyline3d ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &  )

◆ AcGeAugPolyline3d() [2/5]

AcGeAugPolyline3d::AcGeAugPolyline3d ( AcGeAugPolyline3d const & )

◆ AcGeAugPolyline3d() [3/5]

AcGeAugPolyline3d::AcGeAugPolyline3d ( AcGeCurve3d const & ,
double ,
double ,
double  )

◆ AcGeAugPolyline3d() [4/5]

AcGeAugPolyline3d::AcGeAugPolyline3d ( AcGeKnotVector const & ,
AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const & ,
AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &  )

◆ AcGeAugPolyline3d() [5/5]

AcGeAugPolyline3d::AcGeAugPolyline3d ( void )

◆ ~AcGeAugPolyline3d()

AcGeAugPolyline3d::~AcGeAugPolyline3d ( void )

Member Function Documentation

◆ approxTol()

double AcGeAugPolyline3d::approxTol ( void ) const

◆ getD1Vectors()

void AcGeAugPolyline3d::getD1Vectors ( AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > & ) const

◆ getD2Vector()

AcGeVector3d AcGeAugPolyline3d::getD2Vector ( int ) const

◆ getD2Vectors()

void AcGeAugPolyline3d::getD2Vectors ( AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > & ) const

◆ getPoint()

AcGePoint3d AcGeAugPolyline3d::getPoint ( int ) const

◆ getPoints()

void AcGeAugPolyline3d::getPoints ( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > & ) const

◆ getVector()

AcGeVector3d AcGeAugPolyline3d::getVector ( int ) const

◆ operator=()

AcGeAugPolyline3d & AcGeAugPolyline3d::operator= ( AcGeAugPolyline3d const & )

◆ setApproxTol()

AcGeAugPolyline3d & AcGeAugPolyline3d::setApproxTol ( double )

◆ setD2Vector()

AcGeAugPolyline3d & AcGeAugPolyline3d::setD2Vector ( int ,
AcGeVector3d  )

◆ setPoint()

AcGeAugPolyline3d & AcGeAugPolyline3d::setPoint ( int ,
AcGePoint3d  )

◆ setVector()

AcGeAugPolyline3d & AcGeAugPolyline3d::setVector ( int ,
AcGeVector3d  )

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