mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-04 13:50:34 +05:00
more comments
This commit is contained in:
parent
1fff018cb3
commit
09024c777c
@ -108,9 +108,13 @@ bool StdMeshers_Projection_1D2D::Compute(SMESH_Mesh& theMesh, const TopoDS_Shape
|
|||||||
{
|
{
|
||||||
UnsetterOfEventProparatorToEdges eventBarrier( theMesh.GetSubMesh( theShape ));
|
UnsetterOfEventProparatorToEdges eventBarrier( theMesh.GetSubMesh( theShape ));
|
||||||
|
|
||||||
|
// 1) Project faces
|
||||||
|
|
||||||
if ( !StdMeshers_Projection_2D::Compute(theMesh, theShape))
|
if ( !StdMeshers_Projection_2D::Compute(theMesh, theShape))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
// 2) Create segments
|
||||||
|
|
||||||
SMESHDS_Mesh * meshDS = theMesh.GetMeshDS();
|
SMESHDS_Mesh * meshDS = theMesh.GetMeshDS();
|
||||||
|
|
||||||
SMESHDS_SubMesh * faceSubMesh = meshDS->MeshElements( theShape );
|
SMESHDS_SubMesh * faceSubMesh = meshDS->MeshElements( theShape );
|
||||||
|
Loading…
Reference in New Issue
Block a user