CFx SDK Documentation  2020SP3
DbLSSymbolComponent.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 #ifndef ODDGNLS_DBLSSYMBOLCOMPONENT_H
25 #define ODDGNLS_DBLSSYMBOLCOMPONENT_H
26 
27 #include "DbLSComponent.h"
28 
29 #include "TD_PackPush.h"
30 
38 {
39  public:
41 
43 
53  void setBlockTableRecord(const OdDbObjectId &blockId);
54 
63 
67  bool hasUnitScale() const;
73  void setHasUnitScale(bool bSet);
74 
78  bool Is3d() const;
84  void setIs3d(bool bSet);
85 
92  double storedUnitScale() const;
98  void setStoredUnitScale(double fScale);
99 
103  double unitScale() const;
109  void setUnitScale(double fScale);
110 };
111 
116 
117 #include "TD_PackPop.h"
118 
119 #endif // ODDGNLS_DBLSSYMBOLCOMPONENT_H
OdDbLSSymbolComponent::hasUnitScale
bool hasUnitScale() const
OdResult
OdResult
Definition: OdResult.h:29
OdDbLSSymbolComponent::Is3d
bool Is3d() const
OdDbLSSymbolComponent::setUnitScale
void setUnitScale(double fScale)
OdDbObjectId
Definition: DbObjectId.h:99
TD_PackPop.h
OdDbLSSymbolComponent::setBlockTableRecord
void setBlockTableRecord(const OdDbObjectId &blockId)
OdDbLSSymbolComponent::OdDbLSSymbolComponent
OdDbLSSymbolComponent()
OdSmartPtr
Definition: SmartPtr.h:58
OdDbLSSymbolComponent::getGeomExtents
OdResult getGeomExtents(OdGeExtents3d &extents) const
OdDbLSSymbolComponent::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbLSSymbolComponent)
OdDbLSSymbolComponent::blockTableRecord
OdDbObjectId blockTableRecord() const
OdDbLSSymbolComponent::setHasUnitScale
void setHasUnitScale(bool bSet)
TD_PackPush.h
OdDbLSSymbolComponent::unitScale
double unitScale() const
OdGeExtents3d
Definition: GeExtents3d.h:45
OdDbLSSymbolComponent::setStoredUnitScale
void setStoredUnitScale(double fScale)
OdDbLSComponent
Definition: DbLSComponent.h:47
DbLSComponent.h
OdDbLSSymbolComponentPtr
OdSmartPtr< OdDbLSSymbolComponent > OdDbLSSymbolComponentPtr
Definition: DbLSSymbolComponent.h:115
OdDbLSSymbolComponent::setIs3d
void setIs3d(bool bSet)
OdDbLSSymbolComponent
Definition: DbLSSymbolComponent.h:38
ODDGNLS_EXPORT
#define ODDGNLS_EXPORT
Definition: OdDgnLSExport.h:33
OdDbLSSymbolComponent::storedUnitScale
double storedUnitScale() const