Integration of OCCT 6.5.0 from SVN
[occt.git] / src / IGESSelect / IGESSelect_SelectFromSingleView.cdl
CommitLineData
7fd59977 1-- File: IGESSelect_SelectFromSingleView.cdl
2-- Created: Tue May 31 18:36:13 1994
3-- Author: Christian CAILLET
4-- <cky@bravox>
5---Copyright: Matra Datavision 1994
6
7
8class SelectFromSingleView from IGESSelect inherits SelectDeduct
9
10 ---Purpose : This selection gets in all the model, the entities which are
11 -- attached to the views given as input. Only Single Views are
12 -- considered. This information is kept from Directory Part
13 -- (View Item).
14
15uses AsciiString from TCollection, EntityIterator, Graph
16
17raises InterfaceError
18
19is
20
21 Create returns mutable SelectFromSingleView;
22 ---Purpose : Creates a SelectFromSingleView
23
24 RootResult (me; G : Graph) returns EntityIterator raises InterfaceError;
25 ---Purpose : Selects the Entities which are attached to the Single View(s)
26 -- present in the Input
27
28 Label (me) returns AsciiString from TCollection;
29 ---Purpose : Returns the label, with is "Entities attached to single View"
30
31end SelectFromSingleView;