X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_Block.cxx;h=b28dc7d67e2e666aac1ab76e6b059d443a544a8d;hb=dfe68f4de1b8d1ebf127a491c9922e4b9a27c4cd;hp=b036993a515f88b9d983c90de38a70090c3dd75e;hpb=418c46e9629912d2663714e7bd740000628a0c32;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_Block.cxx b/src/SMESHUtils/SMESH_Block.cxx index b036993a5..b28dc7d67 100644 --- a/src/SMESHUtils/SMESH_Block.cxx +++ b/src/SMESHUtils/SMESH_Block.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -67,7 +67,7 @@ using namespace std; //================================================================================ /*! * \brief Set edge data - * \param edgeID - block subshape ID + * \param edgeID - block sub-shape ID * \param curve - edge geometry * \param isForward - is curve orientation coincides with edge orientation in the block */ @@ -87,7 +87,7 @@ void SMESH_Block::TEdge::Set( const int edgeID, Adaptor3d_Curve* curve, const bo //================================================================================ /*! * \brief Set coordinates of nodes at edge ends to work with mesh block - * \param edgeID - block subshape ID + * \param edgeID - block sub-shape ID * \param node1 - coordinates of node with lower ID * \param node2 - coordinates of node with upper ID */ @@ -143,7 +143,7 @@ SMESH_Block::TEdge::~TEdge() //================================================================================ /*! * \brief Set face data - * \param faceID - block subshape ID + * \param faceID - block sub-shape ID * \param S - face surface geometry * \param c2d - 4 pcurves in the order as returned by GetFaceEdgesIDs(faceID) * \param isForward - orientation of pcurves comparing with block edge direction @@ -180,7 +180,7 @@ void SMESH_Block::TFace::Set( const int faceID, //================================================================================ /*! * \brief Set face data to work with mesh block - * \param faceID - block subshape ID + * \param faceID - block sub-shape ID * \param edgeU0 - filled data of edge u0 = GetFaceEdgesIDs(faceID)[ 0 ] * \param edgeU1 - filled data of edge u1 = GetFaceEdgesIDs(faceID)[ 1 ] */ @@ -373,7 +373,7 @@ bool SMESH_Block::ShellPoint( const gp_XYZ& theParams, gp_XYZ& thePoint ) const //======================================================================= //function : ShellPoint //purpose : computes coordinates of a point in shell by points on sub-shapes; -// thePointOnShape[ subShapeID ] must be a point on a subShape +// thePointOnShape[ subShapeID ] must be a point on a sub-shape //======================================================================= bool SMESH_Block::ShellPoint(const gp_XYZ& theParams, @@ -1505,7 +1505,7 @@ bool SMESH_Block::FindBlockShapes(const TopoDS_Shell& theShell, //================================================================================ /*! * \brief Initialize block geometry with shapes from theShapeIDMap - * \param theShapeIDMap - map of block subshapes + * \param theShapeIDMap - map of block sub-shapes * \retval bool - is a success */ //================================================================================ @@ -1554,11 +1554,11 @@ bool SMESH_Block::LoadBlockShapes(const TopTools_IndexedMapOfOrientedShape& theS * \brief Load face geometry * \param theFace - face * \param theFaceID - face in-block ID - * \param theShapeIDMap - map of block subshapes + * \param theShapeIDMap - map of block sub-shapes * \retval bool - is a success * * It is enough to compute params or coordinates on the face. - * Face subshapes must be loaded into theShapeIDMap before + * Face sub-shapes must be loaded into theShapeIDMap before */ //================================================================================ @@ -1590,7 +1590,7 @@ bool SMESH_Block::LoadFace(const TopoDS_Face& theFace, * \brief/ Insert theShape into theShapeIDMap with theShapeID * \param theShape - shape to insert * \param theShapeID - shape in-block ID - * \param theShapeIDMap - map of block subshapes + * \param theShapeIDMap - map of block sub-shapes */ //================================================================================