#include "GEOMImpl_IBaseIEOperations.hxx"#include "GEOMImpl_IGroupOperations.hxx"#include "GEOMImpl_IFieldOperations.hxx"#include "GEOMImpl_IShapesOperations.hxx"#include <NCollection_DataMap.hxx>#include <TDF_ChildIDIterator.hxx>#include <TNaming_NamedShape.hxx>#include <TDataStd_Comment.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TopExp.hxx>Typedefs | |
| typedef NCollection_DataMap< TCollection_ExtendedString, NCollection_List< TopoDS_Shape > > | DataMapOfStringListOfShape |
Functions | |
| Handle (GEOM_Object) GEOMImpl_IBaseIEOperations | |
| typedef NCollection_DataMap< TCollection_ExtendedString, NCollection_List<TopoDS_Shape> > DataMapOfStringListOfShape |
| Handle | ( | GEOM_Object | ) |
This method creates a group of shapes of certain type.
| theObject | the imported object. |
| theName | the material name. |
| theShapes | the list of shapes to be added to this group. |
References GEOMImpl_IBaseIEOperations::Handle(), GEOMImpl_IBaseIEOperations::myGroupOperations, GEOMImpl_IBaseIEOperations::theName, GEOMImpl_IBaseIEOperations::theShapes, and GEOMImpl_IGroupOperations::UnionIDs().