|
FRX SDK Documentation 2025 SP0
|
#include <AcAngleConstraint.h>
Public Types | |
| enum | SectorType |
Public Member Functions | |
| AcAngleConstraint (AcAngleConstraint const &) | |
| AcAngleConstraint (SectorType) | |
| AcAngleConstraint (void) | |
| AcAngleConstraint & | operator= (AcAngleConstraint const &) |
| SectorType | sectorType (void) const |
| virtual | ~AcAngleConstraint (void) |
Public Member Functions inherited from AcRxObject | |
| virtual AcRxObject * | queryX (AcRxClass const *) const |
| AcRxObject * | x (AcRxClass const *) const |
| virtual AcRxClass * | isA (void) const |
| virtual AcRxObject * | clone (void) const |
| virtual AcRx::Ordering | comparedTo (AcRxObject const *) const |
| virtual Acad::ErrorStatus | copyFrom (AcRxObject const *) |
| virtual int | isEqualTo (AcRxObject const *) const |
| bool | isKindOf (const AcRxClass *pOtherClass) const |
| virtual | ~AcRxObject (void) |
Public Member Functions inherited from AcRTTIObject | |
| AcRTTIObject () | |
| virtual | ~AcRTTIObject () |
Public Member Functions inherited from AcObject | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Static Public Member Functions | |
| static double __cdecl | angleMultiplier (void) |
| static void __cdecl | setAngleMultiplier (double) |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Additional Inherited Members | |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 22 of file AcAngleConstraint.h.
Definition at line 25 of file AcAngleConstraint.h.
| AcAngleConstraint::AcAngleConstraint | ( | AcAngleConstraint const & | ) |
| AcAngleConstraint::AcAngleConstraint | ( | SectorType | ) |
| AcAngleConstraint::AcAngleConstraint | ( | void | ) |
| AcAngleConstraint & AcAngleConstraint::operator= | ( | AcAngleConstraint const & | ) |
| SectorType AcAngleConstraint::sectorType | ( | void | ) | const |