CFx SDK Documentation  2020SP3
GeOffsetSurface.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 #ifndef OD_GEOFFSF_H
25 #define OD_GEOFFSF_H
27 #include "Ge/GeSurface.h"
28 
29 #include "TD_PackPush.h"
30 
39 {
40 public:
41 
42 
53  OdGeSurface* baseSurface,
54  double offsetDistance,
55  bool makeCopy = true);
57  const OdGeOffsetSurface& source);
58 
65  bool isPlane() const;
66 
73  bool isBoundedPlane() const;
74 
81  bool isSphere() const;
82 
89  bool isCylinder() const;
90 
97  bool isCone() const;
98 
105  bool isEllipCylinder() const;
106 
113  bool isEllipCone() const;
114 
121  bool isTorus() const;
122 
129  OdGeSurface*& simpleSurface) const;
130 
137  OdGeSurface*& baseSurface) const;
138 
142  double offsetDist() const;
143 
155  OdGeSurface* baseSurface,
156  double offsetDistance,
157  bool makeCopy = true);
158 
160  const OdGeOffsetSurface& surface);
161 
162 };
163 
164 #include "TD_PackPop.h"
165 
166 #endif // OD_GEOFFSF_H
167 
OdGeOffsetSurface::OdGeOffsetSurface
OdGeOffsetSurface(OdGeSurface *baseSurface, double offsetDistance, bool makeCopy=true)
OdGeSurface
Definition: GeSurface.h:48
OdGeOffsetSurface::isEllipCone
bool isEllipCone() const
OdGeOffsetSurface::isEllipCylinder
bool isEllipCylinder() const
OdGeOffsetSurface::getConstructionSurface
void getConstructionSurface(OdGeSurface *&baseSurface) const
OdGeSurface::operator=
OdGeSurface & operator=(const OdGeSurface &surf)
source
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
OdGeOffsetSurface::isTorus
bool isTorus() const
TD_PackPop.h
OdGeOffsetSurface::isBoundedPlane
bool isBoundedPlane() const
OdGeOffsetSurface::OdGeOffsetSurface
OdGeOffsetSurface()
OdGeOffsetSurface::isCylinder
bool isCylinder() const
OdGeOffsetSurface::isCone
bool isCone() const
OdGeOffsetSurface
Definition: GeOffsetSurface.h:39
OdGeOffsetSurface::isSphere
bool isSphere() const
OdGeOffsetSurface::getSurface
bool getSurface(OdGeSurface *&simpleSurface) const
TD_PackPush.h
OdGeOffsetSurface::set
OdGeOffsetSurface & set(OdGeSurface *baseSurface, double offsetDistance, bool makeCopy=true)
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeOffsetSurface::OdGeOffsetSurface
OdGeOffsetSurface(const OdGeOffsetSurface &source)
OdGeOffsetSurface::isPlane
bool isPlane() const
OdGeOffsetSurface::offsetDist
double offsetDist() const