mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 13:48:57 +08:00
23 lines
583 B
Plaintext
Executable File
23 lines
583 B
Plaintext
Executable File
-- File: SWDRAW_ShapeExtend.cdl
|
|
-- Created: Tue Mar 9 18:22:41 1999
|
|
-- Author: data exchange team
|
|
-- <det@kinox.nnov.matra-dtv.fr>
|
|
---Copyright: Matra Datavision 1999
|
|
|
|
|
|
class ShapeExtend from SWDRAW
|
|
|
|
---Purpose: Contains commands to activate package ShapeExtend
|
|
-- List of DRAW commands and corresponding functionalities:
|
|
-- sortcompound - ShapeExtend_Explorer::SortedCompound
|
|
|
|
uses
|
|
Interpretor from Draw
|
|
|
|
is
|
|
|
|
InitCommands (myclass; theCommands: in out Interpretor from Draw);
|
|
---Purpose: Loads commands defined in ShapeExtend
|
|
|
|
end ShapeExtend;
|