mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 11:25:46 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
36
src/StepAP214/StepAP214_AutoDesignDocumentReference.cdl
Executable file
36
src/StepAP214/StepAP214_AutoDesignDocumentReference.cdl
Executable file
@@ -0,0 +1,36 @@
|
||||
-- File: StepAP214_AutoDesignDocumentReference.cdl
|
||||
-- Created: Tue Aug 4 09:54:56 1998
|
||||
-- Author: Christian CAILLET
|
||||
-- <cky@heliox.paris1.matra-dtv.fr>
|
||||
---Copyright: Matra Datavision 1998
|
||||
|
||||
|
||||
class AutoDesignDocumentReference from StepAP214 inherits DocumentReference
|
||||
|
||||
-- introduced in STEP214 CC2
|
||||
|
||||
uses
|
||||
Document from StepBasic,
|
||||
HAsciiString from TCollection,
|
||||
AutoDesignReferencingItem from StepAP214,
|
||||
HArray1OfAutoDesignReferencingItem from StepAP214
|
||||
|
||||
is
|
||||
|
||||
Create returns AutoDesignDocumentReference;
|
||||
|
||||
Init (me : mutable;
|
||||
aAssignedDocument : Document;
|
||||
aSource : HAsciiString;
|
||||
aItems : HArray1OfAutoDesignReferencingItem);
|
||||
|
||||
Items (me) returns HArray1OfAutoDesignReferencingItem;
|
||||
SetItems (me : mutable; aItems : HArray1OfAutoDesignReferencingItem);
|
||||
ItemsValue (me; num : Integer) returns AutoDesignReferencingItem;
|
||||
NbItems (me) returns Integer;
|
||||
|
||||
fields
|
||||
|
||||
items : HArray1OfAutoDesignReferencingItem;
|
||||
|
||||
end AutoDesignDocumentReference;
|
||||
Reference in New Issue
Block a user