blob: 159aedd0e0b5bb7a652b49872ea8e8198b234bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- File: PTopoDS_CompSolid.cdl
-- Created: Wed May 5 16:57:26 1993
-- Author: Remi LEQUETTE
-- <rle@sdsun1>
---Copyright: Matra Datavision 1993
class CompSolid from PTopoDS inherits HShape from PTopoDS
is
Create returns mutable CompSolid from PTopoDS;
---Level: Internal
end CompSolid;
|