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

#include <AECDbVarsMunich.h>

Inheritance diagram for AECDbVarsMunich:
AECDbVars AECDbDictRecord AECDbObject OdDbObject OdGiDrawable OdRxObject

Public Types

enum  UnderlineOverride { eUnderlineAll = 0 , eUnderlineNone = 1 , eUnderlineIsNotOverriden = 2 }
 
- Public Types inherited from OdGiDrawable
enum  SetAttributesFlags {
  kDrawableNone = 0 , kDrawableIsAnEntity = 1 , kDrawableUsesNesting = 2 , kDrawableIsCompoundObject = 4 ,
  kDrawableViewIndependentViewportDraw = 8 , kDrawableIsInvisible = 16 , kDrawableHasAttributes = 32 , kDrawableRegenTypeDependantGeometry = 64 ,
  kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128) , kDrawableRegenDraw = 256 , kDrawableStandardDisplaySingleLOD = 512 , kDrawableShadedDisplaySingleLOD = 1024 ,
  kDrawableViewDependentViewportDraw = 2048 , kDrawableBlockDependentViewportDraw = 4096 , kDrawableIsExternalReference = 8192 , kDrawableNotPlottable = 16384 ,
  kLastFlag = kDrawableNotPlottable
}
 
enum  DrawableType {
  kGeometry = 0 , kDistantLight = 1 , kPointLight = 2 , kSpotLight = 3 ,
  kAmbientLight , kSolidBackground , kGradientBackground , kImageBackground ,
  kGroundPlaneBackground , kViewport , kWebLight , kSkyBackground ,
  kImageBasedLightingBackground
}
 

Public Member Functions

const OdStringGetSillHeightDoor () const
 
void SetSillHeightDoor (const OdString &strValue)
 
const OdStringGetSillHeightOpening () const
 
void SetSillHeightOpening (const OdString &strValue)
 
const OdStringGetSillHeightWindow () const
 
void SetSillHeightWindow (const OdString &strValue)
 
const OdStringGetHeadHeightDoor () const
 
void SetHeadHeightDoor (const OdString &strValue)
 
const OdStringGetHeadHeightOpening () const
 
void SetHeadHeightOpening (const OdString &strValue)
 
const OdStringGetHeadHeightWindow () const
 
void SetHeadHeightWindow (const OdString &strValue)
 
const OdStringGetHeightDoor () const
 
void SetHeightDoor (const OdString &strValue)
 
const OdStringGetHeightOpening () const
 
void SetHeightOpening (const OdString &strValue)
 
const OdStringGetHeightWindow () const
 
void SetHeightWindow (const OdString &strValue)
 
const OdStringGetWidthDoor () const
 
void SetWidthDoor (const OdString &strValue)
 
const OdStringGetWidthOpening () const
 
void SetWidthOpening (const OdString &strValue)
 
const OdStringGetWidthWindow () const
 
void SetWidthWindow (const OdString &strValue)
 
const OdStringGetRoughHeightDoor () const
 
void SetRoughHeightDoor (const OdString &strValue)
 
const OdStringGetRoughHeightOpening () const
 
void SetRoughHeightOpening (const OdString &strValue)
 
const OdStringGetRoughWidthDoor () const
 
void SetRoughWidthDoor (const OdString &strValue)
 
const OdStringGetRoughWidthOpening () const
 
void SetRoughWidthOpening (const OdString &strValue)
 
const OdStringGetStairPrefix () const
 
void SetStairPrefix (const OdString &strValue)
 
bool IsUpdatePointsImmediately () const
 
void SetIsUpdatePointsImmediately (bool bUpdate)
 
OdUInt32 GetScaledDimStyleCount () const
 
OdDbObjectId GetScaledDimStyleByIndex (OdUInt32 iIndex) const
 
void AddScaledDimStyle (const OdDbObjectId &idStyle)
 
void RemoveScaledDimStyle (const OdDbObjectId &idStyle)
 
bool IsDisplayDoorLabelInCent () const
 
void SetIsDisplayDoorLabelInCent (bool bDisplay)
 
bool IsDisplayWindowLabelInCent () const
 
void SetIsDisplayWindowLabelInCent (bool bDisplay)
 
bool IsDisplayOpeningLabelInCent () const
 
void SetIsDisplayOpeningLabelInCent (bool bDisplay)
 
bool IsDisplayStairLabelInCent () const
 
void SetIsDisplayStairLabelInCent (bool bDisplay)
 
