Updated links to the new forum
This commit is contained in:
@@ -356,7 +356,7 @@ App::DocumentObjectExecReturn *Sweep::execute(void)
|
||||
return new App::DocumentObjectExecReturn("Linked shape is invalid.");
|
||||
// There is a weird behaviour of BRepOffsetAPI_MakePipeShell when trying to add the wire as is.
|
||||
// If we re-create the wire then everything works fine.
|
||||
// https://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268
|
||||
// http://www.freecadweb.org/forum/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268
|
||||
if (shape.ShapeType() == TopAbs_FACE) {
|
||||
TopoDS_Wire faceouterWire = ShapeAnalysis::OuterWire(TopoDS::Face(shape));
|
||||
profiles.Append(faceouterWire);
|
||||
|
||||
@@ -266,7 +266,7 @@ App::DocumentObjectExecReturn *Draft::execute(void)
|
||||
if (!mkDraft.AddDone()) {
|
||||
// Note: the function ProblematicShape returns the face on which the error occurred
|
||||
// Note: mkDraft.Remove() stumbles on a bug in Draft_Modification::Remove() and is
|
||||
// therefore unusable. See https://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=10&t=3209&start=10#p25341
|
||||
// therefore unusable. See http://www.freecadweb.org/forum/viewtopic.php?f=10&t=3209&start=10#p25341
|
||||
// The only solution is to discard mkDraft and start over without the current face
|
||||
// mkDraft.Remove(face);
|
||||
Base::Console().Error("Adding face failed on %s. Omitted\n", it->c_str());
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
#include <boost/graph/connected_components.hpp>
|
||||
|
||||
// http://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=3&t=4651&start=40
|
||||
// http://www.freecadweb.org/forum/viewtopic.php?f=3&t=4651&start=40
|
||||
namespace Eigen {
|
||||
|
||||
typedef Matrix<double,-1,-1,0,-1,-1> MatrixdType;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# (c) 2012 Werner Mayer LGPL
|
||||
|
||||
# The script is based on the work of daxmick at
|
||||
# https://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=3&t=2307
|
||||
# http://www.freecadweb.org/forum/viewtopic.php?f=3&t=2307
|
||||
|
||||
import threading
|
||||
import Mesh, MeshGui
|
||||
|
||||
Reference in New Issue
Block a user