-- -- File: TWire1.cdl -- Created: Mon Dec 17 10:57:10 1990 -- Author: Remi Lequette -- ---Copyright: Matra Datavision 1990, 1992 class TWire1 from PTopoDS inherits TShape1 from PTopoDS ---Purpose: a Topological Wire1 is a structure of Edge1s. The -- Edge1s may have 2D curves stored with them. This is -- a curve in the parametric space of a Surface. uses ShapeEnum from TopAbs is Create returns mutable TWire1; ---Level: Internal ShapeType(me) returns ShapeEnum from TopAbs; ---Level: Internal end TWire1;