summaryrefslogtreecommitdiff
path: root/metadata.yaml
blob: 65ff087e18045c951fbd360bc7a8e16cdfd1e25d (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
53
54
55
56
57
58
59
60
61
62
!!python/object:skdb.tag_hack
tags:
- "!lego"
- "!Peg"
- "!Hole"
---
!package
 maintainer: 'bryan bishop <kanzure@gmail.com>'
 license: 'GPL2+'
 urls:
 - 'http://www.me.utexas.edu/~adl/'
 - 'http://adl.serveftp.org/skdb.git/'
 - 'git://fennetic.net/git/skdb.git/'

 name: lego
 functionality: supporting #a process name here
 created: 2009-07-31
 version: 0.0.1
 description: #package description
    all sorts of lego bricks
 #template: template.yaml
 template: !template
   part: !lego
      interfaces:
         - !Peg
            geometry: string #FIXME: this should be a tag (not a string saying "string")
            units: m*m 
            count: unbounded #how do you say there are multiple possible Peg interfaces in a lego brick?
         - !Hole
            geometry: string
            units: m*m 
            count: unbounded
   name: string
   material: string #ex: ABS plastic
   #dimensions are for the bounding box
   width: mm #manufactured with a tolerance of +- 2microns
   height: mm #+- 2microns
   depth: mm #+- 2microns
 modules:
 - lego
 classes: 
    lego: 
    - Lego
    - Feature
 source data:
 - data.yaml
 generated data:
 - models/ #step files generated and placed in there?
 dependencies:
    #options of different dependencies to choose from:
    build:
       - or:
             - injection molding
             - fuse deposition modeling
             - selective laser sintering #meh
       - or:
             - ABS
             - polypropylene
             - HDPE
    use:
       - null #a lego doesn't need anything to function properly