CFx SDK Documentation  2020SP3
GeBoundedPlane.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_GEBNDPLN_H
25 #define OD_GEBNDPLN_H
27 #include "Ge/GePlanarEnt.h"
28 #include "Ge/GePlane.h"
29 #include "Ge/GeVector3d.h"
30 
31 class OdGePlane;
32 class OdGeVector3d;
33 class OdGePoint3d;
34 class OdGePoint2d;
35 class OdGeLineSeg3d;
36 
37 #include "TD_PackPush.h"
38 
50 {
51 public:
52 
53 
69  const OdGePoint3d& origin,
70  const OdGeVector3d& uAxis,
71  const OdGeVector3d& vAxis);
73  const OdGePoint3d& uPnt,
74  const OdGePoint3d& origin,
75  const OdGePoint3d& vPnt);
76 
79  const OdGePlane& plane,
80  OdGeLine3d& intLine,
81  const OdGeTol& tol = OdGeContext::gTol) const;
83  const OdGeBoundedPlane& plane,
84  OdGeLineSeg3d& intLine,
85  const OdGeTol& tol = OdGeContext::gTol) const;
97  const OdGePoint3d& origin,
98  const OdGeVector3d& uAxis,
99  const OdGeVector3d& vAxis);
100 
112  const OdGePoint3d& uPnt,
113  const OdGePoint3d& origin,
114  const OdGePoint3d& vPnt);
115 
117 
120 
121 };
122 
123 #include "TD_PackPop.h"
124 
125 #endif // OD_GEBNDPLN_H
126 
OdGeLine3d
Definition: GeLine3d.h:43
OdGePlane
Definition: GePlane.h:45
OdGeVector3d
Definition: GeVector3d.h:54
OdGePlanarEnt::operator=
OdGePlanarEnt & operator=(const OdGePlanarEnt &plane)
tol
tol
Definition: DimVarDefs.h:2287
OdGeBoundedPlane::intersectWith
bool intersectWith(const OdGePlane &plane, OdGeLine3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
OdGeBoundedPlane::TD_USING
TD_USING(OdGePlanarEnt::intersectWith)
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGeBoundedPlane &plane)
TD_PackPop.h
GePlane.h
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
OdGeBoundedPlane::set
OdGeBoundedPlane & set(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeBoundedPlane::intersectWith
bool intersectWith(const OdGeBoundedPlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
OdGeSurface::isOn
bool isOn(const OdGePoint3d &point, OdGePoint2d &paramPoint, const OdGeTol &tol=OdGeContext::gTol) const
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane()
OdGePlanarEnt
Definition: GePlanarEnt.h:62
OdGePlanarEnt::intersectWith
bool intersectWith(const OdGeLinearEnt3d &line, OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePoint3d
Definition: GePoint3d.h:55
OdGeBoundedPlane
Definition: GeBoundedPlane.h:50
TD_PackPush.h
GeVector3d.h
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeContext::gTol
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeLineSeg3d
Definition: GeLineSeg3d.h:44
OdGeBoundedPlane::TD_USING
TD_USING(OdGePlanarEnt::isOn)
OdGeBoundedPlane::set
OdGeBoundedPlane & set(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
OdGeTol
Definition: GeTol.h:49
OdGePoint2d
Definition: GePoint2d.h:60