mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
32 lines
699 B
Plaintext
Executable File
32 lines
699 B
Plaintext
Executable File
-- File: SurfaceStyleFillArea.cdl
|
|
-- Created: Fri Dec 1 11:11:28 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class SurfaceStyleFillArea from StepVisual
|
|
|
|
inherits TShared from MMgt
|
|
|
|
uses
|
|
|
|
FillAreaStyle from StepVisual
|
|
is
|
|
|
|
Create returns mutable SurfaceStyleFillArea;
|
|
---Purpose: Returns a SurfaceStyleFillArea
|
|
|
|
Init (me : mutable;
|
|
aFillArea : mutable FillAreaStyle from StepVisual) is virtual;
|
|
|
|
-- Specific Methods for Field Data Access --
|
|
|
|
SetFillArea(me : mutable; aFillArea : mutable FillAreaStyle);
|
|
FillArea (me) returns mutable FillAreaStyle;
|
|
|
|
fields
|
|
|
|
fillArea : FillAreaStyle from StepVisual;
|
|
|
|
end SurfaceStyleFillArea;
|