summaryrefslogtreecommitdiff
path: root/src/DsgPrs/DsgPrs_DatumTool.cdl
blob: 50253bda49f55c2aee177cd7b941bb008119ba39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- File:	DsgPrs_DatumTool.cdl
-- Created:	Mon Oct 10 16:14:47 1994
-- Author:	Arnaud BOUZY
--		<adn@houblon>
---Copyright:	 Matra Datavision 1994

class DatumTool from DsgPrs
    	---Purpose: A generic framework for defining display of datums. Instantiates Prs3d_Datum.
uses Ax2 from gp
   
is

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

end DatumTool from DsgPrs;