0027235: Export GDT: Annotation plane and Presentation.
[occt.git] / src / RWStepVisual / RWStepVisual_RWTessellatedCurveSet.cxx
index ec8326b..520dfcc 100644 (file)
@@ -103,3 +103,15 @@ void RWStepVisual_RWTessellatedCurveSet::WriteStep
   }
   SW.CloseSub();
 }
+
+//=======================================================================
+//function : Share
+//purpose  : 
+//=======================================================================
+void RWStepVisual_RWTessellatedCurveSet::Share (const Handle(StepVisual_TessellatedCurveSet) &ent,
+                                                Interface_EntityIterator& iter) const
+{
+  // Own filed : coordinates
+  iter.AddItem (ent->CoordList());
+}
+