summaryrefslogtreecommitdiff
path: root/src/PTopoDS/PTopoDS_TVertex.cdl
blob: 6278c33262cde68daf2e74e83661877cc927b902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- File:	TVertex.cdl
-- Created:	Thu Dec 13 16:39:22 1990
-- Author:	Remi Lequette
--		<rle@topsn3>
---Copyright:	 Matra Datavision 1990, 1992



deferred class TVertex from PTopoDS inherits TShape from PTopoDS

	---Purpose: The vertex is a topological point in space.

uses
    ShapeEnum from TopAbs

is
    ShapeType(me) returns ShapeEnum from TopAbs;
    	---Level: Internal 

end TVertex;