CFx SDK Documentation
2023 SP0
|
#include <AECStairCreatorUShaped.h>
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 |
U-Shaped Stair Creator.
<group TA_API_Subobjects_Stair>
Definition at line 35 of file AECStairCreatorUShaped.h.
AECDefs::StairAlignmentType AECStairCreatorUShaped::GetAlignment | ( | ) | const |
Returns alignment type.
double AECStairCreatorUShaped::GetAlignmentOffset | ( | ) | const |
Returns alignment offset.
const OdGePoint2d& AECStairCreatorUShaped::GetEndPoint | ( | ) | const |
Retruns the end point (in Stair OCS).
const OdGePoint2d& AECStairCreatorUShaped::GetStartPoint | ( | ) | const |
Retruns the start point (in Stair OCS).
AECDefs::StairCreatorPointType AECStairCreatorUShaped::GetTurnType | ( | ) | const |
Returns turn type.
escpHalfLanding escpHalfTurn
bool AECStairCreatorUShaped::IsClockwise | ( | ) | const |
Returns whether u-shape direction is clockwise.
void AECStairCreatorUShaped::SetAlignment | ( | AECDefs::StairAlignmentType | eAlignment | ) |
Sets alignment type.
void AECStairCreatorUShaped::SetAlignmentOffset | ( | double | dOffset | ) |
Returns alignment offset.
void AECStairCreatorUShaped::SetEndPoint | ( | const OdGePoint2d & | pt | ) |
Sets the end point (in Stair OCS).
void AECStairCreatorUShaped::SetIsClockwise | ( | bool | bClockwise | ) |
Sets whether u-shape direction is clockwise.
void AECStairCreatorUShaped::SetStartPoint | ( | const OdGePoint2d & | pt | ) |
Sets the start point (in Stair OCS).
void AECStairCreatorUShaped::SetTurnType | ( | AECDefs::StairCreatorPointType | eType | ) |
Sets turn type.
escpHalfLanding escpHalfTurn