|
| | AcGeImpHelix (AcGeImpHelix const &) |
| |
| | AcGeImpHelix (AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double, bool) |
| |
| | AcGeImpHelix (void) |
| |
| bool | isCounterClockwise (void) const |
| |
| AcGeImpHelix & | operator= (AcGeImpHelix const &) |
| |
| AcGePoint3d | axisPoint (void) const |
| |
| AcGeVector3d | axisVec (void) const |
| |
| AcGeVector3d | startVec (void) const |
| |
| double | endRadius (void) const |
| |
| double | height (void) const |
| |
| double | startRadius (void) const |
| |
| double | turnHeight (void) const |
| |
| double | turns (void) const |
| |
| virtual | ~AcGeImpHelix (void) |
| |
| virtual AcGeImpBoundBlock3d | boundBlock (int, AcGeImpInterval const &, int) const |
| |
| virtual AcGeImpCurve3d & | reverseParam (void) |
| |
| virtual AcGeImpCurve3d & | setInterval (AcGeImpInterval const &, int) |
| |
| virtual AcGeImpCurve3d & | setInterval (void) |
| |
| virtual AcGeImpEntity3d & | transformBy (AcGeMatrix3d const &) |
| |
| virtual AcGeImpEntity3d * | exactOffset (double, AcGeVector3d const &, AcGeDoubleArray *, AcGeDoubleArray *, AcGe::OffsetCrvExtType, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGeImpEntity3d * | project (AcGeImpPlanarEnt const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual AcGeImpObject * | copy (void) const |
| |
| virtual AcGePoint3d | evalPoint (double) const |
| |
| virtual AcGePoint3d | evalPoint (double, int, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const |
| |
| virtual double | length (double, double, double) const |
| |
| virtual AcGe::EntityId | type (int) const |
| |
| virtual int | intersectSelf (AcGeCurveIntData &, AcGeVector3d const &, double, 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 | isPeriodic (double &, int) const |
| |
| virtual int | isPlanar (AcGeImpPlanarEnt &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual int | unboundedOverlap (AcGeImpCurve3d const &, int &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual void * | getExternalEntity (void) const |
| |
| virtual void | getClosestPointTo (AcGePoint3d const &, AcGeImpPointOnCurve3d &, AcGeTol const &=AcGeContext::gTol) const |
| |
| virtual void | getInterval (AcGeImpInterval &, AcGePoint3d &, AcGePoint3d &) const |
| |
| virtual void | getInterval (AcGeImpInterval &, int, int) const |
| |
| virtual void | getSamplePoints (double, double, double, AcGeImpPointOnCurve3d &, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, AcGeDoubleArray &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > *, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > *) const |
| |
| virtual void | getSamplePoints (int, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &) const |
| |
| virtual void | getSplitCurves (double, AcGeImpCurve3d *&, AcGeImpCurve3d *&) const |
| |
| virtual void | getTrimmedOffset (double, AcGeVector3d const &, AcDbVoidPtrArray &, AcGe::OffsetCrvExtType, AcGeTol const &=AcGeContext::gTol) const |
| |
| void | getSamplePoints (double, double, double, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, AcGeDoubleArray &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > *, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > *) const |
| |
| void | normalize (void) |
| |
| void | set (AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double, bool) |
| |
| void | setAxisPoint (AcGePoint3d const &) |
| |
| void | setAxisVec (AcGeVector3d const &) |
| |
| void | setEndRadius (double) |
| |
| void | setHeight (double) |
| |
| void | setIsCounterClockwise (bool) |
| |
| void | setStartRadius (double) |
| |
| void | setStartVec (AcGeVector3d const &) |
| |
| void | setTurns (double) |
| |
Definition at line 37 of file AcGeImpHelix.h.