|
FRX SDK Documentation 2025 SP0
|
#include <AcGePointEnt2d.h>
Public Member Functions | |
| operator AcGePoint2d (void) const | |
| ~AcGePointEnt2d (void) | |
| AcGePoint2d | point2d (void) const |
| AcGePointEnt2d & | operator= (AcGePointEnt2d const &) |
Public Member Functions inherited from AcGeEntity2d | |
| ~AcGeEntity2d (void) | |
| AcGeEntity2d & | mirror (AcGeLine2d const &) |
| AcGeEntity2d & | operator= (AcGeEntity2d const &) |
| AcGeEntity2d & | rotateBy (double, AcGePoint2d const &) |
| AcGeEntity2d & | scaleBy (double, AcGePoint2d const &) |
| AcGeEntity2d & | transformBy (AcGeMatrix2d const &) |
| AcGeEntity2d & | translateBy (AcGeVector2d const &) |
| AcGeEntity2d * | copy (void) const |
| AcGe::EntityId | type (void) const |
| Frx::Boolean | isEqualTo (AcGeEntity2d const &, AcGeTol const &=AcGeContext::gTol) const |
| Frx::Boolean | isKindOf (AcGe::EntityId) const |
| Adesk::Boolean | isOn (AcGePoint2d const &, AcGeTol const &=AcGeContext::gTol) const |
| Frx::Boolean | operator!= (AcGeEntity2d const &) const |
| Frx::Boolean | operator== (AcGeEntity2d const &) const |
Protected Member Functions | |
| AcGePointEnt2d (AcGePointEnt2d const &) | |
| AcGePointEnt2d (void) | |
Protected Member Functions inherited from AcGeEntity2d | |
| AcGeEntity2d (AcGeEntity2d const &) | |
| AcGeEntity2d (AcGeImpEntity3d &, int) | |
| AcGeEntity2d (AcGeImpEntity3d *) | |
| AcGeEntity2d (void) | |
| AcGeEntity2d * | newEntity2d (AcGeImpEntity3d *) const |
| void | connectTo (AcGeEntity2dImpl *) |
Friends | |
| class | DefValueProducer |
Additional Inherited Members | |
Protected Attributes inherited from AcGeEntity2d | |
| AcGeEntity2dImpl * | m_pImpl |
Definition at line 22 of file AcGePointEnt2d.h.
| AcGePointEnt2d::~AcGePointEnt2d | ( | void | ) |
|
protected |
|
protected |
| AcGePointEnt2d::operator AcGePoint2d | ( | void | ) | const |
| AcGePointEnt2d & AcGePointEnt2d::operator= | ( | AcGePointEnt2d const & | ) |
| AcGePoint2d AcGePointEnt2d::point2d | ( | void | ) | const |
Definition at line 24 of file AcGePointEnt2d.h.