summaryrefslogtreecommitdiff
path: root/src/BOP/BOP_ShellFaceSet.cdl
blob: a675cd1520eeefd68281ad51cc3349668f5505d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-- File:	BOP_ShellFaceSet.cdl
-- Created:	Mon Jun 25 09:50:30 2001
-- Author:	Michael KLOKOV
--		<mkk@kurox>
---Copyright:	 Matra Datavision 2001

class ShellFaceSet from BOP inherits ShapeSet from BOP

    	---Purpose: class for set of faces and shells 
	--- 
uses
    Solid from TopoDS

is

    Create  
    	returns ShellFaceSet from BOP;
    	---Purpose:  
    	--- Empty  Consreuctor 
    	---
    Create(theSolid: Solid from TopoDS)
    	returns ShellFaceSet from BOP;
    	---Purpose:  
    	--- Creates the object to build blocks of faces
    	--- connected by edges.
    	---
    Solid(me)
    	returns Solid from TopoDS;
    	---C++: return const &
    	---C++: inline
    	---Purpose: 
    	--- Selector   
    	---
    
fields

    mySolid : Solid from TopoDS;

end ShellFaceSet from BOP;