mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
22 lines
429 B
Plaintext
Executable File
22 lines
429 B
Plaintext
Executable File
-- File: RatioMeasureWithUnit.cdl
|
|
-- Created: Fri Dec 1 11:11:26 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class RatioMeasureWithUnit from StepBasic
|
|
|
|
inherits MeasureWithUnit from StepBasic
|
|
|
|
uses
|
|
|
|
Real from Standard,
|
|
NamedUnit from StepBasic
|
|
is
|
|
|
|
Create returns mutable RatioMeasureWithUnit;
|
|
---Purpose: Returns a RatioMeasureWithUnit
|
|
|
|
|
|
end RatioMeasureWithUnit;
|