blob: 24e8a1a7a33b368668fe6e27e3acf623b535ad8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
-- File: PDataXtd.cdl
-- Created: Wed May 10 10:48:16 1995
-- Author: Denis PASCAL
-- modified Sergey Zaritchny
---Copyright: Matra Datavision 1995
package PDataXtd
---Purpose:
uses Standard,
PDF,
PTopoDS,
PGeom,
PNaming,
PDataStd,
PCollection,
PColStd,
PTopLoc,
PGeom,
TColStd,
gp
is
---Purpose: General Data
-- ============
class Position;
class Point;
class Axis;
class Plane;
class Geometry; -- Point | Line ...etc..
class Constraint;
class Placement;
class PatternStd;
class Shape;
end PDataXtd;
|