mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
21 lines
471 B
Plaintext
Executable File
21 lines
471 B
Plaintext
Executable File
-- File: ParametricRepresentationContext.cdl
|
|
-- Created: Fri Dec 1 11:11:23 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class ParametricRepresentationContext from StepRepr
|
|
|
|
inherits RepresentationContext from StepRepr
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection
|
|
is
|
|
|
|
Create returns mutable ParametricRepresentationContext;
|
|
---Purpose: Returns a ParametricRepresentationContext
|
|
|
|
|
|
end ParametricRepresentationContext;
|