CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbRotatedDimension.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
27#ifndef _DB_ROTATED_DIMENSION_
28#define _DB_ROTATED_DIMENSION_
29
30#include "TD_PackPush.h"
31
32#include "DbDimension.h"
33#include "DwgDeclareMembers.h"
34
46{
47public:
49
51
52 /* OdDbRotatedDimension(
53 double rotation,
54 const OdGePoint3d& xLine1Point,
55 const OdGePoint3d& xLine2Point,
56 const OdGePoint3d& dimLinePoint,
57 const OdChar* dimText = 0,
58 OdDbObjectId dimStyle = OdDbObjectId::kNull);
59 */
60
69
80 const OdGePoint3d& xLine1Point);
81
90
101 const OdGePoint3d& xLine2Point);
102
107
114 const OdGePoint3d& dimLinePoint);
115
122 double oblique() const;
123
133 double oblique);
134
145 double rotation() const;
146
159 void setRotation(double rotation);
160
167 bool jogSymbolOn() const;
168
175
183
190
198
205
207 OdDbDxfFiler* pFiler);
208
209 virtual void dxfOutFields_R12(
210 OdDbDxfFiler* pFiler) const;
211
213 OdDbDwgFiler* pFiler);
214
215 virtual void dwgOutFields(
216 OdDbDwgFiler* pFiler) const;
217
219 OdDbDxfFiler* pFiler);
220
221 virtual void dxfOutFields(
222 OdDbDxfFiler* pFiler) const;
223
225 void* pClsid) const;
226};
227
232
233#include "TD_PackPop.h"
234
235#endif
#define DBDIM_EXPORT
Definition: DbExport.h:72
OdSmartPtr< OdDbRotatedDimension > OdDbRotatedDimensionPtr
OdResult
Definition: OdResult.h:29
double rotation() const
void setJogSymbolOn(bool value)
OdGePoint3d dimLinePoint() const
OdGePoint3d xLine1Point() const
bool jogSymbolOn() const
OdGePoint3d xLine2Point() const
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
void setJogSymbolPosition(const OdGePoint3d &pt)
virtual OdResult subGetClassID(void *pClsid) const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
void setXLine2Point(const OdGePoint3d &xLine2Point)
void setRotation(double rotation)
DWGMAP_DECLARE_MEMBERS(OdDbRotatedDimension)
double oblique() const
void setOblique(double oblique)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
void setJogSymbolHeight(double value)
void setDimLinePoint(const OdGePoint3d &dimLinePoint)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdGePoint3d jogSymbolPosition() const
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
void setXLine1Point(const OdGePoint3d &xLine1Point)
GLsizei const GLfloat * value
Definition: gles2_ext.h:302