CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbTrace.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 _OD_DB_TRACE_
28#define _OD_DB_TRACE_
29
30#include "TD_PackPush.h"
31
32#include "DbEntity.h"
33#include "DwgDeclareMembers.h"
34
51{
52public:
54
63
64 /* OdDbTrace(const OdGePoint3d& pt0,
65 const OdGePoint3d& pt1,
66 const OdGePoint3d& pt2,
67 const OdGePoint3d& pt3);
68 */
69
86 void getPointAt( int pointIndex, OdGePoint3d& pointValue ) const;
87
88
104 void setPointAt( int pointIndex, const OdGePoint3d& pointValue );
105
106
121 double thickness() const;
122
123
140 void setThickness( double vThickness );
141
142
156
157
175 void setNormal( const OdGeVector3d& geVector );
176
177
191 virtual bool isPlanar() const;
192
193
210 virtual OdResult getPlane( OdGePlane& gePlane, OdDb::Planarity& gePlanarity ) const;
211
212
214 OdDbDwgFiler* pFiler);
215
216 virtual void dwgOutFields(
217 OdDbDwgFiler* pFiler) const;
218
220 OdDbDxfFiler* pFiler);
221
222 virtual void dxfOutFields(
223 OdDbDxfFiler* pFiler) const;
224
226 OdGiWorldDraw* pWd) const;
227
229 OdGiViewportDraw* pVd) const;
230
232 OdDbDxfFiler* pFiler);
233
234 virtual void dxfOutFields_R12(
235 OdDbDxfFiler* pFiler) const;
236
238 void* pClsid) const;
239
241 const OdGeMatrix3d& xfm);
242
244 OdGsMarker gsMark,
245 const OdGePoint3d& ,
246 const OdGeMatrix3d& ,
247 OdDbFullSubentPathArray& subentPaths,
248 const OdDbObjectIdArray* pEntAndInsertStack ) const;
249
250
252 OdGsMarkerArray& gsMarkers) const;
253
255};
256
265
266#include "TD_PackPop.h"
267
268#endif
269
#define DBENT_EXPORT
Definition: DbExport.h:67
OdSmartPtr< OdDbTrace > OdDbTracePtr
Definition: DbTrace.h:264
ptrdiff_t OdGsMarker
OdResult
Definition: OdResult.h:29
void setNormal(const OdGeVector3d &geVector)
void subViewportDraw(OdGiViewportDraw *pVd) const
virtual OdResult subTransformBy(const OdGeMatrix3d &xfm)
OdGeVector3d normal() const
void getPointAt(int pointIndex, OdGePoint3d &pointValue) const
virtual OdResult getPlane(OdGePlane &gePlane, OdDb::Planarity &gePlanarity) const
virtual OdResult dxfInFields_R12(OdDbDxfFiler *pFiler)
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
void setPointAt(int pointIndex, const OdGePoint3d &pointValue)
virtual void dxfOutFields_R12(OdDbDxfFiler *pFiler) const
bool subWorldDraw(OdGiWorldDraw *pWd) const
double thickness() const
virtual bool isPlanar() const
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdGeMatrix3d getEcs() const
DWGMAP_DECLARE_MEMBERS(OdDbTrace)
OdResult subGetGsMarkersAtSubentPath(const OdDbFullSubentPath &subPath, OdGsMarkerArray &gsMarkers) const
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdResult subGetSubentPathsAtGsMarker(OdDb::SubentType type, OdGsMarker gsMark, const OdGePoint3d &, const OdGeMatrix3d &, OdDbFullSubentPathArray &subentPaths, const OdDbObjectIdArray *pEntAndInsertStack) const
void setThickness(double vThickness)
OdResult subGetClassID(void *pClsid) const
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274
Planarity
Definition: DbEntity.h:74