CFx SDK Documentation
2023 SP0
|
#include <AECDimensionOverrideKeySegment.h>
Protected Attributes | |
std::vector< AECDimPoint > | m_aPtsS |
std::vector< AECDimPoint > | m_aPtsE |
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 () | |
Dimension Override Key Segment.
<group TA_API_Subobjects_Dimension>
Definition at line 35 of file AECDimensionOverrideKeySegment.h.
const AECDimPoint& AECDimensionOverrideKeySegment::GetEndPointAt | ( | OdUInt32 | iIndex | ) | const |
Returns dim point at segment end by index.
OdUInt32 AECDimensionOverrideKeySegment::GetEndPointCount | ( | ) | const |
Returns the number of dim points at segment end.
const AECDimPoint& AECDimensionOverrideKeySegment::GetStartPointAt | ( | OdUInt32 | iIndex | ) | const |
Returns dim point at segment start by index.
OdUInt32 AECDimensionOverrideKeySegment::GetStartPointCount | ( | ) | const |
Returns the number of dim points at segment start.
void AECDimensionOverrideKeySegment::SetEndPointAt | ( | OdUInt32 | iIndex, |
const AECDimPoint & | ptDim | ||
) |
Sets dim point at segment end by index.
Sets the number of dim points at segment end.
void AECDimensionOverrideKeySegment::SetStartPointAt | ( | OdUInt32 | iIndex, |
const AECDimPoint & | ptDim | ||
) |
Sets dim point at segment start by index.
Sets the number of dim points at segment start.
|
protected |
Definition at line 82 of file AECDimensionOverrideKeySegment.h.
|
protected |
Definition at line 81 of file AECDimensionOverrideKeySegment.h.