blob: 1cf9068da0cf65fb3d77dac8e7c51b484d3f2061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepToGeom_MakeAxis1Placement.cdl
-- Created: Mon Jun 14 11:05:20 1993
-- Author: Martine LANGLOIS
---Copyright: Matra Datavision 1993
class MakeAxis1Placement from StepToGeom
---Purpose: This class implements the mapping between classes
-- Axis1Placement from Step and Axis1Placement from Geom
uses Axis1Placement from Geom,
Axis1Placement from StepGeom
is
Convert ( myclass; SA : Axis1Placement from StepGeom;
CA : out Axis1Placement from Geom )
returns Boolean from Standard;
end MakeAxis1Placement;
|