mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Merge remote branch 'origin/V7_dev'
This commit is contained in:
commit
3799901cfc
@ -499,7 +499,7 @@ class GEOMImpl_IShapesOperations : public GEOM_IOperations
|
||||
* \param theStats the operation statistics. Output parameter.
|
||||
* \return the shape without extracted sub-shapes.
|
||||
*/
|
||||
Handle(GEOM_Object) MakeExtraction
|
||||
Standard_EXPORT Handle(GEOM_Object) MakeExtraction
|
||||
(const Handle(GEOM_Object) &theShape,
|
||||
const Handle(TColStd_HArray1OfInteger) &theSubShapeIDs,
|
||||
std::list<ExtractionStat> &theStats);
|
||||
|
@ -2320,7 +2320,7 @@ GEOM::GEOM_Object_ptr GEOM_IShapesOperations_i::MakeExtraction
|
||||
|
||||
aResStat->indices = aResIDList;
|
||||
|
||||
theStats[i] = aResStat;
|
||||
theStats[(_CORBA_ULong)i] = aResStat;
|
||||
}
|
||||
|
||||
return GetObject(aResult);
|
||||
|
Loading…
Reference in New Issue
Block a user