blob: c7ffc8cfe2b256c1a7a4c80f62cf685c0d0f2b1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: StepRepr_ShapeRepresentationRelationship.cdl
-- Created: Tue Jun 30 18:07:23 1998
-- Author: Christian CAILLET
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class ShapeRepresentationRelationship from StepRepr inherits RepresentationRelationship from StepRepr
uses
HAsciiString from TCollection
is
Create returns mutable ShapeRepresentationRelationship;
end ShapeRepresentationRelationship;
|