blob: 6ca737a7bf771060a84d14927fb6160897b94e27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepRepr_StructuralResponseProperty.cdl
-- Created: Sun Dec 15 10:59:25 2002
-- Author: data exchange team
-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
-- Copyright: Open CASCADE 2002
class StructuralResponseProperty from StepRepr
inherits PropertyDefinition from StepRepr
---Purpose: Representation of STEP entity StructuralResponseProperty
uses
HAsciiString from TCollection,
CharacterizedDefinition from StepRepr
is
Create returns StructuralResponseProperty from StepRepr;
---Purpose: Empty constructor
end StructuralResponseProperty;
|