CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbRadialDimensionLarge.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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 Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2022 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
46{
47public:
49
51
56
61 void setCenter(const OdGePoint3d& center);
62
71
81 void setChordPoint(const OdGePoint3d & chordPoint);
82
87
92 void setOverrideCenter(const OdGePoint3d& overrideCenter);
93
98
103 void setJogPoint(const OdGePoint3d& jogPoint);
104
110 double jogAngle() const;
111
118 void setJogAngle(const double jogAngle);
119
120 // void setOverrideCenterPP(const OdGePoint3d& p);
121 // void setJogPointPP(const OdGePoint3d& p);
122 // void setTextPositionPP(const OdGePoint3d& p);
123
129 bool extArcOn() const;
130
136 double extArcStartAngle() const;
137
143 void setExtArcStartAngle(double newAngle);
144
150 double extArcEndAngle() const;
151
157 void setExtArcEndAngle(double newAngle);
158
160 OdDbDwgFiler* pFiler);
161
162 virtual void dwgOutFields(
163 OdDbDwgFiler* pFiler) const;
164
166 OdDbDxfFiler* pFiler);
167
168 virtual void dxfOutFields(
169 OdDbDxfFiler* pFiler) const;
170
172 void* pClsid) const;
173
174 /*
175 OdDbRadialDimensionLarge(
176 const OdGePoint3d& center,
177 const OdGePoint3d& chordPnt,
178 const OdGePoint3d& overrideCenter,
179 const OdGePoint3d& jogPnt,
180 double jogAng,
181 const OdString* dimText = 0,
182 OdDbObjectId dimStyle = OdDbObjectId::kNull);
183 */
184};
185
190
191#include "TD_PackPop.h"
192
193#endif
#define DBDIM_EXPORT
Definition: DbExport.h:72
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)