summaryrefslogtreecommitdiff
path: root/src/Prs3d/Prs3d_DatumTool.cdl
blob: 1085f635c801adcd322d415bc08bbe55e7504c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- File:	Prs3d_DatumTool.cdl
-- Created:	Fri Apr 16 13:36:55 1993
-- Author:	Jean Louis FRENKEL
--		<jlf@phylox>
---Copyright:	 Matra Datavision 1993

deferred generic class DatumTool from Prs3d ( Datum as any)

uses Ax2 from gp

is
    Ax2 ( myclass; aDatum: Datum ) returns Ax2 from gp;

end DatumTool from Prs3d;