mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-10 08:08:36 +08:00
23 lines
488 B
Plaintext
Executable File
23 lines
488 B
Plaintext
Executable File
-- File: PresentationArea.cdl
|
|
-- Created: Fri Dec 1 11:11:25 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class PresentationArea from StepVisual
|
|
|
|
inherits PresentationRepresentation from StepVisual
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection,
|
|
HArray1OfRepresentationItem from StepRepr,
|
|
RepresentationContext from StepRepr
|
|
is
|
|
|
|
Create returns mutable PresentationArea;
|
|
---Purpose: Returns a PresentationArea
|
|
|
|
|
|
end PresentationArea;
|