blob: 4757bfeacf9b007093eb675b7ab37bc6823379c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
-- File: StepRepr_SuppliedPartRelationship.cdl
-- Created: Tue Jun 30 17:39:51 1998
-- Author: Christian CAILLET
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class SuppliedPartRelationship from StepRepr
inherits ProductDefinitionRelationship from StepBasic
uses
HAsciiString from TCollection
is
Create returns mutable SuppliedPartRelationship;
end SuppliedPartRelationship;
|