1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-05 12:15:50 +03:00
occt/src/IFSelect/IFSelect_SelectModelEntities.cdl
2012-03-05 19:23:40 +04:00

32 lines
1.0 KiB
Plaintext
Executable File

-- File: SelectModelEntities.cdl
-- Created: Tue Nov 17 19:00:03 1992
-- Author: Christian CAILLET
-- <cky@topsn2>
---Copyright: Matra Datavision 1992
class SelectModelEntities from IFSelect inherits SelectBase
---Purpose : A SelectModelEntities gets all the Entities of an
-- InterfaceModel.
uses AsciiString from TCollection, EntityIterator, Graph
is
Create returns mutable SelectModelEntities;
---Purpose : Creates a SelectModelRoot
RootResult (me; G : Graph) returns EntityIterator;
---Purpose : Returns the list of selected entities : the Entities of the
-- Model (note that this result assures naturally uniqueness)
CompleteResult (me; G : Graph) returns EntityIterator is redefined;
---Purpose : The complete list of Entities (including shared ones) ...
-- is exactly identical to RootResults in this case
Label (me) returns AsciiString from TCollection;
---Purpose : Returns a text defining the criterium : "Model Entities"
end SelectModelEntities;