blob: 472f983dffc0c24f8f7bd34f9d5cf2c02c90517f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-- File: IntersectionCurve.cdl
-- Created: Fri Dec 1 11:11:21 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class IntersectionCurve from StepGeom
inherits SurfaceCurve from StepGeom
uses
HAsciiString from TCollection,
Curve from StepGeom,
HArray1OfPcurveOrSurface from StepGeom,
PreferredSurfaceCurveRepresentation from StepGeom
is
Create returns mutable IntersectionCurve;
---Purpose: Returns a IntersectionCurve
end IntersectionCurve;
|