mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
32
src/StepAP203/StepAP203_ChangeRequest.cdl
Executable file
32
src/StepAP203/StepAP203_ChangeRequest.cdl
Executable file
@@ -0,0 +1,32 @@
|
||||
-- File: StepAP203_ChangeRequest.cdl
|
||||
-- Created: Fri Nov 26 16:26:35 1999
|
||||
-- Author: Andrey BETENEV
|
||||
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
|
||||
-- Copyright: Matra Datavision 1999
|
||||
|
||||
class ChangeRequest from StepAP203
|
||||
inherits ActionRequestAssignment from StepBasic
|
||||
|
||||
---Purpose: Representation of STEP entity ChangeRequest
|
||||
|
||||
uses
|
||||
VersionedActionRequest from StepBasic,
|
||||
HArray1OfChangeRequestItem from StepAP203
|
||||
|
||||
is
|
||||
Create returns ChangeRequest from StepAP203;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
Init (me: mutable; aActionRequestAssignment_AssignedActionRequest: VersionedActionRequest from StepBasic;
|
||||
aItems: HArray1OfChangeRequestItem from StepAP203);
|
||||
---Purpose: Initialize all fields (own and inherited)
|
||||
|
||||
Items (me) returns HArray1OfChangeRequestItem from StepAP203;
|
||||
---Purpose: Returns field Items
|
||||
SetItems (me: mutable; Items: HArray1OfChangeRequestItem from StepAP203);
|
||||
---Purpose: Set field Items
|
||||
|
||||
fields
|
||||
theItems: HArray1OfChangeRequestItem from StepAP203;
|
||||
|
||||
end ChangeRequest;
|
Reference in New Issue
Block a user