0022627: Change OCCT memory management defaults
[occt.git] / src / StepShape / StepShape_EdgeBasedWireframeModel.cdl
CommitLineData
7fd59977 1-- File: StepShape_EdgeBasedWireframeModel.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
7class EdgeBasedWireframeModel from StepShape
8inherits GeometricRepresentationItem from StepGeom
9
10 ---Purpose: Representation of STEP entity EdgeBasedWireframeModel
11
12uses
13 HAsciiString from TCollection,
14 HArray1OfConnectedEdgeSet from StepShape
15
16is
17 Create returns EdgeBasedWireframeModel from StepShape;
18 ---Purpose: Empty constructor
19
20 Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
21 aEbwmBoundary: HArray1OfConnectedEdgeSet from StepShape);
22 ---Purpose: Initialize all fields (own and inherited)
23
24 EbwmBoundary (me) returns HArray1OfConnectedEdgeSet from StepShape;
25 ---Purpose: Returns field EbwmBoundary
26 SetEbwmBoundary (me: mutable; EbwmBoundary: HArray1OfConnectedEdgeSet from StepShape);
27 ---Purpose: Set field EbwmBoundary
28
29fields
30 theEbwmBoundary: HArray1OfConnectedEdgeSet from StepShape;
31
32end EdgeBasedWireframeModel;