mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-10 08:08:36 +08:00
16 lines
272 B
Plaintext
Executable File
16 lines
272 B
Plaintext
Executable File
-- File: PCDMShape.cdl
|
|
-- Created: Thu Jan 8 15:53:45 1998
|
|
-- Author: Isabelle GRIGNON
|
|
-- <isg@bigbox.paris1.matra-dtv.fr>
|
|
---Copyright: Matra Datavision 1998
|
|
|
|
package PCDMShape
|
|
|
|
uses PCDM,CDM,TCollection,PTopoDS,PTopLoc,TopAbs
|
|
|
|
is
|
|
|
|
class Document;
|
|
|
|
end PCDM;
|