mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Merge from 1.16.2.3
This commit is contained in:
parent
fa569d7e73
commit
739eb47505
@ -70,6 +70,8 @@ public:
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Computes aMesh on aShape
|
* \brief Computes aMesh on aShape
|
||||||
|
* \param aShapeOnly - if true, algo->OnlyUnaryInput() feature is ignored and
|
||||||
|
* only \a aShape is computed.
|
||||||
* \param anUpward - compute from vertices up to more complex shape (internal usage)
|
* \param anUpward - compute from vertices up to more complex shape (internal usage)
|
||||||
* \param aDim - upper level dimension of the mesh computation
|
* \param aDim - upper level dimension of the mesh computation
|
||||||
* \param aShapesId - list of shapes with computed mesh entities (elements or nodes)
|
* \param aShapesId - list of shapes with computed mesh entities (elements or nodes)
|
||||||
@ -77,6 +79,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool Compute(::SMESH_Mesh & aMesh,
|
bool Compute(::SMESH_Mesh & aMesh,
|
||||||
const TopoDS_Shape & aShape,
|
const TopoDS_Shape & aShape,
|
||||||
|
const bool aShapeOnly=false,
|
||||||
const bool anUpward=false,
|
const bool anUpward=false,
|
||||||
const ::MeshDimension aDim=::MeshDim_3D,
|
const ::MeshDimension aDim=::MeshDim_3D,
|
||||||
TSetOfInt* aShapesId=0);
|
TSetOfInt* aShapesId=0);
|
||||||
|
Loading…
Reference in New Issue
Block a user