mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
22 lines
440 B
Plaintext
Executable File
22 lines
440 B
Plaintext
Executable File
-- File: GeometricCurveSet.cdl
|
|
-- Created: Fri Dec 1 11:11:21 1995
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
class GeometricCurveSet from StepShape
|
|
|
|
inherits GeometricSet from StepShape
|
|
|
|
uses
|
|
|
|
HAsciiString from TCollection,
|
|
HArray1OfGeometricSetSelect from StepShape
|
|
is
|
|
|
|
Create returns mutable GeometricCurveSet;
|
|
---Purpose: Returns a GeometricCurveSet
|
|
|
|
|
|
end GeometricCurveSet;
|