CFx SDK Documentation  2020SP3
Db3PointAngularDimension.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_3POINTANGULAR_DIMENSION_
28 #define _OD_DB_3POINTANGULAR_DIMENSION_
29 
30 #include "TD_PackPush.h"
31 
32 #include "DbDimension.h"
33 
49 {
50 public:
51 
53 
55 
60 
66  const OdGePoint3d& arcPoint);
67 
76 
87  const OdGePoint3d& xLine1Point);
88 
97 
108  const OdGePoint3d& xLine2Point);
109 
110 
117 
123  bool extArcOn() const;
124 
130  void setExtArcOn(bool value);
131 
139  const OdGePoint3d& centerPoint);
140 
142  OdDbDwgFiler* pFiler);
143 
144  virtual void dwgOutFields(
145  OdDbDwgFiler* pFiler) const;
146 
148  OdDbDxfFiler* pFiler);
149 
150  virtual void dxfOutFields(
151  OdDbDxfFiler* pFiler) const;
152 
154  OdDbDxfFiler* pFiler);
155 
156  virtual void dxfOutFields_R12(
157  OdDbDxfFiler* pFiler) const;
158 
160  void* pClsid) const;
161 };
162 
167 
168 #include "TD_PackPop.h"
169 
170 #endif
OdResult
OdResult
Definition: OdResult.h:29
OdDb3PointAngularDimension::setCenterPoint
void setCenterPoint(const OdGePoint3d &centerPoint)
OdDb3PointAngularDimension::dxfInFields_R12
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
OdDb3PointAngularDimension
Definition: Db3PointAngularDimension.h:49
OdDb3PointAngularDimension::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDb3PointAngularDimension)
OdDb3PointAngularDimensionPtr
OdSmartPtr< OdDb3PointAngularDimension > OdDb3PointAngularDimensionPtr
Definition: Db3PointAngularDimension.h:166
OdDb3PointAngularDimension::dxfOutFields_R12
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
OdDb3PointAngularDimension::setXLine2Point
void setXLine2Point(const OdGePoint3d &xLine2Point)
OdDb3PointAngularDimension::subGetClassID
virtual OdResult subGetClassID(void *pClsid) const
OdDb3PointAngularDimension::OdDb3PointAngularDimension
OdDb3PointAngularDimension()
TD_PackPop.h
OdDb3PointAngularDimension::arcPoint
OdGePoint3d arcPoint() const
OdDb3PointAngularDimension::setExtArcOn
void setExtArcOn(bool value)
OdDbDimension
Definition: DbDimension.h:52
OdSmartPtr
Definition: SmartPtr.h:58
OdGePoint3d
Definition: GePoint3d.h:55
OdDb3PointAngularDimension::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDb3PointAngularDimension::extArcOn
bool extArcOn() const
OdDb3PointAngularDimension::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDb3PointAngularDimension::centerPoint
OdGePoint3d centerPoint() const
OdDbDxfFiler
Definition: DbFiler.h:194
OdDb3PointAngularDimension::setXLine1Point
void setXLine1Point(const OdGePoint3d &xLine1Point)
TD_PackPush.h
OdDb3PointAngularDimension::xLine2Point
OdGePoint3d xLine2Point() const
OdDb3PointAngularDimension::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
value
GLsizei const GLfloat * value
Definition: gles2_ext.h:302
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDb3PointAngularDimension::xLine1Point
OdGePoint3d xLine1Point() const
OdDb3PointAngularDimension::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDb3PointAngularDimension::setArcPoint
void setArcPoint(const OdGePoint3d &arcPoint)
DbDimension.h
OdDbDwgFiler
Definition: DbFiler.h:1031