CFx SDK Documentation  2023 SP0
DbAlignedDimension.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 
25 
26 
27 #ifndef _OD_DB_ALIGNED_DIMENSION_
28 #define _OD_DB_ALIGNED_DIMENSION_
29 
30 #include "TD_PackPush.h"
31 
32 #include "DbDimension.h"
33 
47 {
48 public:
50 
52 
57 
64  const OdGePoint3d& xLine1Point);
65 
70 
77  const OdGePoint3d& xLine2Point);
78 
83 
90  const OdGePoint3d& dimLinePoint);
91 
98  double oblique() const;
99 
109  double oblique);
110 
117  bool jogSymbolOn() const;
118 
124  void setJogSymbolOn(bool value);
125 
133 
140 
147  double jogSymbolHeight();
148 
154  void setJogSymbolHeight(double value);
155 
157  OdDbDwgFiler* pFiler);
158 
159  virtual void dwgOutFields(
160  OdDbDwgFiler* pFiler) const;
161 
163  OdDbDxfFiler* pFiler);
164 
165  virtual void dxfOutFields(
166  OdDbDxfFiler* pFiler) const;
167 
169  OdDbDxfFiler* pFiler);
170 
171  virtual void dxfOutFields_R12(
172  OdDbDxfFiler* pFiler) const;
173 
175  void* pClsid) const;
176 };
177 
182 
183 #include "TD_PackPop.h"
184 
185 #endif
OdSmartPtr< OdDbAlignedDimension > OdDbAlignedDimensionPtr
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdResult
Definition: OdResult.h:29
ODDB_DECLARE_MEMBERS(OdDbAlignedDimension)
void setJogSymbolPosition(const OdGePoint3d &pt)
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
virtual OdResult subGetClassID(void *pClsid) const
OdGePoint3d dimLinePoint() const
double oblique() const
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
void setOblique(double oblique)
OdGePoint3d xLine1Point() const
OdGePoint3d xLine2Point() const
void setXLine2Point(const OdGePoint3d &xLine2Point)
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
bool jogSymbolOn() const
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
void setJogSymbolHeight(double value)
void setDimLinePoint(const OdGePoint3d &dimLinePoint)
OdGePoint3d jogSymbolPosition() const
void setXLine1Point(const OdGePoint3d &xLine1Point)
void setJogSymbolOn(bool value)
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
GLsizei const GLfloat * value
Definition: gles2_ext.h:302