CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeBoundedPlane.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#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
31class OdGePlane;
32class OdGeVector3d;
33class OdGePoint3d;
34class OdGePoint2d;
35class OdGeLineSeg3d;
36
37#include "TD_PackPush.h"
38
52{
53public:
54
59
68
79 const OdGePoint3d& origin,
80 const OdGeVector3d& uAxis,
81 const OdGeVector3d& vAxis);
82
93 const OdGePoint3d& uPnt,
94 const OdGePoint3d& origin,
95 const OdGePoint3d& vPnt);
96
98
109 const OdGePlane& plane,
110 OdGeLineSeg3d& intLine,
111 const OdGeTol& tol = OdGeContext::gTol) const;
112
125 const OdGeBoundedPlane& plane,
126 OdGeLineSeg3d& intLine,
127 const OdGeTol& tol = OdGeContext::gTol) const;
128
140 const OdGePoint3d& origin,
141 const OdGeVector3d& uAxis,
142 const OdGeVector3d& vAxis);
143
155 const OdGePoint3d& uPnt,
156 const OdGePoint3d& origin,
157 const OdGePoint3d& vPnt);
158
168};
169
170#include "TD_PackPop.h"
171
172#endif // OD_GEBNDPLN_H
173
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeBoundedPlane & set(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
bool intersectWith(const OdGePlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
bool intersectWith(const OdGeBoundedPlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
TD_USING(OdGePlanarEnt::intersectWith)
OdGeBoundedPlane(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeBoundedPlane & set(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
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
Definition: GeTol.h:49
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:65