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