mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
23 lines
456 B
Plaintext
Executable File
23 lines
456 B
Plaintext
Executable File
-- File: BoundaryCurve.cdl
|
|
-- Created: Fri Dec 1 11:11:15 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class BoundaryCurve from StepGeom
|
|
|
|
inherits CompositeCurveOnSurface from StepGeom
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection,
|
|
HArray1OfCompositeCurveSegment from StepGeom,
|
|
Logical from StepData
|
|
is
|
|
|
|
Create returns mutable BoundaryCurve;
|
|
---Purpose: Returns a BoundaryCurve
|
|
|
|
|
|
end BoundaryCurve;
|