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:
27
src/StepAP203/StepAP203_ChangeRequestItem.cdl
Executable file
27
src/StepAP203/StepAP203_ChangeRequestItem.cdl
Executable file
@@ -0,0 +1,27 @@
|
||||
-- File: StepAP203_ChangeRequestItem.cdl
|
||||
-- Created: Fri Nov 26 16:26:26 1999
|
||||
-- Author: Andrey BETENEV
|
||||
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
|
||||
-- Copyright: Matra Datavision 1999
|
||||
|
||||
class ChangeRequestItem from StepAP203
|
||||
inherits SelectType from StepData
|
||||
|
||||
---Purpose: Representation of STEP SELECT type ChangeRequestItem
|
||||
|
||||
uses
|
||||
ProductDefinitionFormation from StepBasic
|
||||
|
||||
is
|
||||
Create returns ChangeRequestItem from StepAP203;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
CaseNum (me; ent: Transient) returns Integer;
|
||||
---Purpose: Recognizes a kind of ChangeRequestItem select type
|
||||
-- 1 -> ProductDefinitionFormation from StepBasic
|
||||
-- 0 else
|
||||
|
||||
ProductDefinitionFormation (me) returns ProductDefinitionFormation from StepBasic;
|
||||
---Purpose: Returns Value as ProductDefinitionFormation (or Null if another type)
|
||||
|
||||
end ChangeRequestItem;
|
Reference in New Issue
Block a user