blob: 684b8158f4daefb2f3cf90c40b6b3b7931683c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepRepr_NextAssemblyUsageOccurrence.cdl
-- Created: Mon Jul 3 19:47:51 2000
-- Author: Andrey BETENEV
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
-- Copyright: Matra Datavision 2000
class NextAssemblyUsageOccurrence from StepRepr
inherits AssemblyComponentUsage from StepRepr
---Purpose: Representation of STEP entity NextAssemblyUsageOccurrence
uses
HAsciiString from TCollection,
ProductDefinition from StepBasic
is
Create returns NextAssemblyUsageOccurrence from StepRepr;
---Purpose: Empty constructor
end NextAssemblyUsageOccurrence;
|