CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbArcDimension.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_ARCDIMENSION_DIMENSION_
27#define _OD_DB_ARCDIMENSION_DIMENSION_
28
29#include "TD_PackPush.h"
30
31#include "DbDimension.h"
32
33
44{
45public:
47
49
54
59 void setArcPoint(const OdGePoint3d& arcPoint);
60
68
77 void setXLine1Point(const OdGePoint3d & xLine1Pt);
78
86
95 void setXLine2Point(const OdGePoint3d& xLine2Pt);
96
103
110 void setCenterPoint(const OdGePoint3d& centerPoint);
111
115 bool isPartial() const;
120 void setIsPartial(const bool partial);
121
125 double arcStartParam() const;
126
131 void setArcStartParam(const double arcStartParam);
132
133
137 double arcEndParam() const;
138
143 void setArcEndParam(const double arcEndParam);
144
145
149 bool hasLeader() const;
154 void setHasLeader(const bool hasLeader);
155
164 void setLeader1Point(const OdGePoint3d& leader1Point);
165
174 void setLeader2Point(const OdGePoint3d& leader2Point);
175
190
207 void setArcSymbolType(const OdInt16 arcSymbolType);
208
210 OdDbDwgFiler* pFiler);
211
212 virtual void dwgOutFields(
213 OdDbDwgFiler* pFiler) const;
214
216 OdDbDxfFiler* pFiler);
217
218 virtual void dxfOutFields(
219 OdDbDxfFiler* pFiler) const;
220
222 void* pClsid) const;
223
224 /*
225 OdDbArcDimension(
226 const OdGePoint3d& centerPoint,
227 const OdGePoint3d& xLine1Point,
228 const OdGePoint3d& xLine2Point,
229 const OdGePoint3d& arcPoint,
230 const OdString* dimText = NULL,
231 OdDbObjectId dimStyle = OdDbObjectId::kNull );
232 */
233};
234
239
240#include "TD_PackPop.h"
241
242#endif
OdSmartPtr< OdDbArcDimension > OdDbArcDimensionPtr
#define DBDIM_EXPORT
Definition: DbExport.h:72
short OdInt16
OdResult
Definition: OdResult.h:29
OdGePoint3d arcPoint() const
virtual OdResult subGetClassID(void *pClsid) const
void setCenterPoint(const OdGePoint3d &centerPoint)
bool isPartial() const
OdGePoint3d xLine2Point() const
void setLeader1Point(const OdGePoint3d &leader1Point)
OdGePoint3d leader1Point() const
void setXLine2Point(const OdGePoint3d &xLine2Pt)
void setArcPoint(const OdGePoint3d &arcPoint)
void setHasLeader(const bool hasLeader)
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdGePoint3d xLine1Point() const
void setArcStartParam(const double arcStartParam)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
bool hasLeader() const
OdGePoint3d leader2Point() const
void setXLine1Point(const OdGePoint3d &xLine1Pt)
void setArcSymbolType(const OdInt16 arcSymbolType)
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdInt16 arcSymbolType() const
double arcStartParam() const
ODDB_DECLARE_MEMBERS(OdDbArcDimension)
OdGePoint3d centerPoint() const
void setIsPartial(const bool partial)
void setLeader2Point(const OdGePoint3d &leader2Point)
void setArcEndParam(const double arcEndParam)
double arcEndParam() const