summaryrefslogtreecommitdiff
path: root/src/StepBasic/StepBasic_ThermodynamicTemperatureUnit.cdl
blob: dd05f3c8e3a6047dc4ac707327a71928839089b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- File:	StepBasic_ThermodynamicTemperatureUnit.cdl
-- Created:	Thu Dec 12 15:38:09 2002 
-- Author:	data exchange team
-- Generator:	ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
-- Copyright:	Open CASCADE 2002

class ThermodynamicTemperatureUnit from StepBasic
inherits NamedUnit from StepBasic

    ---Purpose: Representation of STEP entity ThermodynamicTemperatureUnit

uses
    DimensionalExponents from StepBasic

is
    Create returns ThermodynamicTemperatureUnit from StepBasic;
	---Purpose: Empty constructor

end ThermodynamicTemperatureUnit;