CAD by Mariano Alvira: Difference between revisions

From Open Source Ecology
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…')
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:


==More Information==
==More Information==
* [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]]


==See Also==
* [[SKDB]]


[[Category: Software]]
[[Category: Software]]
[[Category: 3D graphics]]

Latest revision as of 02:08, 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)

More Information

See Also