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