Integration of OCCT 6.5.0 from SVN
[occt.git] / src / TopoDS / TopoDS_Solid.cdl
CommitLineData
7fd59977 1-- File: TopoDS_Solid.cdl
2-- Created: Mon Dec 17 11:12:03 1990
3-- Author: Remi Lequette
4---Copyright: Matra Datavision 1990, 1992
5
6
7class Solid from TopoDS inherits Shape from TopoDS
8
9 ---Purpose: Describes a solid shape which
10-- - references an underlying solid shape with the
11-- potential to be given a location and an orientation
12-- - has a location for the underlying shape, giving its
13-- placement in the local coordinate system
14-- - has an orientation for the underlying shape, in
15 -- terms of its geometry (as opposed to orientation in
16 -- relation to other shapes).
17
18is
19 Create returns Solid from TopoDS;
20 ---C++: inline
21 ---Purpose: Constructs an Undefined Solid.
22
23end Solid;