CFx SDK Documentation  2023 SP0
Public Types | Public Member Functions | Protected Attributes | List of all members
AECSTrimPlane Class Reference

#include <AECSTrimPlane.h>

Inheritance diagram for AECSTrimPlane:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject

Public Types

enum  Origin { eStart = 1 , eEnd = 2 }
 

Public Member Functions

const OdGePlaneGetPlane () const
 
void SetPlane (const OdGePlane &pPlane)
 
Origin GetOrigin () const
 
void SetOrigin (Origin eOrigin)
 
- Public Member Functions inherited from AECImpObj
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM. More...
 
OdRxObjectGetOwner () const
 
OdRxObjectGetOwner (OdRxClass *pClass) const
 
void addRefSubPtr ()
 
void releaseSubPtr ()
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
OdDbDatabasedatabase () const
 
void copyFrom (const OdRxObject *pOther)
 
virtual OdUInt16 minSupportedVersion () const
 
void SetOwner (OdDbObject *pOwner)
 DOM. More...
 
void SetOwner (AECImpObj *pOwner)
 DOM. More...
 
class AECSIBase * GetImpl () const
 DOM. More...
 
virtual OdResult dwgInFieldsEx20 (AECDbDwgFiler *pFiler)
 DOM. More...
 
virtual OdResult dwgInFieldsEx1 (AECDbDwgFiler *pFiler)
 DOM. More...
 
- Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
 OdRxObjectImpl ()
 
void addRef ()
 
void release ()
 
long numRefs () const
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Protected Attributes

OdGePlane m_pPlane
 
OdInt16 m_iFrom
 
- 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< AECImpObjcreateObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
 ODRX_HEAP_OPERATORS ()
 

Detailed Description

Structural Member Trim Plane.

<group TA_API_Subobjects_Structural>

Definition at line 35 of file AECSTrimPlane.h.

Member Enumeration Documentation

◆ Origin

Enumerates type of offset origin.

Enumerator
eStart 
eEnd 

Definition at line 43 of file AECSTrimPlane.h.

Member Function Documentation

◆ GetOrigin()

Origin AECSTrimPlane::GetOrigin ( ) const

Returns type of origin.

◆ GetPlane()

const OdGePlane& AECSTrimPlane::GetPlane ( ) const

Returns cutting plane.

◆ SetOrigin()

void AECSTrimPlane::SetOrigin ( Origin  eOrigin)

Sets type of origin.

◆ SetPlane()

void AECSTrimPlane::SetPlane ( const OdGePlane pPlane)

Sets cutting plane.

Member Data Documentation

◆ m_iFrom

OdInt16 AECSTrimPlane::m_iFrom
protected

Definition at line 75 of file AECSTrimPlane.h.

◆ m_pPlane

OdGePlane AECSTrimPlane::m_pPlane
protected

Definition at line 72 of file AECSTrimPlane.h.


The documentation for this class was generated from the following file: