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