Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Prs3d / Prs3d_VectorTool.cdl
CommitLineData
7fd59977 1-- File: Prs3d_VectorTool.cdl
2-- Created: Fri Apr 16 13:36:55 1993
3-- Author: Jean Louis FRENKEL
4-- <jlf@phylox>
5---Copyright: Matra Datavision 1993
6
7deferred generic class VectorTool from Prs3d ( Vector as any)
8 --- template for drawing a vector.
9uses
10 Vec from gp,
11 Pnt from gp
12
13is
14 Location (myclass; aVector: Vector) returns Pnt from gp;
15 Vec ( myclass; aVector: Vector ) returns Vec from gp;
16
17end VectorTool from Prs3d;