EgtInterface 2.3c1 :
- aggiunta interfaccia EgtModifyCircle3P.
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user