EgtExecutor 1.8j4 :
- aggiustamenti per modifiche a Plane3d.
This commit is contained in:
@@ -202,7 +202,7 @@ ExeProjectCurveOnPlane( int nId, const Point3d& ptOn, const Vector3d& vtN, int n
|
||||
Vector3d vtNL = GetVectorLocal( pGeomDB, vtN, nRefType, frLoc) ;
|
||||
// calcolo il piano di proiezione
|
||||
Plane3d plPlane ;
|
||||
bOk = bOk && SetPlane( ptOnL, vtNL, plPlane) ;
|
||||
bOk = bOk && plPlane.Set( ptOnL, vtNL) ;
|
||||
// eseguo la proiezione
|
||||
PtrOwner<ICurve> pProCrv( bOk ? ProjectCurveOnPlane( *pCurve, plPlane) : nullptr) ;
|
||||
bOk = bOk && ! IsNull( pProCrv) ;
|
||||
|
||||
Reference in New Issue
Block a user