mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
Merge branch 'ngcore' into curved_splinesurface
This commit is contained in:
commit
614dd3bf1c
@ -96,4 +96,5 @@ void SplineSurface :: AppendPoint(const Point<3> & p, const double reffac, const
|
|||||||
str << "SplineSurface with base " << *baseprimitive << endl;
|
str << "SplineSurface with base " << *baseprimitive << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static RegisterClassForArchive<SplineSurface, OneSurfacePrimitive> regss;
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,10 @@ namespace netgen
|
|||||||
virtual INSOLID_TYPE BoxInSolid(const BoxSphere<3> & box) const
|
virtual INSOLID_TYPE BoxInSolid(const BoxSphere<3> & box) const
|
||||||
{ return baseprimitive->BoxInSolid(box); }
|
{ return baseprimitive->BoxInSolid(box); }
|
||||||
|
|
||||||
|
virtual void DoArchive(Archive& ar)
|
||||||
|
{
|
||||||
|
ar & geompoints & splines & bcnames & maxh & baseprimitive & cuts & all_cuts;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
virtual void Project (Point<3> & p3d) const;
|
virtual void Project (Point<3> & p3d) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user