CFx SDK Documentation
2022 SP0
|
#include <AveMapping.h>
Public Member Functions | |
OdAveMapping () | |
bool | getMapping (const OdDbObjectId &objectId) |
void | setMapping (const OdDbObjectId &objectId) |
Static Public Member Functions | |
static void | clearMapping (const OdDbObjectId &objectId) |
This class represents AVE mapping settings. Corresponding C++ library: TD_Ave <group OdAve_Classes>
Definition at line 40 of file AveMapping.h.
OdAveMapping::OdAveMapping | ( | ) |
|
static |
Removes the mapping settings from the specified object.
objectId | [in] Object ID of object to be cleared. |
bool OdAveMapping::getMapping | ( | const OdDbObjectId & | objectId | ) |
Populates this Mapping object with the mapping settings from the specified object.
objectId | [in] Object ID of the source object. |
void OdAveMapping::setMapping | ( | const OdDbObjectId & | objectId | ) |
Writes the mapping settings from this Mapping object to the specified object.
objectId | [in] Object ID of the destination object. |
OdAve::SetuvType OdAveMapping::m_MappingType |
Definition at line 64 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Offset |
Definition at line 71 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Pt1 |
Definition at line 65 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Pt2 |
Definition at line 66 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Pt3 |
Definition at line 67 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Pt4 |
Definition at line 68 of file AveMapping.h.
OdGePoint3d OdAveMapping::m_Scale |
Definition at line 70 of file AveMapping.h.
OdAve::TileMethod OdAveMapping::m_Tile |
Definition at line 69 of file AveMapping.h.
OdGeMatrix3d OdAveMapping::m_Transform |
Definition at line 72 of file AveMapping.h.