blob: 43e266d1a11e54be01aa8510c1c0b46ae13d5a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepBasic_MassMeasureWithUnit.cdl
-- Created: Wed Feb 11 11:24:48 2004
-- Author: Sergey KUUL
-- <skl@doomox>
---Copyright: Matra Datavision 2004
class MassMeasureWithUnit from StepBasic
inherits MeasureWithUnit from StepBasic
uses
Real from Standard,
NamedUnit from StepBasic
is
Create returns mutable MassMeasureWithUnit;
---Purpose: Returns a MassMeasureWithUnit
end MassMeasureWithUnit;
|