mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 18:20:35 +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.
|
* \param theStats the operation statistics. Output parameter.
|
||||||
* \return the shape without extracted sub-shapes.
|
* \return the shape without extracted sub-shapes.
|
||||||
*/
|
*/
|
||||||
Handle(GEOM_Object) MakeExtraction
|
Standard_EXPORT Handle(GEOM_Object) MakeExtraction
|
||||||
(const Handle(GEOM_Object) &theShape,
|
(const Handle(GEOM_Object) &theShape,
|
||||||
const Handle(TColStd_HArray1OfInteger) &theSubShapeIDs,
|
const Handle(TColStd_HArray1OfInteger) &theSubShapeIDs,
|
||||||
std::list<ExtractionStat> &theStats);
|
std::list<ExtractionStat> &theStats);
|
||||||
|
@ -2320,7 +2320,7 @@ GEOM::GEOM_Object_ptr GEOM_IShapesOperations_i::MakeExtraction
|
|||||||
|
|
||||||
aResStat->indices = aResIDList;
|
aResStat->indices = aResIDList;
|
||||||
|
|
||||||
theStats[i] = aResStat;
|
theStats[(_CORBA_ULong)i] = aResStat;
|
||||||
}
|
}
|
||||||
|
|
||||||
return GetObject(aResult);
|
return GetObject(aResult);
|
||||||
|
Loading…
Reference in New Issue
Block a user