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:
33
src/StepBasic/StepBasic_ProductConceptContext.cdl
Executable file
33
src/StepBasic/StepBasic_ProductConceptContext.cdl
Executable file
@@ -0,0 +1,33 @@
|
||||
-- File: StepBasic_ProductConceptContext.cdl
|
||||
-- Created: Fri Nov 26 16:26:39 1999
|
||||
-- Author: Andrey BETENEV
|
||||
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
|
||||
-- Copyright: Matra Datavision 1999
|
||||
|
||||
class ProductConceptContext from StepBasic
|
||||
inherits ApplicationContextElement from StepBasic
|
||||
|
||||
---Purpose: Representation of STEP entity ProductConceptContext
|
||||
|
||||
uses
|
||||
HAsciiString from TCollection,
|
||||
ApplicationContext from StepBasic
|
||||
|
||||
is
|
||||
Create returns ProductConceptContext from StepBasic;
|
||||
---Purpose: Empty constructor
|
||||
|
||||
Init (me: mutable; aApplicationContextElement_Name: HAsciiString from TCollection;
|
||||
aApplicationContextElement_FrameOfReference: ApplicationContext from StepBasic;
|
||||
aMarketSegmentType: HAsciiString from TCollection);
|
||||
---Purpose: Initialize all fields (own and inherited)
|
||||
|
||||
MarketSegmentType (me) returns HAsciiString from TCollection;
|
||||
---Purpose: Returns field MarketSegmentType
|
||||
SetMarketSegmentType (me: mutable; MarketSegmentType: HAsciiString from TCollection);
|
||||
---Purpose: Set field MarketSegmentType
|
||||
|
||||
fields
|
||||
theMarketSegmentType: HAsciiString from TCollection;
|
||||
|
||||
end ProductConceptContext;
|
||||
Reference in New Issue
Block a user