EgtExecutor 1.8j4 :
- aggiustamenti per modifiche a Plane3d.
This commit is contained in:
@@ -617,7 +617,7 @@ ExeCutSurfTm( int nId, const Point3d& ptOn, const Vector3d& vtN, bool bSaveOnEq,
|
||||
Vector3d vtNL = GetVectorLocal( pGeomDB, vtN, nRefType, frLoc) ;
|
||||
// calcolo il piano di taglio
|
||||
Plane3d plPlane ;
|
||||
bOk = bOk && SetPlane( ptOnL, vtNL, plPlane) ;
|
||||
bOk = bOk && plPlane.Set( ptOnL, vtNL) ;
|
||||
// eseguo il taglio
|
||||
bOk = bOk && pStm->Cut( plPlane, bSaveOnEq) ;
|
||||
ExeSetModified() ;
|
||||
|
||||
Reference in New Issue
Block a user