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:
luzpaz
2023-04-24 20:19:20 +00:00
committed by GitHub
parent 0d3ec18044
commit 129d5882a7
1771 changed files with 2124 additions and 2071 deletions

View File

@@ -714,7 +714,7 @@ bool GeomCurve::intersect(const Handle(Geom_Curve) curve1, const Handle(Geom_Cur
std::vector<std::pair<Base::Vector3d, Base::Vector3d>>& points,
double tol)
{
// https://forum.freecadweb.org/viewtopic.php?f=10&t=31700
// https://forum.freecad.org/viewtopic.php?f=10&t=31700
if (curve1->IsKind(STANDARD_TYPE(Geom_BoundedCurve)) &&
curve2->IsKind(STANDARD_TYPE(Geom_BoundedCurve))){
@@ -4701,7 +4701,7 @@ gp_Vec GeomCone::getDN(double u, double v, int Nu, int Nv) const
};
// Workaround for cones to get the correct derivatives
// https://forum.freecadweb.org/viewtopic.php?f=10&t=66677
// https://forum.freecad.org/viewtopic.php?f=10&t=66677
Handle(Geom_ConicalSurface) s = Handle(Geom_ConicalSurface)::DownCast(handle());
Standard_RangeError_Raise_if (Nu + Nv < 1 || Nu < 0 || Nv < 0, " ");
if (Nv > 1) {