mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20:34 +05:00
archive for splinesurface
This commit is contained in:
parent
7426034172
commit
61d38ae343
@ -73,4 +73,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