Salome HOME
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
authoreap <eap@opencascade.com>
Thu, 19 Jul 2012 13:19:31 +0000 (13:19 +0000)
committereap <eap@opencascade.com>
Thu, 19 Jul 2012 13:19:31 +0000 (13:19 +0000)
commit71fffb277202a8215ce46278cfc686702e5416d9
tree3ff029032d68144479290e938d71bb63d894c6b1
parent9f32eead4dab8339be1b9c93a87fd51a13d33c6f
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes

+  virtual SMDS_BallElement* AddBallWithID(int n,                   double diameter, int ID);
+  virtual SMDS_BallElement* AddBallWithID(const SMDS_MeshNode * n, double diameter, int ID);
+  virtual SMDS_BallElement* AddBall      (const SMDS_MeshNode * n, double diameter);
src/SMESHDS/SMESHDS_Mesh.cxx
src/SMESHDS/SMESHDS_Mesh.hxx