UnderlineOverride GetUnderlineOverride () const
 
void SetUnderlineOverride (UnderlineOverride eOverride)
 
- Public Member Functions inherited from AECDbDictRecord
const OdStringGetDictRecordDescription () const
 
void SetDictRecordDescription (const OdString &strDescription)
 
AECClassificationArraySubPtr GetClassificationArray () const
 
OdString GetName () const
 
- Public Member Functions inherited from AECDbObject
virtual void subClose ()
 
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual void audit (OdDbAuditInfo *pAuditInfo)
 
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
OdUInt32 GetOverrideCount () const
 
AECOverrideSubPtr GetOverrideByIndex (OdUInt32 iIndex) const
 
AECImpArraySubPtr GetOverrides ()
 
OdDbObjectId GetCurrentDispProps (const OdDbObjectId &idDispRep)
 
OdDbObjectId OverrideDispProps (const OdDbObjectId &idDispRep, bool bCopyContents=true)
 
void RemoveDispProps (const OdDbObjectId &idDispRep)
 
- Public Member Functions inherited from OdDbObject
 ODDB_DECLARE_MEMBERS (OdDbObject)
 
 ~OdDbObject ()
 
void addRef ()
 
void release ()
 
long numRefs () const
 
OdDbObjectId objectId () const
 
OdDbHandle getDbHandle () const
 
OdDbHandle handle () const
 
OdDbObjectId ownerId () const
 
virtual void setOwnerId (OdDbObjectId ownerId)
 
OdDbDatabasedatabase () const
 
void createExtensionDictionary ()
 
OdDbObjectId extensionDictionary () const
 
bool releaseExtensionDictionary ()
 
OdDbXrecordPtr createXrecord (const OdString &xrecordName, OdDb::DuplicateRecordCloning style=OdDb::kDrcIgnore)
 
void upgradeOpen ()
 
void downgradeOpen ()
 
void cancel ()
 
virtual OdResult subOpen (OdDb::OpenMode mode)
 
OdResult erase (bool eraseIt=true)
 
virtual OdResult subErase (bool erasing)
 
void handOverTo (OdDbObject *pNewObject, bool keepXData=true, bool keepExtDict=true)
 
virtual void subHandOverTo (OdDbObject *pNewObject)
 
