From 36b2ffcdecd0f7c6a29692850d3cc03b5746fa64 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 12 Jun 2019 10:59:16 +0000 Subject: [PATCH] Include : - aggiornamento prototipi. --- EXeExecutor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EXeExecutor.h b/EXeExecutor.h index 519e39c..adf1b68 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -607,6 +607,8 @@ EXE_EXPORT bool ExePointSurfTmDist( const Point3d& ptP, int nStmId, int nRefType // Geo Intersect EXE_EXPORT bool ExeLineBoxInters( const Point3d& ptP, const Vector3d& vtDir, const BBox3d& b3Box, INTDBLVECTOR& vInters) ; +EXE_EXPORT int ExePlaneBoxInters( const Point3d& ptOn, const Vector3d& vtN, const BBox3d& b3Box, int nDestGrpId, int nRefType, + int* pnPntCount, int* pnCrvCount, int* pnSrfCount) ; EXE_EXPORT bool ExeLineSurfTmInters( const Point3d& ptP, const Vector3d& vtDir, int nId, int nRefType, INTDBLVECTOR& vInters) ; EXE_EXPORT int ExePlaneSurfTmInters( const Point3d& ptOn, const Vector3d& vtN, int nId, int nDestGrpId, int nRefType, int* pnPntCount, int* pnCrvCount, int* pnSrfCount) ;