CFx SDK Documentation  2023 SP0
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 
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeBoundedPlane & set(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
TD_USING(OdGePlanarEnt::isOn)
OdGeBoundedPlane & set(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
bool intersectWith(const OdGeBoundedPlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
bool intersectWith(const OdGePlane &plane, OdGeLine3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
TD_USING(OdGePlanarEnt::intersectWith)
OdGeBoundedPlane(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeBoundedPlane(const OdGeBoundedPlane &plane)
OdGeBoundedPlane(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
OdGePlanarEnt & operator=(const OdGePlanarEnt &plane)
bool intersectWith(const OdGeLinearEnt3d &line, OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
bool isOn(const OdGePoint3d &point, OdGePoint2d &paramPoint, const OdGeTol &tol=OdGeContext::gTol) const
Definition: GeTol.h:49
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60