|
FRX SDK Documentation 2025 SP0
|
#include <AcGeEntity2d.h>
Public Member Functions | |
| ~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 | |
| AcGeEntity2d (AcGeEntity2d const &) | |
| AcGeEntity2d (AcGeImpEntity3d &, int) | |
| AcGeEntity2d (AcGeImpEntity3d *) | |
| AcGeEntity2d (void) | |
| AcGeEntity2d * | newEntity2d (AcGeImpEntity3d *) const |
| void | connectTo (AcGeEntity2dImpl *) |
Protected Attributes | |
| AcGeEntity2dImpl * | m_pImpl |
Friends | |
| class | DefValueProducer |
| class | AcGeEntity2dImpl |
Definition at line 29 of file AcGeEntity2d.h.
| AcGeEntity2d::~AcGeEntity2d | ( | void | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| AcGeEntity2d * AcGeEntity2d::copy | ( | void | ) | const |
| Frx::Boolean AcGeEntity2d::isEqualTo | ( | AcGeEntity2d const & | , |
| AcGeTol const & | = AcGeContext::gTol ) const |
| Frx::Boolean AcGeEntity2d::isKindOf | ( | AcGe::EntityId | ) | const |
| Adesk::Boolean AcGeEntity2d::isOn | ( | AcGePoint2d const & | , |
| AcGeTol const & | = AcGeContext::gTol ) const |
| AcGeEntity2d & AcGeEntity2d::mirror | ( | AcGeLine2d const & | ) |
|
protected |
| Frx::Boolean AcGeEntity2d::operator!= | ( | AcGeEntity2d const & | ) | const |
| AcGeEntity2d & AcGeEntity2d::operator= | ( | AcGeEntity2d const & | ) |
| Frx::Boolean AcGeEntity2d::operator== | ( | AcGeEntity2d const & | ) | const |
| AcGeEntity2d & AcGeEntity2d::rotateBy | ( | double | , |
| AcGePoint2d const & | ) |
| AcGeEntity2d & AcGeEntity2d::scaleBy | ( | double | , |
| AcGePoint2d const & | ) |
| AcGeEntity2d & AcGeEntity2d::transformBy | ( | AcGeMatrix2d const & | ) |
| AcGeEntity2d & AcGeEntity2d::translateBy | ( | AcGeVector2d const & | ) |
| AcGe::EntityId AcGeEntity2d::type | ( | void | ) | const |
Definition at line 32 of file AcGeEntity2d.h.
Definition at line 31 of file AcGeEntity2d.h.
|
protected |
Definition at line 56 of file AcGeEntity2d.h.