void swapIdWith (OdDbObjectId otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void subSwapIdWith (const OdDbObjectId &otherId, bool swapXdata=false, bool swapExtDict=false)
 
void dwgIn (OdDbDwgFiler *pFiler)
 
void dwgOut (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields_R12 (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields_R12 (OdDbDxfFiler *pFiler) const
 
virtual OdDb::DuplicateRecordCloning mergeStyle () const
 
virtual OdResBufPtr xData (const OdString &regappName=OdString::kEmpty) const
 
virtual void setXData (const OdResBuf *pRb)
 
bool isEraseStatusToggled () const
 
bool isErased () const
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
bool isNotifyEnabled () const
 
bool isModified () const
 
bool isModifiedXData () const
 
bool isModifiedGraphics () const
 
bool isNewObject () const
 
bool isNotifying () const
 
bool isUndoing () const
 
bool isReallyClosing () const
 
bool isDBRO () const
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
void assertNotifyEnabled () const
 
void disableUndoRecording (bool disable)
 
bool isUndoRecordingDisabled () const
 
OdDbDwgFilerundoFiler ()
 
virtual void applyPartialUndo (OdDbDwgFiler *pUndoFiler, OdRxClass *pClassObj)
 
void addReactor (OdDbObjectReactor *pReactor) const
 
void removeReactor (OdDbObjectReactor *pReactor) const
 
virtual void addPersistentReactor (const OdDbObjectId &objId)
 
virtual void removePersistentReactor (const OdDbObjectId &objId)
 
bool hasPersistentReactor (const OdDbObjectId &objId) const
 
OdDbObjectIdArray getPersistentReactors () const
 
OdDbObjectReactorArray getTransientReactors () const
 
virtual void recvPropagateModify (const OdDbObject *pSubObj)
 
virtual void xmitPropagateModify () const
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr deepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr wblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
virtual void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &ownerIdMap)
 
void setOdDbObjectIdsInFlux ()
 
bool isOdDbObjectIdsInFlux () const
 
virtual void copied (const OdDbObject *pObject, const OdDbObject *pNewObject)
 
virtual void erased (const OdDbObject *pObject, bool erasing=true)
 
virtual void goodbye (const OdDbObject *pObject)
 
virtual void openedForModify (const OdDbObject *pObject)
 
virtual void modified (const OdDbObject *pObject)
 
virtual void subObjModified (const OdDbObject *pObject, const OdDbObject *pSubObj)
 
virtual void modifyUndone (const OdDbObject *pObject)
 
virtual void modifiedXData (const OdDbObject *pObject)
 
virtual void unappended (const OdDbObject *pObject)
 
virtual void reappended (const OdDbObject *pObject)
 
bool isAProxy () const
 
virtual void objectClosed (const OdDbObjectId &objectId)
 
virtual void modifiedGraphics (const OdDbObject *pObject)
 
virtual void copyFrom (const OdRxObject *pSource)
 
bool hasSaveVersionOverride () const
 
void setHasSaveVersionOverride (bool hasSaveVersionOverride)
 
virtual OdDb::DwgVersion getObjectSaveVersion (const OdDbFiler *pFiler, OdDb::MaintReleaseVer *pMaintVer=0) const
 
virtual OdDbObjectPtr decomposeForSave (OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
virtual OdDbObjectPtr decomposeForSave (OdDb::SaveType format, OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
void convertForSave (OdDb::DwgVersion ver)
 
virtual void composeForLoad (OdDb::SaveType format, OdDb::DwgVersion version, OdDbAuditInfo *pAuditInfo)
 
virtual OdGiDrawabledrawable ()
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const
 
virtual bool isPersistent () const
 
virtual OdDbStub * id () const
 
ODRX_SEALED_VIRTUAL OdResult getClassID (void *pClsid) const ODRX_SEALED
 
void setGsNode (OdGsCache *pNode)
 
OdGsCachegsNode () const
 
void xDataTransformBy (const OdGeMatrix3d &xfm)
 
bool hasFields () const
 
OdDbObjectId getField (const OdString &fieldName) const
 
OdDbObjectPtr getField (const OdString &fieldName, OdDb::OpenMode mode) const
 
virtual OdDbObjectId setField (const OdString &fieldName, OdDbField *pField)
 
virtual OdResult removeField (OdDbObjectId fieldId)
 
virtual OdDbObjectId removeField (const OdString &fieldName)
 
OdDbObjectId getFieldDictionary () const
 
OdDbObjectPtr getFieldDictionary (OdDb::OpenMode mode) const
 
virtual OdRxClasssaveAsClass (OdRxClass *pClass) const
 
- Public Member Functions inherited from OdGiDrawable
 ODRX_DECLARE_MEMBERS (OdGiDrawable)
 
virtual DrawableType drawableType () const
 
ODRX_SEALED_VIRTUAL OdUInt32 setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdUInt32 viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const
 
ODRX_SEALED_VIRTUAL OdUInt32 regenSupportFlags () const ODRX_SEALED
 
- 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

OdString m_strSillHeightDoor
 
OdString m_strSillHeightOpening
 
OdString m_strSillHeightWindow
 
OdString m_strHeadHeightDoor
 
OdString m_strHeadHeightOpening
 
OdString m_strHeadHeightWindow
 
OdString m_strHeightDoor
 
OdString m_strHeightOpening
 
OdString m_strHeightWindow
 
OdString m_strWidthDoor
 
OdString m_strWidthOpening
 
OdString m_strWidthWindow
 
OdString m_strRoughHeightDoor
 
OdString m_strRoughHeightWindow
 
OdString m_strRoughWidthDoor
 
OdString m_strRoughWidthWindow
 
OdString m_strPrefix
 
OdStringarrAllString [17]
 
bool m_bUpdateDimension
 
std::vector< OdDbObjectIdm_aDimensionStyles
 
bool m_bUnknown
 
OdInt16 m_iOvverideDisplayText
 
OdInt16 m_iDisplayDoorlLabelInCent
 
OdInt16 m_iDisplayWindowlLabelInCent
 
OdInt16 m_iDisplayOpeningLabelInCent
 
OdInt16 m_iDisplayStairLabelInCent
 
bool m_bUnknown2
 
- Protected Attributes inherited from AECDbObject
AECImpObjPtr m_pImpObject
 
AECImpArrayPtr m_pOverrides
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdDbObject
 OdDbObject ()
 
virtual OdResult subGetClassID (void *pClsid) const
 
virtual OdDbObjectPtr subDeepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
virtual OdDbObjectPtr subWblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 

Detailed Description

AEC DACH Base database settings.

<group TA_API_Objects>

Definition at line 34 of file AECDbVarsMunich.h.

Member Enumeration Documentation

◆ UnderlineOverride

Underline override type.

Enumerator
eUnderlineAll 
eUnderlineNone 
eUnderlineIsNotOverriden 

Definition at line 44 of file AECDbVarsMunich.h.

Member Function Documentation

◆ AddScaledDimStyle()

void AECDbVarsMunich::AddScaledDimStyle ( const OdDbObjectId idStyle)

Adds automatically scaled Dimension Style.

See also
OdDbDimStyleTableRecord

◆ GetHeadHeightDoor()

const OdString& AECDbVarsMunich::GetHeadHeightDoor ( ) const

Returns Head Height of Door.

◆ GetHeadHeightOpening()

const OdString& AECDbVarsMunich::GetHeadHeightOpening ( ) const

Returns Head Height of Opening.

◆ GetHeadHeightWindow()

const OdString& AECDbVarsMunich::GetHeadHeightWindow ( ) const

Returns Head Height of Window.

◆ GetHeightDoor()

const OdString& AECDbVarsMunich::GetHeightDoor ( ) const

Returns Height of Door.

◆ GetHeightOpening()

const OdString& AECDbVarsMunich::GetHeightOpening ( ) const

Returns Height of Opening.

◆ GetHeightWindow()

const OdString& AECDbVarsMunich::GetHeightWindow ( ) const

Returns Height of Window.

◆ GetRoughHeightDoor()

const OdString& AECDbVarsMunich::GetRoughHeightDoor ( ) const

Returns Rough Height of Door.

◆ GetRoughHeightOpening()

const OdString& AECDbVarsMunich::GetRoughHeightOpening ( ) const

Returns Rough Height of Opening.

◆ GetRoughWidthDoor()

const OdString& AECDbVarsMunich::GetRoughWidthDoor ( ) const

Returns Rough Width of Door.

◆ GetRoughWidthOpening()

const OdString& AECDbVarsMunich::GetRoughWidthOpening ( ) const

Returns Rough Width of Opening.

◆ GetScaledDimStyleByIndex()

OdDbObjectId AECDbVarsMunich::GetScaledDimStyleByIndex ( OdUInt32  iIndex) const

Returns automatically scaled Dimension Style by idnex.

See also
OdDbDimStyleTableRecord

◆ GetScaledDimStyleCount()

OdUInt32 AECDbVarsMunich::GetScaledDimStyleCount ( ) const

Returns the number of automatically scaled Dimension Styles.

◆ GetSillHeightDoor()

const OdString& AECDbVarsMunich::GetSillHeightDoor ( ) const

Returns Sill Height of Door.

◆ GetSillHeightOpening()

const OdString& AECDbVarsMunich::GetSillHeightOpening ( ) const

Returns Sill Height of Opening.

◆ GetSillHeightWindow()

const OdString& AECDbVarsMunich::GetSillHeightWindow ( ) const

Returns Sill Height of Window.

◆ GetStairPrefix()

const OdString& AECDbVarsMunich::GetStairPrefix ( ) const

Returns Stair Prefix.

◆ GetUnderlineOverride()

UnderlineOverride AECDbVarsMunich::GetUnderlineOverride ( ) const

Returns underline override.

◆ GetWidthDoor()

const OdString& AECDbVarsMunich::GetWidthDoor ( ) const

Returns Width of Door.

◆ GetWidthOpening()

const OdString& AECDbVarsMunich::GetWidthOpening ( ) const

Returns Width of Opening.

◆ GetWidthWindow()

const OdString& AECDbVarsMunich::GetWidthWindow ( ) const

Returns Width of Window.

◆ IsDisplayDoorLabelInCent()

bool AECDbVarsMunich::IsDisplayDoorLabelInCent ( ) const

Returns whether Door label is displayed in centimeters.

◆ IsDisplayOpeningLabelInCent()

bool AECDbVarsMunich::IsDisplayOpeningLabelInCent ( ) const

Returns whether Opening label is displayed in centimeters.

◆ IsDisplayStairLabelInCent()

bool AECDbVarsMunich::IsDisplayStairLabelInCent ( ) const

Returns whether Stair label is displayed in centimeters.

◆ IsDisplayWindowLabelInCent()

bool AECDbVarsMunich::IsDisplayWindowLabelInCent ( ) const

Returns whether Window label is displayed in centimeters.

◆ IsUpdatePointsImmediately()

bool AECDbVarsMunich::IsUpdatePointsImmediately ( ) const

Retruns whether dimension points are updated immediatly.

◆ RemoveScaledDimStyle()

void AECDbVarsMunich::RemoveScaledDimStyle ( const OdDbObjectId idStyle)

Removes automatically scaled Dimension Style.

See also
OdDbDimStyleTableRecord

◆ SetHeadHeightDoor()

void AECDbVarsMunich::SetHeadHeightDoor ( const OdString strValue)

Sets Head Height of Door.

◆ SetHeadHeightOpening()

void AECDbVarsMunich::SetHeadHeightOpening ( const OdString strValue)

Sets Head Height of Opening.

◆ SetHeadHeightWindow()

void AECDbVarsMunich::SetHeadHeightWindow ( const OdString strValue)

Sets Head Height of Window.

◆ SetHeightDoor()

void AECDbVarsMunich::SetHeightDoor ( const OdString strValue)

Sets Height of Door.

◆ SetHeightOpening()

void AECDbVarsMunich::SetHeightOpening ( const OdString strValue)

Sets Height of Opening.

◆ SetHeightWindow()

void AECDbVarsMunich::SetHeightWindow ( const OdString strValue)

Sets Height of Window.

◆ SetIsDisplayDoorLabelInCent()

void AECDbVarsMunich::SetIsDisplayDoorLabelInCent ( bool  bDisplay)

Sets whether Door label is displayed in centimeters.

◆ SetIsDisplayOpeningLabelInCent()

void AECDbVarsMunich::SetIsDisplayOpeningLabelInCent ( bool  bDisplay)

Sets whether Opening label is displayed in centimeters.

◆ SetIsDisplayStairLabelInCent()

void AECDbVarsMunich::SetIsDisplayStairLabelInCent ( bool  bDisplay)

Sets whether Stair label is displayed in centimeters.

◆ SetIsDisplayWindowLabelInCent()

void AECDbVarsMunich::SetIsDisplayWindowLabelInCent ( bool  bDisplay)

Sets whether Window label is displayed in centimeters.

◆ SetIsUpdatePointsImmediately()

void AECDbVarsMunich::SetIsUpdatePointsImmediately ( bool  bUpdate)

Sets whether dimension points are updated immediatly.

◆ SetRoughHeightDoor()

void AECDbVarsMunich::SetRoughHeightDoor ( const OdString strValue)

Sets Rough Height of Door.

◆ SetRoughHeightOpening()

void AECDbVarsMunich::SetRoughHeightOpening ( const OdString strValue)

Sets Rough Height of Opening.

◆ SetRoughWidthDoor()

void AECDbVarsMunich::SetRoughWidthDoor ( const OdString strValue)

Sets Rough Width of Door.

◆ SetRoughWidthOpening()

void AECDbVarsMunich::SetRoughWidthOpening ( const OdString strValue)

Sets Rough Width of Opening.

◆ SetSillHeightDoor()

void AECDbVarsMunich::SetSillHeightDoor ( const OdString strValue)

Sets Sill Height of Door.

◆ SetSillHeightOpening()

void AECDbVarsMunich::SetSillHeightOpening ( const OdString strValue)

Sets Sill Height of Opening.

◆ SetSillHeightWindow()

void AECDbVarsMunich::SetSillHeightWindow ( const OdString strValue)

Sets Sill Height of Window.

◆ SetStairPrefix()

void AECDbVarsMunich::SetStairPrefix ( const OdString strValue)

Sets Stair Prefix.

◆ SetUnderlineOverride()

void AECDbVarsMunich::SetUnderlineOverride ( UnderlineOverride  eOverride)

Sets underline override.

◆ SetWidthDoor()

void AECDbVarsMunich::SetWidthDoor ( const OdString strValue)

Sets Width of Door.

◆ SetWidthOpening()

void AECDbVarsMunich::SetWidthOpening ( const OdString strValue)

Sets Width of Opening.

◆ SetWidthWindow()

void AECDbVarsMunich::SetWidthWindow ( const OdString strValue)

Sets Width of Window.

Member Data Documentation

◆ arrAllString

OdString* AECDbVarsMunich::arrAllString[17]
protected

Definition at line 383 of file AECDbVarsMunich.h.

◆ m_aDimensionStyles

std::vector<OdDbObjectId> AECDbVarsMunich::m_aDimensionStyles
protected

Definition at line 390 of file AECDbVarsMunich.h.

◆ m_bUnknown

bool AECDbVarsMunich::m_bUnknown
protected

Definition at line 392 of file AECDbVarsMunich.h.

◆ m_bUnknown2

bool AECDbVarsMunich::m_bUnknown2
protected

Definition at line 402 of file AECDbVarsMunich.h.

◆ m_bUpdateDimension

bool AECDbVarsMunich::m_bUpdateDimension
protected

Definition at line 387 of file AECDbVarsMunich.h.

◆ m_iDisplayDoorlLabelInCent

OdInt16 AECDbVarsMunich::m_iDisplayDoorlLabelInCent
protected

Definition at line 396 of file AECDbVarsMunich.h.

◆ m_iDisplayOpeningLabelInCent

OdInt16 AECDbVarsMunich::m_iDisplayOpeningLabelInCent
protected

Definition at line 398 of file AECDbVarsMunich.h.

◆ m_iDisplayStairLabelInCent

OdInt16 AECDbVarsMunich::m_iDisplayStairLabelInCent
protected

Definition at line 399 of file AECDbVarsMunich.h.

◆ m_iDisplayWindowlLabelInCent

OdInt16 AECDbVarsMunich::m_iDisplayWindowlLabelInCent
protected

Definition at line 397 of file AECDbVarsMunich.h.

◆ m_iOvverideDisplayText

OdInt16 AECDbVarsMunich::m_iOvverideDisplayText
protected

Definition at line 395 of file AECDbVarsMunich.h.

◆ m_strHeadHeightDoor

OdString AECDbVarsMunich::m_strHeadHeightDoor
protected

Definition at line 328 of file AECDbVarsMunich.h.

◆ m_strHeadHeightOpening

OdString AECDbVarsMunich::m_strHeadHeightOpening
protected

Definition at line 332 of file AECDbVarsMunich.h.

◆ m_strHeadHeightWindow

OdString AECDbVarsMunich::m_strHeadHeightWindow
protected

Definition at line 336 of file AECDbVarsMunich.h.

◆ m_strHeightDoor

OdString AECDbVarsMunich::m_strHeightDoor
protected

Definition at line 340 of file AECDbVarsMunich.h.

◆ m_strHeightOpening

OdString AECDbVarsMunich::m_strHeightOpening
protected

Definition at line 344 of file AECDbVarsMunich.h.

◆ m_strHeightWindow

OdString AECDbVarsMunich::m_strHeightWindow
protected

Definition at line 348 of file AECDbVarsMunich.h.

◆ m_strPrefix

OdString AECDbVarsMunich::m_strPrefix
protected

Definition at line 380 of file AECDbVarsMunich.h.

◆ m_strRoughHeightDoor

OdString AECDbVarsMunich::m_strRoughHeightDoor
protected

Definition at line 364 of file AECDbVarsMunich.h.

◆ m_strRoughHeightWindow

OdString AECDbVarsMunich::m_strRoughHeightWindow
protected

Definition at line 368 of file AECDbVarsMunich.h.

◆ m_strRoughWidthDoor

OdString AECDbVarsMunich::m_strRoughWidthDoor
protected

Definition at line 372 of file AECDbVarsMunich.h.

◆ m_strRoughWidthWindow

OdString AECDbVarsMunich::m_strRoughWidthWindow
protected

Definition at line 376 of file AECDbVarsMunich.h.

◆ m_strSillHeightDoor

OdString AECDbVarsMunich::m_strSillHeightDoor
protected

Definition at line 316 of file AECDbVarsMunich.h.

◆ m_strSillHeightOpening

OdString AECDbVarsMunich::m_strSillHeightOpening
protected

Definition at line 320 of file AECDbVarsMunich.h.

◆ m_strSillHeightWindow

OdString AECDbVarsMunich::m_strSillHeightWindow
protected

Definition at line 324 of file AECDbVarsMunich.h.

◆ m_strWidthDoor

OdString AECDbVarsMunich::m_strWidthDoor
protected

Definition at line 352 of file AECDbVarsMunich.h.

◆ m_strWidthOpening

OdString AECDbVarsMunich::m_strWidthOpening
protected

Definition at line 356 of file AECDbVarsMunich.h.

◆ m_strWidthWindow

OdString AECDbVarsMunich::m_strWidthWindow
protected

Definition at line 360 of file AECDbVarsMunich.h.


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