EgtExecutor :
- aggiunto un tipo di interpolazione con le bezier.
This commit is contained in:
@@ -2062,6 +2062,8 @@ ExeCreateCurveCompoByInterpolation( int nParentId, const PolyLine& PL, int nType
|
||||
nMethod = CurveByInterp::BESSEL ;
|
||||
nCrvType = CurveByInterp::CUBIC_BEZIERS ;
|
||||
}
|
||||
else if ( nType == ITT_CUBICS_LONG)
|
||||
nCrvType = CurveByInterp::CUBIC_BEZIERS_LONG ;
|
||||
// oggetto interpolatore
|
||||
CurveByInterp crvByInterp ;
|
||||
Point3d ptP ;
|
||||
|
||||
Reference in New Issue
Block a user