blob: dc548dc6f2a8684bce78b40b30dfdafe57c428ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepRepr_ShapeAspectTransition.cdl
-- Created: Tue Apr 18 16:42:58 2000
-- Author: Andrey BETENEV
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
-- Copyright: Matra Datavision 1999
class ShapeAspectTransition from StepRepr
inherits ShapeAspectRelationship from StepRepr
---Purpose: Representation of STEP entity ShapeAspectTransition
uses
HAsciiString from TCollection,
ShapeAspect from StepRepr
is
Create returns ShapeAspectTransition from StepRepr;
---Purpose: Empty constructor
end ShapeAspectTransition;
|