mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
21
src/StepBasic/StepBasic_LengthMeasureWithUnit.cdl
Executable file
21
src/StepBasic/StepBasic_LengthMeasureWithUnit.cdl
Executable file
@@ -0,0 +1,21 @@
|
||||
-- File: LengthMeasureWithUnit.cdl
|
||||
-- Created: Fri Dec 1 11:11:22 1995
|
||||
-- Author: EXPRESS->CDL V0.2 Translator
|
||||
-- Copyright: Matra-Datavision 1993
|
||||
|
||||
|
||||
class LengthMeasureWithUnit from StepBasic
|
||||
|
||||
inherits MeasureWithUnit from StepBasic
|
||||
|
||||
uses
|
||||
|
||||
Real from Standard,
|
||||
NamedUnit from StepBasic
|
||||
is
|
||||
|
||||
Create returns mutable LengthMeasureWithUnit;
|
||||
---Purpose: Returns a LengthMeasureWithUnit
|
||||
|
||||
|
||||
end LengthMeasureWithUnit;
|
Reference in New Issue
Block a user