|
FRX SDK Documentation 2025 SP0
|
#include <AcDbShSweep.h>
Protected Member Functions | |
| AcDbShSweep (AcDbSystemInternals *) | |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Additional Inherited Members | |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 27 of file AcDbShSweep.h.
| AcDbShSweep::AcDbShSweep | ( | void | ) |
|
protected |
| AcGeVector3d AcDbShSweep::direction | ( | void | ) | const |
| Acad::ErrorStatus AcDbShSweep::getPathLength | ( | double & | ) | const |
| Acad::ErrorStatus AcDbShSweep::getSweepOptions | ( | AcDbSweepOptions & | ) | const |
| AcDbEntity * AcDbShSweep::pathEntity | ( | void | ) | const |
| Acad::ErrorStatus AcDbShSweep::setDirection | ( | AcGeVector3d const & | ) |
| Acad::ErrorStatus AcDbShSweep::setPathEntity | ( | AcDbEntity * | ) |
| Acad::ErrorStatus AcDbShSweep::setSweepEntity | ( | AcDbEntity * | ) |
| Acad::ErrorStatus AcDbShSweep::setSweepOptions | ( | AcDbSweepOptions const & | ) |
| AcDbEntity * AcDbShSweep::sweepEntity | ( | void | ) | const |