mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-26 11:05:31 +03:00
18 lines
292 B
Plaintext
Executable File
18 lines
292 B
Plaintext
Executable File
-- File: Colour.cdl
|
|
-- Created: Fri Dec 1 11:11:16 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class Colour from StepVisual
|
|
|
|
inherits TShared from MMgt
|
|
|
|
is
|
|
|
|
Create returns mutable Colour;
|
|
---Purpose: Returns a Colour
|
|
|
|
|
|
end Colour;
|