CFx SDK Documentation  2023 SP0
Db2LineAngularDimension.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_2LINEANGULAR_DIMENSION_
28 #define _OD_DB_2LINEANGULAR_DIMENSION_
29 
30 #include "TD_PackPush.h"
31 
32 #include "DbDimension.h"
33 
49 {
50 public:
51 
54 
59 
65  const OdGePoint3d& arcPoint);
66 
71 
77  const OdGePoint3d& xLine1Start);
78 
83 
89  const OdGePoint3d& xLine1End);
90 
95 
101  const OdGePoint3d& xLine2Start);
102 
107 
113  const OdGePoint3d& xLine2End);
114 
120  bool extArcOn() const;
121 
127  void setExtArcOn(bool value);
128 
130  OdDbDwgFiler* pFiler);
131 
132  virtual void dwgOutFields(
133  OdDbDwgFiler* pFiler) const;
134 
136  OdDbDxfFiler* pFiler);
137 
138  virtual void dxfOutFields(
139  OdDbDxfFiler* pFiler) const;
140 
142  OdDbDxfFiler* pFiler);
143 
144  virtual void dxfOutFields_R12(
145  OdDbDxfFiler* pFiler) const;
146 
148  void* pClsid) const;
149 };
150 
155 
156 #include "TD_PackPop.h"
157 
158 #endif
OdSmartPtr< OdDb2LineAngularDimension > OdDb2LineAngularDimensionPtr
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdResult
Definition: OdResult.h:29
void setXLine2Start(const OdGePoint3d &xLine2Start)
ODDB_DECLARE_MEMBERS(OdDb2LineAngularDimension)
void setXLine1Start(const OdGePoint3d &xLine1Start)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
void setXLine1End(const OdGePoint3d &xLine1End)
void setXLine2End(const OdGePoint3d &xLine2End)
void setArcPoint(const OdGePoint3d &arcPoint)
OdGePoint3d xLine1End() const
OdGePoint3d xLine2Start() const
OdGePoint3d arcPoint() const
OdGePoint3d xLine1Start() const
OdGePoint3d xLine2End() const
virtual OdResult subGetClassID(void *pClsid) const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
void setExtArcOn(bool value)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
GLsizei const GLfloat * value
Definition: gles2_ext.h:302