Methods in com.ptc.wgmecad.ecad with parameters of type DocCreationHelper |
static void |
ClientInterface.addAttributes(DocCreationHelper dch,
Element document,
String type,
ECADAttributes attributes,
Properties attributeProperties)
iterate thru all the ECADAttributDef's for the document type and then create an appropriate Integer, String
or Double value based on the attributes type in the ECADAttributDef, set the value to what is read in from
the properties file, and then set these values on the document. |
private void |
ClientInterface.addBOMsToDOM(Collection asm_nums,
DocCreationHelper dch,
Element ecadDesign,
File bomFile,
String asm_number)
add the BOMs to all the variants |
private void |
ClientInterface.createVariantAssemblyElements(Collection asm_nums,
DocCreationHelper dch,
Element ecadDesign,
DesignAll dsn)
create elements within the DOM for the variant assemblies |
private void |
ClientInterface.addBOMToAssembly(DocCreationHelper dch,
Element ecadDesign,
File bomFile,
String asm_number)
|
private void |
ClientInterface.addAttributesToAllDocs(DocCreationHelper dch,
Element ecadDesign,
Properties attributeProperties,
ECADAttributes attributes)
|