QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)
FS#83 - Part Library - Find Files / Generate Files
Attached to Project:
QCAD
Opened by Andrew (andrew) - Thursday, 19 May 2011, 10:54 GMT+2
Last edited by Andrew (andrew) - Tuesday, 17 November 2015, 11:44 GMT+2
Opened by Andrew (andrew) - Thursday, 19 May 2011, 10:54 GMT+2
Last edited by Andrew (andrew) - Tuesday, 17 November 2015, 11:44 GMT+2
|
DetailsCreate and extend part library. Find Existing FilesFind files under a suitable license (e.g. creative commons) for inclusion into the QCAD part library:
Parameterized Items
Links[mostly old] Generate Items Automatically
<!-- XML document defines a name template to use for the generated parts: --> <parts name-template="DIN_912_M%1_L%2" script="din_912.js" format="DXF"> <!-- Attributes to use for the name template --> <name-attribute attribute-name="d" /> <name-attribute attribute-name="L" /> <!-- For each type of the specific part, we define some parameters that are identical for that type (here M3): --> <type d="3" D="5.5" s="2.5" k="3" b="18"> <!-- For each of these elements, a DXF file is generated. This DXF file is generated with file name "DIN_912_M3_L22.dxf" and parameters d="3" D="5.5" s="2.5" k="3" b="18" L="22": --> <ref name="var1" /> <ref name="var2" /> <data L="60" /> </type> <type name="M4" d="7" D="3" s="4" k="3" b="20"> <ref name="var1" /> </type> <var name="var1"> <data L="22" /> <data L="25" /> <data L="30" /> <data L="35" /> <data L="40" /> <data L="45" /> <data L="50" /> </var> <var name="var2"> <dataL L="70" /> </var> </parts> |
This task depends upon
The following sites would need further clarifications.