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