|
| void | SetSingleSlope (double dBaseHeight, double dSlope, double dOverhang) |
| |
| void | SetDoubleSlope (double dBaseHeight, double dHeight2, double dSlope1, double dSlope2, double dOverhang) |
| |
| void | SetSubsegmentCount (OdUInt32 iCount) |
| |
| OdUInt32 | GetRingCount () const |
| |
| AECGeRingSubPtr | GetRingByIndex (OdUInt32 iIndex) const |
| |
| AECImpArraySubPtr | GetRings () |
| |
| void | GetExtents (OdGeExtents2d &cExtents) const |
| |
| double | GetArea () const |
| |
| OdGePoint2d | GetCenterOfMass () const |
| |
| void | Init (const OdGeSegmentChain2d &rPolyline, const OdRxClass *pSegmentType=0) |
| |
| void | Init (const FacetModeler::Profile2D &rProfile, const OdRxClass *pSegmentType=0) |
| |
| void | InitFrom (const FacetModeler::Profile2D &rProfile, const AECGeProfile *pSource, const OdRxClass *pSegmentType=0) |
| |
| void | SetDefaultSegmentType (const OdRxClass *pSegmentType) |
| |
| void | SetDefaultRingType (const OdRxClass *pRingType) |
| |
| void | GetRawProfile (FacetModeler::Profile2D &rProfile) const |
| |
| AECAttributeSubPtr | GetAttribute () const |
| |
| void | SetAttribute (AECAttribute *pAttr) |
| |
| bool | IsCacheInvalid () const |
| |
| void | SetCacheInvalid (bool bInvalid) |
| |
| void | Translate (const OdGeVector2d &v) |
| |
| const OdString & | GetDescription () const |
| |
| void | SetDescription (const OdString &strDescription) |
| |
| virtual void | onObjectLoaded () |
| |
| virtual void | SubClose () |
| | DOM.
|
| |
| OdRxObject * | GetOwner () const |
| |
| OdRxObject * | GetOwner (OdRxClass *pClass) const |
| |
| void | addRefSubPtr () |
| |
| void | releaseSubPtr () |
| |
| void | assertReadEnabled () const |
| |
| void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
| |
| bool | isReadEnabled () const |
| |
| bool | isWriteEnabled () const |
| |
| OdDbDatabase * | database () const |
| |
| void | copyFrom (const OdRxObject *pOther) |
| |
| virtual OdUInt16 | minSupportedVersion () const |
| |
| void | SetOwner (OdDbObject *pOwner) |
| | DOM.
|
| |
| void | SetOwner (AECImpObj *pOwner) |
| | DOM.
|
| |
| class AECSIBase * | GetImpl () const |
| | DOM.
|
| |
| virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
| | DOM.
|
| |
| virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
| | DOM.
|
| |
| | OdRxObjectImpl () |
| |
| void | addRef () |
| |
| void | release () |
| |
| long | numRefs () const |
| |
| | ODRX_HEAP_OPERATORS () |
| |
| | OdRxObject () |
| |
| virtual | ~OdRxObject () |
| |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| |
| virtual OdRxClass * | isA () const |
| |
| virtual void | addRef ()=0 |
| |
| virtual void | release ()=0 |
| |
| virtual long | numRefs () const |
| |
| bool | isKindOf (const OdRxClass *pClass) const |
| |
| virtual OdRxObjectPtr | clone () const |
| |
| virtual void | copyFrom (const OdRxObject *pSource) |
| |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
| |
Roof profile.
<group TA_API_Subobjects_Ge>
Definition at line 34 of file AECGeRoofProfile.h.