mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-31 08:01:46 +08:00
27 lines
740 B
Plaintext
Executable File
27 lines
740 B
Plaintext
Executable File
-- File: SWDRAW_ShapeFix.cdl
|
|
-- Created: Tue Mar 9 15:26:21 1999
|
|
-- Author: data exchange team
|
|
-- <det@kinox.nnov.matra-dtv.fr>
|
|
---Copyright: Matra Datavision 1999
|
|
|
|
|
|
class ShapeFix from SWDRAW
|
|
|
|
---Purpose: Contains commands to activate package ShapeFix
|
|
-- List of DRAW commands and corresponding functionalities:
|
|
-- edgesameparam - ShapeFix::SameParameter
|
|
-- settolerance - ShapeFix_ShapeTolerance
|
|
-- stwire - ShapeFix_Wire
|
|
-- reface - ShapeFix_Face
|
|
-- repcurve - ShapeFix_PCurves
|
|
|
|
uses
|
|
Interpretor from Draw
|
|
|
|
is
|
|
|
|
InitCommands (myclass; theCommands: in out Interpretor from Draw);
|
|
---Purpose: Loads commands defined in ShapeFix
|
|
|
|
end ShapeFix;
|