blob: 5a20bb14b78adac7b691e48f3742ae3455a44b3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepShape_ConnectedFaceShapeRepresentation.cdl
-- Created: Fri Dec 28 16:02:00 2001
-- Author: Andrey BETENEV
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
-- Copyright: Matra Datavision 2000
class ConnectedFaceShapeRepresentation from StepShape
inherits Representation from StepRepr
---Purpose: Representation of STEP entity ConnectedFaceShapeRepresentation
uses
HAsciiString from TCollection,
HArray1OfRepresentationItem from StepRepr,
RepresentationContext from StepRepr
is
Create returns ConnectedFaceShapeRepresentation from StepShape;
---Purpose: Empty constructor
end ConnectedFaceShapeRepresentation;
|