0022627: Change OCCT memory management defaults
[occt.git] / src / StepShape / StepShape_PointRepresentation.cdl
1 -- File:        StepShape_PointRepresentation.cdl
2 -- Created:     Thu Dec 12 15:38:08 2002 
3 -- Author:      data exchange team
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5 -- Copyright:   Open CASCADE 2002
6
7 class PointRepresentation from StepShape
8 inherits ShapeRepresentation from StepShape
9
10     ---Purpose: Representation of STEP entity PointRepresentation
11
12 uses
13     HAsciiString from TCollection,
14     HArray1OfRepresentationItem from StepRepr,
15     RepresentationContext from StepRepr
16
17 is
18     Create returns PointRepresentation from StepShape;
19         ---Purpose: Empty constructor
20
21 end PointRepresentation;