mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-22 03:16:39 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
36
src/StepAP214/StepAP214_AppliedExternalIdentificationAssignment.cdl
Executable file
36
src/StepAP214/StepAP214_AppliedExternalIdentificationAssignment.cdl
Executable file
@@ -0,0 +1,36 @@
|
||||
-- File: StepAP214_AppliedExternalIdentificationAssignment.cdl
|
||||
-- Created: Wed May 10 15:09:06 2000
|
||||
-- Author: Andrey BETENEV
|
||||
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
|
||||
-- Copyright: Matra Datavision 2000
|
||||
|
||||
class AppliedExternalIdentificationAssignment from StepAP214
|
||||
inherits ExternalIdentificationAssignment from StepBasic
|
||||
|
||||
---Purpose: Representation of STEP entity AppliedExternalIdentificationAssignment
|
||||
|
||||
uses
|
||||
HAsciiString from TCollection,
|
||||
IdentificationRole from StepBasic,
|
||||
ExternalSource from StepBasic,
|
||||
HArray1OfExternalIdentificationItem from StepAP214
|
||||
|
||||
is
|
||||
Create returns AppliedExternalIdentificationAssignment from StepAP214;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
Init (me: mutable; aIdentificationAssignment_AssignedId: HAsciiString from TCollection;
|
||||
aIdentificationAssignment_Role: IdentificationRole from StepBasic;
|
||||
aExternalIdentificationAssignment_Source: ExternalSource from StepBasic;
|
||||
aItems: HArray1OfExternalIdentificationItem from StepAP214);
|
||||
---Purpose: Initialize all fields (own and inherited)
|
||||
|
||||
Items (me) returns HArray1OfExternalIdentificationItem from StepAP214;
|
||||
---Purpose: Returns field Items
|
||||
SetItems (me: mutable; Items: HArray1OfExternalIdentificationItem from StepAP214);
|
||||
---Purpose: Set field Items
|
||||
|
||||
fields
|
||||
theItems: HArray1OfExternalIdentificationItem from StepAP214;
|
||||
|
||||
end AppliedExternalIdentificationAssignment;
|
||||
Reference in New Issue
Block a user