blob: f9d9ca85501893e673287aac6146025b1758a560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
-- File: StepGeom_CartesianTransformationOperator2d.cdl
-- Created: Wed Mar 26 15:17:23 1997
-- Author: Christian CAILLET
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1997
class CartesianTransformationOperator2d from StepGeom
inherits CartesianTransformationOperator from StepGeom
---Purpose : Added from StepGeom Rev2 to Rev4
uses Boolean
is
Create returns mutable CartesianTransformationOperator2d from StepGeom;
end CartesianTransformationOperator2d;
|