mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 11:04:18 +05:00
Fixed bug with displaying Creation Information for ShapeProcess function: wrong parameters names are shown
This commit is contained in:
parent
a529555611
commit
e140eb6407
@ -1048,7 +1048,7 @@ GetCreationInformation(std::string& theOperationName,
|
|||||||
AddParam( theParams, "Operation", op );
|
AddParam( theParams, "Operation", op );
|
||||||
for ( int iP = aParams->Lower(), nbP = aParams->Upper(); iP <= nbP; ++iP )
|
for ( int iP = aParams->Lower(), nbP = aParams->Upper(); iP <= nbP; ++iP )
|
||||||
{
|
{
|
||||||
const TCollection_ExtendedString& par = aParams->Value(i);
|
const TCollection_ExtendedString& par = aParams->Value(iP);
|
||||||
TCollection_AsciiString parAscii( par );
|
TCollection_AsciiString parAscii( par );
|
||||||
if ( par.Search( op ) == 1 && parAscii.Value( op.Length() + 1 ) == '.' )
|
if ( par.Search( op ) == 1 && parAscii.Value( op.Length() + 1 ) == '.' )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user