Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
-- File: StepToGeom_MakeCartesianPoint2d.cdl
-- Created: Tue Jul 6 16:30:29 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeCartesianPoint2d from StepToGeom
---Purpose: This class implements the mapping between classes
-- CartesianPoint from StepGeom which describes a point from
-- Prostep and CartesianPoint from Geom2d.
uses
CartesianPoint from Geom2d,
CartesianPoint from StepGeom
is
Convert ( myclass; SP : CartesianPoint from StepGeom;
CP : out CartesianPoint from Geom2d )
returns Boolean from Standard;
end MakeCartesianPoint2d;