Merge commit '34599980fe4eb9723fc7ab7ce497d9bd1c4a3e04' into ThreeJS

This commit is contained in:
riccardo.elitropi
2022-08-26 14:16:59 +02:00
4 changed files with 97 additions and 3 deletions
+1
View File
@@ -507,6 +507,7 @@ EXE_EXPORT int ExeSplitText( int nId, int* pnCount) ;
EXE_EXPORT bool ExeInvertCurve( const INTVECTOR& vIds) ;
EXE_EXPORT bool ExeOffsetCurve( int nId, double dDist, int nType) ;
EXE_EXPORT int ExeOffsetCurveAdv( int nId, double dDist, int nType, int* pnCount) ;
EXE_EXPORT int ExeCurveMedialAxis( int nId) ;
EXE_EXPORT bool ExeApproxCurve( int nId, int nApprType, double dLinTol) ;
EXE_EXPORT bool ExeProjectCurveOnPlane( int nId, const Point3d& ptOn, const Vector3d& vtN, int nRefType) ;
EXE_EXPORT bool ExeChangeClosedCurveStart( int nId, double dU) ;