CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
DbEntityIntersectionPE.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
25#ifndef _OD_DB_INTERSECTIONPE_
26#define _OD_DB_INTERSECTIONPE_
27
28
29#include "DbEntity.h"
30
38{
39public:
41
49 const OdDbEntity* pThisEnt, const OdDbEntity* pEnt,
50 OdDb::Intersect intType, OdGePoint3dArray& points,
51 OdGsMarker thisGsMarker = 0, OdGsMarker otherGsMarker = 0) const = 0;
52
60 const OdDbEntity* pThisEnt, const OdDbEntity* pEnt,
61 OdDb::Intersect intType, const OdGePlane& projPlane, OdGePoint3dArray& points,
62 OdGsMarker thisGsMarker = 0, OdGsMarker otherGsMarker = 0) const = 0;
63
68 const OdDbEntity* pThisEnt, const OdDbEntity* pEnt,
69 OdDb::Intersect intType, OdGePoint3dArray& points,
70 OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const = 0;
71
76 const OdDbEntity* pThisEnt, const OdDbEntity* pEnt,
77 OdDb::Intersect intType, const OdGePlane& projPlane, OdGePoint3dArray& points,
78 OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const = 0;
79};
80
86//FELIX_CHANGE_BEGIN
87// The two required methods from old PE restored in a new class (for binary compatibility with DD).
88#ifndef DEFINED_OdDbEntityIntersectionExtPE
89#define DEFINED_OdDbEntityIntersectionExtPE
90#endif
92{
93public:
95
104 virtual OdResult intersectWith(const OdDbEntity* pThisEnt,
105 const OdDbEntity* pEnt, OdDb::Intersect intType,
106 OdGePoint3dArray& points, OdGsMarker thisGsMarker = 0,
107 OdGsMarker otherGsMarker = 0) const = 0;
108
109 virtual OdResult intersectWith(const OdDbEntity* pThisEnt,
110 const OdDbEntity* pEnt, OdDb::Intersect intType,
111 const OdGePlane& projPlane, OdGePoint3dArray& points,
112 OdGsMarker thisGsMarker = 0, OdGsMarker otherGsMarker = 0) const = 0;
113
114};
115
121//FELIX_CHANGE_END
122#endif //_OD_DB_INTERSECTIONPE_
OdSmartPtr< OdDbEntityIntersectionPE > OdDbEntityIntersectionPEPtr
OdSmartPtr< OdDbEntityIntersectionExtPE > OdDbEntityIntersectionExtPEPtr
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
ptrdiff_t OdGsMarker
#define ODRX_ABSTRACT
OdResult
Definition: OdResult.h:29
virtual OdResult intersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
virtual OdResult intersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
ODRX_DECLARE_MEMBERS(OdDbEntityIntersectionExtPE)
ODRX_DECLARE_MEMBERS(OdDbEntityIntersectionPE)
virtual OdResult intersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
virtual OdResult boundingBoxIntersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const =0
virtual OdResult intersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker=0, OdGsMarker otherGsMarker=0) const =0
virtual OdResult boundingBoxIntersectWith(const OdDbEntity *pThisEnt, const OdDbEntity *pEnt, OdDb::Intersect intType, const OdGePlane &projPlane, OdGePoint3dArray &points, OdGsMarker thisGsMarker, OdGsMarker otherGsMarker) const =0
Intersect
Definition: OdaDefs.h:481