mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-30 15:31:48 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
22
src/StepRepr/StepRepr_DefinitionalRepresentation.cdl
Executable file
22
src/StepRepr/StepRepr_DefinitionalRepresentation.cdl
Executable file
@@ -0,0 +1,22 @@
|
||||
-- File: DefinitionalRepresentation.cdl
|
||||
-- Created: Fri Dec 1 11:11:18 1995
|
||||
-- Author: EXPRESS->CDL V0.2 Translator
|
||||
-- Copyright: Matra-Datavision 1993
|
||||
|
||||
|
||||
class DefinitionalRepresentation from StepRepr
|
||||
|
||||
inherits Representation from StepRepr
|
||||
|
||||
uses
|
||||
|
||||
HAsciiString from TCollection,
|
||||
HArray1OfRepresentationItem from StepRepr,
|
||||
RepresentationContext from StepRepr
|
||||
is
|
||||
|
||||
Create returns mutable DefinitionalRepresentation;
|
||||
---Purpose: Returns a DefinitionalRepresentation
|
||||
|
||||
|
||||
end DefinitionalRepresentation;
|
||||
Reference in New Issue
Block a user