Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepFEA / StepFEA_FeaSurfaceSectionGeometricRelationship.cdl
CommitLineData
7fd59977 1-- File: StepFEA_FeaSurfaceSectionGeometricRelationship.cdl
2-- Created: Wed Jan 22 17:31:43 2003
3-- Author: data exchange team
4-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5-- Copyright: Open CASCADE 2002
6
7class FeaSurfaceSectionGeometricRelationship from StepFEA
8inherits TShared from MMgt
9
10 ---Purpose: Representation of STEP entity FeaSurfaceSectionGeometricRelationship
11
12uses
13 SurfaceSection from StepElement,
14 AnalysisItemWithinRepresentation from StepElement
15
16is
17 Create returns FeaSurfaceSectionGeometricRelationship from StepFEA;
18 ---Purpose: Empty constructor
19
20 Init (me: mutable; aSectionRef: SurfaceSection from StepElement;
21 aItem: AnalysisItemWithinRepresentation from StepElement);
22 ---Purpose: Initialize all fields (own and inherited)
23
24 SectionRef (me) returns SurfaceSection from StepElement;
25 ---Purpose: Returns field SectionRef
26 SetSectionRef (me: mutable; SectionRef: SurfaceSection from StepElement);
27 ---Purpose: Set field SectionRef
28
29 Item (me) returns AnalysisItemWithinRepresentation from StepElement;
30 ---Purpose: Returns field Item
31 SetItem (me: mutable; Item: AnalysisItemWithinRepresentation from StepElement);
32 ---Purpose: Set field Item
33
34fields
35 theSectionRef: SurfaceSection from StepElement;
36 theItem: AnalysisItemWithinRepresentation from StepElement;
37
38end FeaSurfaceSectionGeometricRelationship;