mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 19:55:32 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
22
src/StepVisual/StepVisual_PresentationArea.cdl
Executable file
22
src/StepVisual/StepVisual_PresentationArea.cdl
Executable file
@@ -0,0 +1,22 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user