|
FRX SDK Documentation 2025 SP0
|
#include <AcGePointEnt3d.h>
Public Member Functions | |
| operator AcGePoint3d (void) const | |
| ~AcGePointEnt3d (void) | |
| AcGePoint3d | point3d (void) const |
| AcGePointEnt3d & | operator= (AcGePointEnt3d const &) |
Public Member Functions inherited from AcGeEntity3d | |
| ~AcGeEntity3d (void) | |
| AcGeEntity3d & | mirror (AcGePlane const &) |
| AcGeEntity3d & | operator= (AcGeEntity3d const &) |
| AcGeEntity3d & | rotateBy (double, AcGeVector3d const &, AcGePoint3d const &) |
| AcGeEntity3d & | scaleBy (double, AcGePoint3d const &) |
| AcGeEntity3d & | transformBy (AcGeMatrix3d const &) |
| AcGeEntity3d & | translateBy (AcGeVector3d const &) |
| AcGeEntity3d * | copy (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 |
Protected Member Functions | |
| AcGePointEnt3d (AcGePointEnt3d const &) | |
| AcGePointEnt3d (void) | |
Protected Member Functions inherited from AcGeEntity3d | |
| AcGeEntity3d (AcGeEntity3d const &) | |
| AcGeEntity3d (AcGeImpEntity3d &, int) | |
| AcGeEntity3d (AcGeImpEntity3d *) | |
| AcGeEntity3d (void) | |
| AcGeEntity2d * | newEntity2d (AcGeImpEntity3d &, int) const |
| AcGeEntity2d * | newEntity2d (AcGeImpEntity3d *) const |
| AcGeEntity3d * | newEntity3d (AcGeImpEntity3d &, int) const |
| AcGeEntity3d * | newEntity3d (AcGeImpEntity3d *) const |
| void | connectTo (AcGeEntity3dImpl *) |
Friends | |
| class | DefValueProducer |
Additional Inherited Members | |
Protected Attributes inherited from AcGeEntity3d | |
| AcGeEntity3dImpl * | m_pImpl |
Definition at line 22 of file AcGePointEnt3d.h.
| AcGePointEnt3d::~AcGePointEnt3d | ( | void | ) |
|
protected |
|
protected |
| AcGePointEnt3d::operator AcGePoint3d | ( | void | ) | const |
| AcGePointEnt3d & AcGePointEnt3d::operator= | ( | AcGePointEnt3d const & | ) |
| AcGePoint3d AcGePointEnt3d::point3d | ( | void | ) | const |
Definition at line 24 of file AcGePointEnt3d.h.