CFx SDK Documentation
2023 SP0
|
#include <AECGeProfile.h>
Static Public Member Functions | |
static AECGeProfilePtr | CreateStandard (const OdRxClass *pSegmentType=0, const OdRxClass *pLoopType=0) |
static AECGeProfilePtr | Create (const OdGeSegmentChain2d &rPolyline, const OdRxClass *pSegmentType=0) |
static AECGeProfilePtr | Create (const FacetModeler::Profile2D &rProfile, const OdRxClass *pSegmentType=0) |
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 Attributes | |
AECImpArray | m_aRings |
OdUInt16 | m_nFlags |
AECAttributePtr | m_pAttribute |
const OdRxClass * | m_pDefaultSegmentType |
const OdRxClass * | m_pDefaultRingType |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. More... | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
AEC Profile.
<group TA_API_Subobjects_Ge>
Definition at line 46 of file AECGeProfile.h.
|
static |
Creates AEC Profile.
|
static |
Creates AEC Profile.
|
static |
Creates standard rectangular profile.
double AECGeProfile::GetArea | ( | ) | const |
Returns the area of the profile.
AECAttributeSubPtr AECGeProfile::GetAttribute | ( | ) | const |
Returns attached attribute.
OdGePoint2d AECGeProfile::GetCenterOfMass | ( | ) | const |
Returns the center of mass.
void AECGeProfile::GetExtents | ( | OdGeExtents2d & | cExtents | ) | const |
Returns the extents of profile.
void AECGeProfile::GetRawProfile | ( | FacetModeler::Profile2D & | rProfile | ) | const |
Returns raw profile.
AECGeRingSubPtr AECGeProfile::GetRingByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns ring by index.
Throws:
Cause eInvalidIndex Specified index is out of bounds
OdUInt32 AECGeProfile::GetRingCount | ( | ) | const |
Returns the number of rings in profile.
AECImpArraySubPtr AECGeProfile::GetRings | ( | ) |
Returns the array of rings.
void AECGeProfile::Init | ( | const FacetModeler::Profile2D & | rProfile, |
const OdRxClass * | pSegmentType = 0 |
||
) |
Initializes AEC Profile.
void AECGeProfile::Init | ( | const OdGeSegmentChain2d & | rPolyline, |
const OdRxClass * | pSegmentType = 0 |
||
) |
Initializes AEC Profile.
void AECGeProfile::InitFrom | ( | const FacetModeler::Profile2D & | rProfile, |
const AECGeProfile * | pSource, | ||
const OdRxClass * | pSegmentType = 0 |
||
) |
Initializes AEC Profile.
|
inline |
Cache invalidation. If true should be updated next when time is asked for.
Definition at line 150 of file AECGeProfile.h.
void AECGeProfile::SetAttribute | ( | AECAttribute * | pAttr | ) |
Attaches attribute.
|
inline |
Cache invalidation.
Definition at line 157 of file AECGeProfile.h.
Sets default ring type for Init methods
Sets default segment type for Init methods
void AECGeProfile::Translate | ( | const OdGeVector2d & | v | ) |
Translates profile.
|
protected |
Definition at line 168 of file AECGeProfile.h.
|
protected |
Definition at line 171 of file AECGeProfile.h.
|
protected |
Definition at line 174 of file AECGeProfile.h.
|
protected |
Definition at line 180 of file AECGeProfile.h.
|
protected |
Definition at line 177 of file AECGeProfile.h.