mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-30 07:21:44 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
22
src/StepToGeom/StepToGeom_MakeCartesianPoint2d.cdl
Executable file
22
src/StepToGeom/StepToGeom_MakeCartesianPoint2d.cdl
Executable 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;
|
||||
Reference in New Issue
Block a user