EgtInterface 1.9l3 :
- aggiunto parametro per tolleranza a EgtCreateFlatParts.
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@ using namespace std ;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtCreateFlatParts( int nType)
|
||||
__stdcall EgtCreateFlatParts( int nType, double dToler)
|
||||
{
|
||||
return ( ExeCreateFlatParts( nType) ? TRUE : FALSE) ;
|
||||
return ( ExeCreateFlatParts( nType, dToler) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user