CFx SDK Documentation  2020SP3
DbRadialDimensionLarge.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 #ifndef _OD_DB_RADIALDIMENSIONLARGE_DIMENSION_
27 #define _OD_DB_RADIALDIMENSIONLARGE_DIMENSION_
28 
29 #include "TD_PackPush.h"
30 
31 #include "DbDimension.h"
32 
48 {
49 public:
51 
53 
58 
63  void setCenter(const OdGePoint3d& center);
64 
73 
83  void setChordPoint(const OdGePoint3d & chordPoint);
84 
89 
94  void setOverrideCenter(const OdGePoint3d& overrideCenter);
95 
100 
105  void setJogPoint(const OdGePoint3d& jogPoint);
106 
112  double jogAngle() const;
113 
120  void setJogAngle(const double jogAngle);
121 
122  // void setOverrideCenterPP(const OdGePoint3d& p);
123  // void setJogPointPP(const OdGePoint3d& p);
124  // void setTextPositionPP(const OdGePoint3d& p);
125 
131  bool extArcOn() const;
132 
138  double extArcStartAngle() const;
139 
145  void setExtArcStartAngle(double newAngle);
146 
152  double extArcEndAngle() const;
153 
159  void setExtArcEndAngle(double newAngle);
160 
162  OdDbDwgFiler* pFiler);
163 
164  virtual void dwgOutFields(
165  OdDbDwgFiler* pFiler) const;
166 
168  OdDbDxfFiler* pFiler);
169 
170  virtual void dxfOutFields(
171  OdDbDxfFiler* pFiler) const;
172 
174  void* pClsid) const;
175 
176  /*
177  OdDbRadialDimensionLarge(
178  const OdGePoint3d& center,
179  const OdGePoint3d& chordPnt,
180  const OdGePoint3d& overrideCenter,
181  const OdGePoint3d& jogPnt,
182  double jogAng,
183  const OdString* dimText = 0,
184  OdDbObjectId dimStyle = OdDbObjectId::kNull);
185  */
186 };
187 
192 
193 #include "TD_PackPop.h"
194 
195 #endif
OdResult
OdResult
Definition: OdResult.h:29
OdDbRadialDimensionLarge
Definition: DbRadialDimensionLarge.h:48
OdDbRadialDimensionLarge::jogAngle
double jogAngle() const
OdDbRadialDimensionLarge::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbRadialDimensionLarge::center
OdGePoint3d center() const
OdDbRadialDimensionLarge::chordPoint
OdGePoint3d chordPoint() const
TD_PackPop.h
OdDbRadialDimensionLarge::setExtArcStartAngle
void setExtArcStartAngle(double newAngle)
OdDbRadialDimensionLarge::subGetClassID
virtual OdResult subGetClassID(void *pClsid) const
OdDbRadialDimensionLarge::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDbRadialDimensionLargePtr
OdSmartPtr< OdDbRadialDimensionLarge > OdDbRadialDimensionLargePtr
Definition: DbRadialDimensionLarge.h:191
OdDbRadialDimensionLarge::setJogPoint
void setJogPoint(const OdGePoint3d &jogPoint)
OdDbRadialDimensionLarge::setCenter
void setCenter(const OdGePoint3d &center)
OdDbDimension
Definition: DbDimension.h:52
OdDbRadialDimensionLarge::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbRadialDimensionLarge)
OdSmartPtr
Definition: SmartPtr.h:58
OdGePoint3d
Definition: GePoint3d.h:55
OdDbRadialDimensionLarge::extArcEndAngle
double extArcEndAngle() const
OdDbDxfFiler
Definition: DbFiler.h:194
OdDbRadialDimensionLarge::extArcStartAngle
double extArcStartAngle() const
TD_PackPush.h
OdDbRadialDimensionLarge::OdDbRadialDimensionLarge
OdDbRadialDimensionLarge()
OdDbRadialDimensionLarge::setOverrideCenter
void setOverrideCenter(const OdGePoint3d &overrideCenter)
OdDbRadialDimensionLarge::overrideCenter
OdGePoint3d overrideCenter() const
OdDbRadialDimensionLarge::setExtArcEndAngle
void setExtArcEndAngle(double newAngle)
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDbRadialDimensionLarge::setChordPoint
void setChordPoint(const OdGePoint3d &chordPoint)
DbDimension.h
OdDbRadialDimensionLarge::setJogAngle
void setJogAngle(const double jogAngle)
OdDbRadialDimensionLarge::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbRadialDimensionLarge::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbRadialDimensionLarge::extArcOn
bool extArcOn() const
OdDbDwgFiler
Definition: DbFiler.h:1031
OdDbRadialDimensionLarge::jogPoint
OdGePoint3d jogPoint() const