summaryrefslogtreecommitdiff
path: root/src/XSDRAWSTEP/XSDRAWSTEP.cdl
blob: a74b1f062997bb6ea99d14f3f865f79575f3382b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- File:	XSDRAWSTEP.cdl
-- Created:	Fri Jan 12 09:01:46 1996
-- Author:	Christian CAILLET
--		<cky@anion>
---Copyright:	 Matra Datavision 1996


package XSDRAWSTEP

    ---Purpose : XSDRAW for STEP AP214 and AP203

uses Standard, Interface, Transfer, IFSelect, STEPControl, Draw

is

    Init;

    InitCommands (theCommands : in out Interpretor from Draw);
    ---Purpose : Inits commands to access product data and to write shapes

end XSDRAWSTEP;