blob: 71d9ba0ab680b4edf2c95b51f7fb4962a5905f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-- File: StepRepr_ShapeAspectDerivingRelationship.cdl
-- Created: Tue Apr 24 18:04:22 2001
-- Author: Christian CAILLET
-- <cky@photox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 2001
class ShapeAspectDerivingRelationship from StepRepr
inherits ShapeAspectRelationship from StepRepr
---Purpose : Added for Dimensional Tolerances
uses
Integer
is
Create returns mutable ShapeAspectDerivingRelationship;
end ShapeAspectDerivingRelationship;
|