mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 03:16:39 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
16
src/IFSelect/IFSelect_SelectModelEntities.cxx
Executable file
16
src/IFSelect/IFSelect_SelectModelEntities.cxx
Executable file
@@ -0,0 +1,16 @@
|
||||
#include <IFSelect_SelectModelEntities.ixx>
|
||||
#include <Interface_InterfaceModel.hxx>
|
||||
|
||||
|
||||
IFSelect_SelectModelEntities::IFSelect_SelectModelEntities () { }
|
||||
|
||||
Interface_EntityIterator IFSelect_SelectModelEntities::RootResult
|
||||
(const Interface_Graph& G) const
|
||||
{ return G.Model()->Entities(); }
|
||||
|
||||
Interface_EntityIterator IFSelect_SelectModelEntities::CompleteResult
|
||||
(const Interface_Graph& G) const
|
||||
{ return G.Model()->Entities(); }
|
||||
|
||||
TCollection_AsciiString IFSelect_SelectModelEntities::Label () const
|
||||
{ return TCollection_AsciiString("All Entities from Model"); }
|
||||
Reference in New Issue
Block a user