CFx SDK Documentation  2020SP3
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
OdDb2LineAngularDimension::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdResult
OdResult
Definition: OdResult.h:29
OdDb2LineAngularDimension::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDb2LineAngularDimension::setXLine2End
void setXLine2End(const OdGePoint3d &xLine2End)
OdDb2LineAngularDimensionPtr
OdSmartPtr< OdDb2LineAngularDimension > OdDb2LineAngularDimensionPtr
Definition: Db2LineAngularDimension.h:154
OdDb2LineAngularDimension::setXLine1End
void setXLine1End(const OdGePoint3d &xLine1End)
OdDb2LineAngularDimension::setXLine2Start
void setXLine2Start(const OdGePoint3d &xLine2Start)
OdDb2LineAngularDimension::setArcPoint
void setArcPoint(const OdGePoint3d &arcPoint)
TD_PackPop.h
OdDb2LineAngularDimension::extArcOn
bool extArcOn() const
OdDbDimension
Definition: DbDimension.h:52
OdDb2LineAngularDimension::dxfOutFields_R12
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
OdSmartPtr
Definition: SmartPtr.h:58
OdGePoint3d
Definition: GePoint3d.h:55
OdDbDxfFiler
Definition: DbFiler.h:194
TD_PackPush.h
OdDb2LineAngularDimension::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDb2LineAngularDimension
Definition: Db2LineAngularDimension.h:49
OdDb2LineAngularDimension::setXLine1Start
void setXLine1Start(const OdGePoint3d &xLine1Start)
OdDb2LineAngularDimension::xLine2Start
OdGePoint3d xLine2Start() const
OdDb2LineAngularDimension::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDb2LineAngularDimension::arcPoint
OdGePoint3d arcPoint() const
value
GLsizei const GLfloat * value
Definition: gles2_ext.h:302
OdDb2LineAngularDimension::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDb2LineAngularDimension)
OdDb2LineAngularDimension::subGetClassID
virtual OdResult subGetClassID(void *pClsid) const
OdDb2LineAngularDimension::xLine1Start
OdGePoint3d xLine1Start() const
OdDb2LineAngularDimension::xLine1End
OdGePoint3d xLine1End() const
OdDb2LineAngularDimension::dxfInFields_R12
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDb2LineAngularDimension::xLine2End
OdGePoint3d xLine2End() const
OdDb2LineAngularDimension::setExtArcOn
void setExtArcOn(bool value)
DbDimension.h
OdDb2LineAngularDimension::OdDb2LineAngularDimension
OdDb2LineAngularDimension()
OdDbDwgFiler
Definition: DbFiler.h:1031