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

23 lines
558 B
Plaintext
Executable File

-- File: StepToGeom_MakePlane.cdl
-- Created: Mon Jun 14 15:54:27 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakePlane from StepToGeom
---Purpose: This class implements the mapping between classes
-- Plane from StepGeom which describes a plane from
-- Prostep and Plane form Geom.
uses
Plane from Geom,
Plane from StepGeom
is
Convert ( myclass; SP : Plane from StepGeom;
CP : out Plane from Geom )
returns Boolean from Standard;
end MakePlane;