EgtInterface 2.3c1 :

- aggiunta interfaccia EgtModifyCircle3P.
This commit is contained in:
Dario Sassi
2021-03-20 18:41:46 +00:00
parent be096f8b21
commit 84b6ce12cc
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -181,6 +181,13 @@ __stdcall EgtModifyCircleCP( int nId, const double ptOn[3], int nRefType)
return ( ExeModifyCircleCP( nId, ptOn, nRefType) ? TRUE : FALSE) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtModifyCircle3P( int nId, const double ptP1[3], const double ptP2[3], const double ptP3[3], int nRefType)
{
return ( ExeModifyCircle3P( nId, ptP1, ptP2, ptP3, nRefType) ? TRUE : FALSE) ;
}
//-------------------------------------------------------------------------------
BOOL
__stdcall EgtModifyArcRadius( int nId, double dRad)
BIN
View File
Binary file not shown.