mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
28 lines
566 B
Plaintext
Executable File
28 lines
566 B
Plaintext
Executable File
-- File: PXCAFDoc_Color.cdl
|
|
-- Created: Wed Aug 16 12:08:45 2000
|
|
-- Author: data exchange team
|
|
-- <det@strelox.nnov.matra-dtv.fr>
|
|
---Copyright: Matra Datavision 2000
|
|
|
|
|
|
class Color from PXCAFDoc inherits Attribute from PDF
|
|
|
|
---Purpose:
|
|
|
|
uses
|
|
Color from Quantity
|
|
|
|
is
|
|
Create returns mutable Color from PXCAFDoc;
|
|
|
|
Create (Loc: Color from Quantity) returns mutable Color from PXCAFDoc;
|
|
|
|
Set (me: mutable; Loc: Color from Quantity);
|
|
|
|
Get (me) returns Color from Quantity;
|
|
|
|
fields
|
|
myColor : Color from Quantity;
|
|
|
|
end Color;
|