CAD by Mariano Alvira: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'URL: http://cad.devl.org/ ==Introduction== '''CAD''' has several purposes: * to define the structure of your design and documentation system * to audit and aggregate all the da…') |
|||
Line 21: | Line 21: | ||
* [http://git.devl.org/?p=malvira/cad.git;a=blob;f=README README file]] | * [http://git.devl.org/?p=malvira/cad.git;a=blob;f=README README file]] | ||
* [http://devl.org/cgi-bin/mailman/listinfo/cad Mailing list] | * [http://devl.org/cgi-bin/mailman/listinfo/cad Mailing list] | ||
* [[CAD by Mariano Alvira (Examples)|Examples] | * [[CAD by Mariano Alvira (Examples)|Examples]] | ||
[[Category: Software]] | [[Category: Software]] | ||
[[Category: 3D graphics]] | [[Category: 3D graphics]] |
Revision as of 01:22, 15 October 2010
URL: http://cad.devl.org/
Introduction
CAD has several purposes:
- to define the structure of your design and documentation system
- to audit and aggregate all the data held in common between your files
- to provide an interface to detect and resolve conflicts
- to provide an interface to aid managment of your design documents and information
Fetches
CAD uses fetches to grab more infomation based on data already in the repository (i.e. filled in from a handler or another fetch). Fetches available are:
- Digikey - given a digikey partnumber, provides basic digikey info and pricebreak data
- Mouser - like Digikey but for mouser.
- Execute - runs a little perl snippet with access to the data in that context and can insert values in repository. (e.g after digikey grabs all the pricebreak info, you can have an execute fetch with fill in the minimum order quantity for that part)