mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
23 lines
433 B
Plaintext
Executable File
23 lines
433 B
Plaintext
Executable File
-- File: Template.cdl
|
|
-- Created: Fri Dec 1 11:11:29 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class Template from StepVisual
|
|
|
|
inherits Representation from StepRepr
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection,
|
|
HArray1OfRepresentationItem from StepRepr,
|
|
RepresentationContext from StepRepr
|
|
is
|
|
|
|
Create returns mutable Template;
|
|
---Purpose: Returns a Template
|
|
|
|
|
|
end Template;
|