CFx SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
Ge
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
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
58
OdGeBoundedPlane
();
59
67
OdGeBoundedPlane
(
const
OdGeBoundedPlane
& plane);
68
78
OdGeBoundedPlane
(
79
const
OdGePoint3d
& origin,
80
const
OdGeVector3d
& uAxis,
81
const
OdGeVector3d
& vAxis);
82
92
OdGeBoundedPlane
(
93
const
OdGePoint3d
& uPnt,
94
const
OdGePoint3d
& origin,
95
const
OdGePoint3d
& vPnt);
96
97
TD_USING
(
OdGePlanarEnt::intersectWith
);
98
108
bool
intersectWith
(
109
const
OdGePlane
& plane,
110
OdGeLineSeg3d
& intLine,
111
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
112
124
bool
intersectWith
(
125
const
OdGeBoundedPlane
& plane,
126
OdGeLineSeg3d
& intLine,
127
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
128
139
OdGeBoundedPlane
&
set
(
140
const
OdGePoint3d
& origin,
141
const
OdGeVector3d
& uAxis,
142
const
OdGeVector3d
& vAxis);
143
154
OdGeBoundedPlane
&
set
(
155
const
OdGePoint3d
& uPnt,
156
const
OdGePoint3d
& origin,
157
const
OdGePoint3d
& vPnt);
158
167
OdGeBoundedPlane
&
operator =
(
const
OdGeBoundedPlane
& plane);
168
};
169
170
#include "
TD_PackPop.h
"
171
172
#endif
// OD_GEBNDPLN_H
173
tol
tol
Definition:
DimVarDefs.h:2287
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition:
GeExport.h:49
GePlanarEnt.h
GePlane.h
GeVector3d.h
TD_PackPop.h
TD_PackPush.h
OdGeBoundedPlane
Definition:
GeBoundedPlane.h:52
OdGeBoundedPlane::OdGeBoundedPlane
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
Definition:
GePlanarEnt.h:68
OdGePlanarEnt::operator=
OdGePlanarEnt & operator=(const OdGePlanarEnt &plane)
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:65
Generated on Wed Apr 5 2023 17:29:15