Issue 4561: Method names in topological entities are not everywhere unified (cad-ftf) Source: Open CASCADE (Mr. Mikhail Kazakov, m-kazakov@opencascade.com, m-kazakov@eads.matradatavision.com) Nature: Uncategorized Issue Severity: Summary: 5. Method names in topological entities are not everywhere unified. To return a single entity we use normally prefix get_entity. To return a sequence we use no prefix normally: for example Shell get_shell () raises (CadUtility::CadError); OrientedFaceSeq oriented_faces () raises (CadUtility::CadError); Not all method names in CadBrep module satisfy this rule. Resolution: All operations that did not follow the standard naming procedure were changed. Revised Text: Revisions made in section 2.5.8, edge_loop() operation renamed: oriented_edge_loops(). UML diagram modified accordingly in section 2.5.1. Actions taken: September 5, 2001: received issue July 5, 2002: closed issue Discussion: End of Annotations:===== Date: Wed, 05 Sep 2001 13:13:07 +0200 From: "Mikhail KAZAKOV (mko)" Organization: Matra Datavision X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,fr,fr-FR MIME-Version: 1.0 To: "jcad_services@yahoogroups.com" , cad ftf Subject: New issues to resolve References: <5.1.0.14.2.20010829112031.03733d48@popserve.grc.nasa.gov> Content-Type: multipart/mixed; boundary="------------13CB1A6C7FE5F345A8A69D28" X-UIDL: VF6e98+\!!WWYd9f3=e9 Dear colleagues, I've just returned from vacation (thus sorry for silence) and I would like to give some new issues according our spec. to resolve: 5. Method names in topological entities are not everywhere unified. To return a single entity we use normally prefix get_entity. To return a sequence we use no prefix normally: for example Shell get_shell () raises (CadUtility::CadError); OrientedFaceSeq oriented_faces () raises (CadUtility::CadError); Not all method names in CadBrep module satisfy this rule.