summaryrefslogtreecommitdiff
path: root/src/StdPrs/StdPrs_ToolVertex.cdl
blob: 2d5da7a4bf240dc705205948a3588d607c1bfa87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- File:	StdPrs_ToolVertex.cdl
-- Created:	Wed May 18 18:06:49 1994
-- Author:	Laurent PAINNOT
--		<lpa@metrox>
---Copyright:	 Matra Datavision 1994


class ToolVertex from StdPrs
uses
    Length from Quantity,
    Vertex from TopoDS
is
    Coord( myclass; aPoint: Vertex from TopoDS; X,Y,Z: out Length from Quantity);
    
end ToolVertex from StdPrs;