Files
OCCT/src/StepGeom/StepGeom_BoundedCurve.cdl
2012-03-05 19:23:40 +04:00

21 lines
360 B
Plaintext
Executable File

-- File: BoundedCurve.cdl
-- Created: Fri Dec 1 11:11:15 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class BoundedCurve from StepGeom
inherits Curve from StepGeom
uses
HAsciiString from TCollection
is
Create returns mutable BoundedCurve;
---Purpose: Returns a BoundedCurve
end BoundedCurve;