mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
PAL17233: Projection 2D doesn't work (bis)
exclude using compUVByElasticIsolines()
This commit is contained in:
parent
e28cd63140
commit
4efdd7211a
@ -1395,7 +1395,7 @@ bool SMESH_Pattern::
|
|||||||
compUVByElasticIsolines(const list< list< TPoint* > >& theBndPoints,
|
compUVByElasticIsolines(const list< list< TPoint* > >& theBndPoints,
|
||||||
const list< TPoint* >& thePntToCompute)
|
const list< TPoint* >& thePntToCompute)
|
||||||
{
|
{
|
||||||
//return false;
|
return false; // PAL17233
|
||||||
//cout << "============================== KEY POINTS =============================="<<endl;
|
//cout << "============================== KEY POINTS =============================="<<endl;
|
||||||
// list< int >::iterator kpIt = myKeyPointIDs.begin();
|
// list< int >::iterator kpIt = myKeyPointIDs.begin();
|
||||||
// for ( ; kpIt != myKeyPointIDs.end(); kpIt++ ) {
|
// for ( ; kpIt != myKeyPointIDs.end(); kpIt++ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user