|
CFx SDK Documentation
2023 SP0
|
#include <AEC2dSectionSegmentGroup.h>
Protected Attributes | |
| OdDbHardPointerId | m_hpidMaterial |
| AECImpArray | m_aSurfaceLinework |
| AECImpArray | m_aSectionLinework |
| AECImpArray | m_aSegments |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. More... | |
| OdUInt16 | m_iMinSupportedVersion |
Friends | |
| class | SegmentRepacker |
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 () | |
2D Section Segment Group.
<group TA_API_Subobjects_Section>
Definition at line 35 of file AEC2dSectionSegmentGroup.h.
| OdDbObjectId AEC2dSectionSegmentGroup::GetMaterial | ( | ) | const |
Returns Material definition.
| AECSectionSegmentSubPtr AEC2dSectionSegmentGroup::GetSectionSegmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns section linework segment by index.
| OdUInt32 AEC2dSectionSegmentGroup::GetSectionSegmentCount | ( | ) | const |
Returns the number of section linework segments.
| AECImpArraySubPtr AEC2dSectionSegmentGroup::GetSectionSegments | ( | ) | const |
Returns the array of section linework segments.
| AECSectionSegmentSubPtr AEC2dSectionSegmentGroup::GetSegmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns segment by index.
| OdUInt32 AEC2dSectionSegmentGroup::GetSegmentCount | ( | ) | const |
Returns the number of segments.
| AECImpArraySubPtr AEC2dSectionSegmentGroup::GetSegments | ( | ) | const |
Returns the array of segments.
| AECSectionSegmentSubPtr AEC2dSectionSegmentGroup::GetSurfaceSegmentByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns surface linework segment by index.
| OdUInt32 AEC2dSectionSegmentGroup::GetSurfaceSegmentCount | ( | ) | const |
Returns the number surface linework segments.
| AECImpArraySubPtr AEC2dSectionSegmentGroup::GetSurfaceSegments | ( | ) | const |
Returns the array of surface linework segments.
| void AEC2dSectionSegmentGroup::SetMaterial | ( | const OdDbObjectId & | idMaterialDef | ) |
Sets Material definition.
|
friend |
Definition at line 104 of file AEC2dSectionSegmentGroup.h.
|
protected |
Definition at line 114 of file AEC2dSectionSegmentGroup.h.
|
protected |
Definition at line 117 of file AEC2dSectionSegmentGroup.h.
|
protected |
Definition at line 111 of file AEC2dSectionSegmentGroup.h.
|
protected |
Definition at line 108 of file AEC2dSectionSegmentGroup.h.