Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepShape / StepShape_FaceBasedSurfaceModel.cdl
1 -- File:        StepShape_FaceBasedSurfaceModel.cdl
2 -- Created:     Fri Dec 28 16:02:01 2001 
3 -- Author:      Andrey BETENEV
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
5 -- Copyright:   Matra Datavision 2000
6
7 class FaceBasedSurfaceModel from StepShape
8 inherits GeometricRepresentationItem from StepGeom
9
10     ---Purpose: Representation of STEP entity FaceBasedSurfaceModel
11
12 uses
13     HAsciiString from TCollection,
14     HArray1OfConnectedFaceSet from StepShape
15
16 is
17     Create returns FaceBasedSurfaceModel from StepShape;
18         ---Purpose: Empty constructor
19
20     Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
21                        aFbsmFaces: HArray1OfConnectedFaceSet from StepShape);
22         ---Purpose: Initialize all fields (own and inherited)
23
24     FbsmFaces (me) returns HArray1OfConnectedFaceSet from StepShape;
25         ---Purpose: Returns field FbsmFaces
26     SetFbsmFaces (me: mutable; FbsmFaces: HArray1OfConnectedFaceSet from StepShape);
27         ---Purpose: Set field FbsmFaces
28
29 fields
30     theFbsmFaces: HArray1OfConnectedFaceSet from StepShape;
31
32 end FaceBasedSurfaceModel;