CFx SDK Documentation
2023 SP0
|
#include <AECGeRoofSegment.h>
Protected Attributes | |
OdUInt32 | m_iSegmentCount |
double | m_dOverhang |
OdDoubleArray | m_aHeights |
OdDoubleArray | m_aSlopes |
double | m_dBaseHeight |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
OdUInt16 | m_iMinSupportedVersion |
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 () | |
|
virtual |
OdRxObject::copyFrom override
Reimplemented from AECGeSegment2d.
double AECGeRoofSegment::GetBaseHeight | ( | ) | const |
OdUInt32 AECGeRoofSegment::GetFaceCount | ( | ) | const |
Returns the number of faces forming roof segment.
double AECGeRoofSegment::GetFaceHeightByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the face height by specified face index.
double AECGeRoofSegment::GetFaceSlopeByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the face slope angle by specified face index.
double AECGeRoofSegment::GetOverhang | ( | ) | const |
Returns overhang value.
OdUInt32 AECGeRoofSegment::GetSegmentCount | ( | ) | const |
Returns the number of linear segments that approximate this segment.
|
virtual |
Returns the number of segments this segment represents.
Reimplemented from AECGeSegment2d.
void AECGeRoofSegment::SetBaseHeight | ( | double | dBaseHeight | ) |
Sets the number of faces forming roof segment.
Sets the face height by specified face index.
Returns the face slope angle by specified face index.
void AECGeRoofSegment::SetOverhang | ( | double | dOverhang | ) |
Sets overhang value.
Sets the number of linear segments that approximate this segment.
|
protected |
Definition at line 139 of file AECGeRoofSegment.h.
|
protected |
Definition at line 142 of file AECGeRoofSegment.h.
|
protected |
Definition at line 145 of file AECGeRoofSegment.h.
|
protected |
Definition at line 136 of file AECGeRoofSegment.h.
|
protected |
Definition at line 132 of file AECGeRoofSegment.h.