blob: 3cc8a63e7e5011390adc806fce640a3da1c0480f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepShape_DimensionalLocation.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 DimensionalLocation from StepShape
inherits ShapeAspectRelationship from StepRepr
---Purpose: Representation of STEP entity DimensionalLocation
uses
HAsciiString from TCollection,
ShapeAspect from StepRepr
is
Create returns DimensionalLocation from StepShape;
---Purpose: Empty constructor
end DimensionalLocation;
|