Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad * Migrate src/Mod/Material files * Migrate Stylesheet related files * Migrate *.svg files * Migrate miscellaneous files * Migrate some build files * Migrate recently added TD AR_IRAM template files Closes #6415
This commit is contained in:
@@ -74,7 +74,7 @@ App::DocumentObjectExecReturn *Fillet::execute()
|
||||
return new App::DocumentObjectExecReturn("Resulting shape is null");
|
||||
|
||||
//shapefix re #4285
|
||||
//https://www.forum.freecadweb.org/viewtopic.php?f=3&t=43890&sid=dae2fa6fda71670863a103b42739e47f
|
||||
//https://www.forum.freecad.org/viewtopic.php?f=3&t=43890&sid=dae2fa6fda71670863a103b42739e47f
|
||||
TopoShape* ts = new TopoShape(shape);
|
||||
double minTol = 2.0 * Precision::Confusion();
|
||||
double maxTol = 4.0 * Precision::Confusion();
|
||||
|
||||
Reference in New Issue
Block a user