EgtGeomKernel 2.4g2 :

- modifica a ProjectCurveOnPlane per renderla più efficace.
This commit is contained in:
DarioS
2022-07-21 07:01:00 +02:00
parent 025b4a8b48
commit c45912a2e4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -790,7 +790,7 @@ ProjectCurveOnPlane( const ICurve& crCrv, const Plane3d& plPlane)
{
// determino se curva piana e suo eventuale piano
Plane3d plCrv ;
if ( crCrv.IsFlat( plCrv)) {
if ( crCrv.IsFlat( plCrv, false, EPS_SMALL / 2)) {
// se il piano della curva è parallelo a quello di proiezione
if ( AreSameOrOppositeVectorExact( plCrv.GetVersN(), plPlane.GetVersN())) {
// copio la curva
BIN
View File
Binary file not shown.