blob: e75bb2bdb77a3b320ef00ebf3de989d7c2e29ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-- File: StepShape_DefinitionalRepresentationAndShapeRepresentation.cdl
-- Created: Thu Jul 6 14:10:05 2000
-- Author: Andrey BETENEV
-- <abv@nordox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2000
class DefinitionalRepresentationAndShapeRepresentation from StepShape
inherits DefinitionalRepresentation from StepRepr
---Purpose: Implements complex type
-- (DEFINITIONAL_REPRESENTATION,REPRESENTATION,SHAPE_REPRESENTATION)
uses
ShapeRepresentation from StepShape
is
Create returns DefinitionalRepresentationAndShapeRepresentation from StepShape;
end DefinitionalRepresentationAndShapeRepresentation;
|