Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I automatically add links to drawings or other files that are associated with components in the assembly?

0
Posted

How do I automatically add links to drawings or other files that are associated with components in the assembly?

0

Add links to pdf files (or any other file extension) through the user properties. A property added to an object with the name “Drawing” and a value of “Yes” will automatically create a link to the part file name.pdf in the current folder. Add the “Drawing” property with a value of “Yes” to create a link to the “Filename.pdf” file located in the directory with the idb files. NOTE: Since subassemblies in IPA do not have filenames we are keying Off the “PARTNAME” property for the name of the pdf file. You will need to replace the redrawProps function in the tree.js file with the following definition: function redrawProps(id) { if (typeof(top_level.props) != “undefined”) { var doc = top_level.props.document outputHead(doc,”props”) with (doc) { writeln(““) writeln(“

Properties

“) writeln(“

“) if (id >= 0) { for (var i = 0; i < objectTemplate.length; ++i) { var node = objectTemplate[i] if (node.PropVis) { red

Related Questions

  • How do I automatically add links to drawings or other files that are associated with components in the assembly?
  • Will Zip Imploder automatically associated itself with zip files?
  • Are shared files automatically downloaded to each client machine?
  • What is your question?

    *Sadly, we had to bring back ads too. Hopefully more targeted.

    Experts123