CFx SDK Documentation
2023 SP0
|
#include <AECWallCompOverride.h>
Public Types | |
enum | FaceType { kLeftFace = 0 , kRightFace = 1 , kBothFaces = 2 } |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
OdUInt16 | m_iMinSupportedVersion |
<group TA_API_Subobjects_Wall>
Definition at line 38 of file AECWallCompOverride.h.
Type of face, which to component override is applied.
Enumerator | |
---|---|
kLeftFace | |
kRightFace | |
kBothFaces |
Definition at line 48 of file AECWallCompOverride.h.
FaceType AECWallCompOverride::appliedToFaces | ( | ) | const |
Returns appliedToFaces property.
OdInt32 AECWallCompOverride::componentIndex | ( | ) | const |
Accessor for componentIndex property. Component`s index ( AECWallStyleComp::GetIndex )
AECWallElevPtr AECWallCompOverride::endElevation | ( | ) |
Returns end elevation for this WCO object.
OdDouble AECWallCompOverride::getRefAngle | ( | ) |
Gets refAngle property
OdBool AECWallCompOverride::isEditAtEnd | ( | ) | const |
Returns editAtEnd property.
OdBool AECWallCompOverride::isEditAtStart | ( | ) | const |
Returns editAtStart property.
AECGePolyline2dPtr AECWallCompOverride::polyline | ( | ) |
Returns Polyline object for this WCO.
OdGePoint2d AECWallCompOverride::refPoint | ( | ) | const |
Accessor for reference point.
OdResult AECWallCompOverride::setRefPoint | ( | const OdGePoint2d & | pnt | ) |
Sets refPoint
AECWallElevPtr AECWallCompOverride::startElevation | ( | ) |
Returns start elevation for this WCO object.
AECAnchorToCurveXPtr AECWallCompOverride::xPos | ( | ) |
Returns X-anchor for this WCO object.
AECAnchorToCurveYPtr AECWallCompOverride::yPos | ( | ) |
Returns Y-anchor for this WCO object.