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