Salome HOME
Angle presentation from NewGEOM_2.0.0. It is moved here to prepare a patch for OCCT...
[modules/shaper.git] / src / SketchSolver / SolveSpaceSolver / SolveSpaceSolver_EntityWrapper.cpp
index 1cb81157dbeade5022622d91d069fc6ad4b09655..38ca452a447b52009fdbae1c793537fbbe5cba8e 100644 (file)
@@ -20,6 +20,17 @@ SolveSpaceSolver_EntityWrapper::SolveSpaceSolver_EntityWrapper(
   myBaseAttribute = theAttribute;
 }
 
+SolveSpaceSolver_EntityWrapper::SolveSpaceSolver_EntityWrapper(
+    const FeaturePtr thePointFeature,
+    const AttributePtr thePointAttribute,
+    const Slvs_Entity& theEntity)
+  : myEntity(theEntity)
+{
+  myBaseFeature = thePointFeature;
+  myBaseAttribute = thePointAttribute;
+}
+
+
 EntityID SolveSpaceSolver_EntityWrapper::id() const
 {
   return (EntityID)myEntity.h;