mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
improve comments
This commit is contained in:
parent
9dc2cf2141
commit
a94078a14b
@ -141,13 +141,12 @@ public:
|
|||||||
const SMESH_Mesh& mesh,
|
const SMESH_Mesh& mesh,
|
||||||
TopAbs_ShapeEnum ancestorType);
|
TopAbs_ShapeEnum ancestorType);
|
||||||
/*!
|
/*!
|
||||||
* \brief Find a common ancestors of two shapes of the given type
|
* \brief Find a common ancestor, of the given type, of two shapes
|
||||||
*/
|
*/
|
||||||
static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
|
static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
|
||||||
const TopoDS_Shape& shape2,
|
const TopoDS_Shape& shape2,
|
||||||
const SMESH_Mesh& mesh,
|
const SMESH_Mesh& mesh,
|
||||||
TopAbs_ShapeEnum ancestorType);
|
TopAbs_ShapeEnum ancestorType);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Return orientation of sub-shape in the main shape
|
* \brief Return orientation of sub-shape in the main shape
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user