|
CFx SDK Documentation 2024 SP0
|
#include <AECGeNestedGridEdgeDef.h>
Classes | |
| union | Flags |
| DOM. More... | |
Public Member Functions | |
| OdUInt16 | GetIndex () |
| const OdString & | GetName () const |
| void | SetName (const OdString &strEdgeDefName) |
| double | GetWidth () const |
| void | SetWidth (double dWidth) |
| double | GetDepth () const |
| void | SetDepth (double dDepth) |
| double | GetXOffset () const |
| void | SetXOffset (double dXOffset) |
| double | GetYOffset () const |
| void | SetYOffset (double dYOffset) |
| double | GetStartOffset () const |
| void | SetStartOffset (double dStartOffset) |
| double | GetEndOffset () const |
| void | SetEndOffset (double dEndOffset) |
| OdDbObjectId | GetProfileDefinition () const |
| void | SetProfileDefinition (const OdDbObjectId &hpidProfileDef) |
| double | GetProfileRotation () const |
| void | SetProfileRotation (double dRotation) |
| bool | IsAutoAdjustWidth () const |
| void | SetIsAutoAdjustWidth (bool bAutoAdjustWidth) |
| bool | IsAutoAdjustDepth () const |
| void | SetIsAutoAdjustDepth (bool bAutoAdjustDepth) |
| bool | IsMirrorInX () const |
| void | SetIsMirrorInX (bool bMirrorInX) |
| bool | IsMirrorInY () const |
| void | SetIsMirrorInY (bool bMirrorInY) |
| const OdDbObjectId & | GetMaterial () const |
| void | SetMaterial (const OdDbObjectId &id) |
Public Member Functions inherited from AECImpObj | |
| 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. | |
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 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 |
Protected Attributes | |
| OdString | m_strEdgeDefName |
| OdUInt16 | m_iEdgeDefIndex |
| Flags | m_uFlags |
| double | m_dWidth |
| double | m_dDepth |
| double | m_dYOffset |
| double | m_dXOffset |
| double | m_dStartOffset |
| double | m_dEndOffset |
| OdDbHardPointerId | m_hpidProfileDef |
| double | m_dRotation |
| OdDbHardPointerId | m_hpidMaterialDef |
| bool | m_bIndexCorrect |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. | |
| 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 () | |
Nested Grid Edge Definition.
<group TA_API_Subobjects_GeNg>
Definition at line 34 of file AECGeNestedGridEdgeDef.h.
| double AECGeNestedGridEdgeDef::GetDepth | ( | ) | const |
Returns edge depth.
| double AECGeNestedGridEdgeDef::GetEndOffset | ( | ) | const |
Returns end offset.
| OdUInt16 AECGeNestedGridEdgeDef::GetIndex | ( | ) |
Returns edge definition index.
| const OdDbObjectId & AECGeNestedGridEdgeDef::GetMaterial | ( | ) | const |
Returns the Object ID of the material definition (AECDbMaterialDef) for Edge body.
| const OdString & AECGeNestedGridEdgeDef::GetName | ( | ) | const |
Returns edge definition name.
| OdDbObjectId AECGeNestedGridEdgeDef::GetProfileDefinition | ( | ) | const |
Returns the profile definition for edge custom profile.
| double AECGeNestedGridEdgeDef::GetProfileRotation | ( | ) | const |
Returns profile rotation.
| double AECGeNestedGridEdgeDef::GetStartOffset | ( | ) | const |
Returns start offset.
| double AECGeNestedGridEdgeDef::GetWidth | ( | ) | const |
Returns edge width.
| double AECGeNestedGridEdgeDef::GetXOffset | ( | ) | const |
Returns the offset along X axis (width axis).
| double AECGeNestedGridEdgeDef::GetYOffset | ( | ) | const |
Returns the offset along Y axis (depth axis).
| bool AECGeNestedGridEdgeDef::IsAutoAdjustDepth | ( | ) | const |
Returns whether the profile depth is auto-adjusted.
| bool AECGeNestedGridEdgeDef::IsAutoAdjustWidth | ( | ) | const |
Returns whether the profile width is auto-adjusted.
| bool AECGeNestedGridEdgeDef::IsMirrorInX | ( | ) | const |
Returns whether the profile is mirrored about X axis (width axis).
| bool AECGeNestedGridEdgeDef::IsMirrorInY | ( | ) | const |
| void AECGeNestedGridEdgeDef::SetDepth | ( | double | dDepth | ) |
Sets edge depth.
| void AECGeNestedGridEdgeDef::SetEndOffset | ( | double | dEndOffset | ) |
Sets end offset.
| void AECGeNestedGridEdgeDef::SetIsAutoAdjustDepth | ( | bool | bAutoAdjustDepth | ) |
Sets the flag whether the profile is mirrored about X axis (width axis).
| void AECGeNestedGridEdgeDef::SetIsAutoAdjustWidth | ( | bool | bAutoAdjustWidth | ) |
Sets the flag whether the profile width is auto-adjusted.
| void AECGeNestedGridEdgeDef::SetIsMirrorInX | ( | bool | bMirrorInX | ) |
Sets the flag whether the profile is mirrored about X axis (width axis).
| void AECGeNestedGridEdgeDef::SetIsMirrorInY | ( | bool | bMirrorInY | ) |
Sets the flag whether the profile is mirrored about Y axis (depth axis).
| void AECGeNestedGridEdgeDef::SetMaterial | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of the material definition (AECDbMaterialDef) for Edge body.
| void AECGeNestedGridEdgeDef::SetProfileDefinition | ( | const OdDbObjectId & | hpidProfileDef | ) |
Sets the profile definition for edge custom profile.
| void AECGeNestedGridEdgeDef::SetProfileRotation | ( | double | dRotation | ) |
Sets profile rotation.
| void AECGeNestedGridEdgeDef::SetStartOffset | ( | double | dStartOffset | ) |
Sets start offset.
| void AECGeNestedGridEdgeDef::SetWidth | ( | double | dWidth | ) |
Sets edge width.
| void AECGeNestedGridEdgeDef::SetXOffset | ( | double | dXOffset | ) |
Sets the offset along X axis (width axis).
| void AECGeNestedGridEdgeDef::SetYOffset | ( | double | dYOffset | ) |
Sets the offset along Y axis (depth axis).
|
protected |
Definition at line 269 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 242 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 254 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 262 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 251 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 239 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 248 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 245 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 265 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 258 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 233 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 230 of file AECGeNestedGridEdgeDef.h.
|
protected |
Definition at line 236 of file AECGeNestedGridEdgeDef.h.