CFx SDK Documentation  2023 SP0
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
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdSmartPtr< OdDbRadialDimensionLarge > OdDbRadialDimensionLargePtr
OdResult
Definition: OdResult.h:29
void setCenter(const OdGePoint3d &center)
double extArcStartAngle() const
ODDB_DECLARE_MEMBERS(OdDbRadialDimensionLarge)
OdGePoint3d chordPoint() const
void setJogPoint(const OdGePoint3d &jogPoint)
OdGePoint3d jogPoint() const
void setOverrideCenter(const OdGePoint3d &overrideCenter)
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
double extArcEndAngle() const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
double jogAngle() const
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
void setExtArcStartAngle(double newAngle)
void setJogAngle(const double jogAngle)
OdGePoint3d overrideCenter() const
virtual OdResult subGetClassID(void *pClsid) const
OdGePoint3d center() const
void setChordPoint(const OdGePoint3d &chordPoint)
void setExtArcEndAngle(double newAngle)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)