CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
Ge
GeBoundedPlane.h
Go to the documentation of this file.
1
2
// Copyright (C) 2002-2024, 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-2024 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
26
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
51
class
GE_TOOLKIT_EXPORT
OdGeBoundedPlane
:
public
OdGePlanarEnt
52
{
53
public
:
54
GE_OPERATORS_OVERRIDE_3D
(
OdGeBoundedPlane
);
55
59
OdGeBoundedPlane
();
60
68
OdGeBoundedPlane
(
const
OdGeBoundedPlane
& plane);
69
79
OdGeBoundedPlane
(
80
const
OdGePoint3d
& origin,
81
const
OdGeVector3d
& uAxis,
82
const
OdGeVector3d
& vAxis);
83
93
OdGeBoundedPlane
(
94
const
OdGePoint3d
& uPnt,
95
const
OdGePoint3d
& origin,
96
const
OdGePoint3d
& vPnt);
97
98
TD_USING
(
OdGePlanarEnt::intersectWith
);
99
109
bool
intersectWith
(
110
const
OdGePlane
& plane,
111
OdGeLineSeg3d
& intLine,
112
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
113
125
bool
intersectWith
(
126
const
OdGeBoundedPlane
& plane,
127
OdGeLineSeg3d
& intLine,
128
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
129
140
OdGeBoundedPlane
&
set
(
141
const
OdGePoint3d
& origin,
142
const
OdGeVector3d
& uAxis,
143
const
OdGeVector3d
& vAxis);
144
155
OdGeBoundedPlane
&
set
(
156
const
OdGePoint3d
& uPnt,
157
const
OdGePoint3d
& origin,
158
const
OdGePoint3d
& vPnt);
159
168
OdGeBoundedPlane
&
operator =
(
const
OdGeBoundedPlane
& plane);
169
};
170
171
#include "
TD_PackPop.h
"
172
173
#endif
// OD_GEBNDPLN_H
174
tol
tol
Definition
DimVarDefs.h:2287
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition
GeExport.h:35
GePlanarEnt.h
GePlane.h
GeVector3d.h
TD_PackPop.h
TD_PackPush.h
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane()
OdGeBoundedPlane::GE_OPERATORS_OVERRIDE_3D
GE_OPERATORS_OVERRIDE_3D(OdGeBoundedPlane)
OdGeBoundedPlane::set
OdGeBoundedPlane & set(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeBoundedPlane::intersectWith
bool intersectWith(const OdGePlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
OdGeBoundedPlane::intersectWith
bool intersectWith(const OdGeBoundedPlane &plane, OdGeLineSeg3d &intLine, const OdGeTol &tol=OdGeContext::gTol) const
OdGeBoundedPlane::TD_USING
TD_USING(OdGePlanarEnt::intersectWith)
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGePoint3d &uPnt, const OdGePoint3d &origin, const OdGePoint3d &vPnt)
OdGeBoundedPlane::set
OdGeBoundedPlane & set(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGeBoundedPlane &plane)
OdGeBoundedPlane::OdGeBoundedPlane
OdGeBoundedPlane(const OdGePoint3d &origin, const OdGeVector3d &uAxis, const OdGeVector3d &vAxis)
OdGeLineSeg3d
Definition
GeLineSeg3d.h:47
OdGePlanarEnt::operator=
OdGePlanarEnt & operator=(const OdGePlanarEnt &plane)
OdGePlanarEnt::OdGePlanarEnt
OdGePlanarEnt()
OdGePlanarEnt::intersectWith
bool intersectWith(const OdGeLinearEnt3d &line, OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePlane
Definition
GePlane.h:47
OdGePoint2d
Definition
GePoint2d.h:63
OdGePoint3d
Definition
GePoint3d.h:57
OdGeTol
Definition
GeTol.h:49
OdGeVector3d
Definition
GeVector3d.h:55
OdGeContext::gTol
static GE_STATIC_EXPORT OdGeTol gTol
Definition
GeGbl.h:67
Generated on Tue Apr 15 2025 11:30:00