Browse By Tags

  • URGENT: Can we convert Revit file extension Files to 3d cad convertor using conversion server

    Hi Team, Can we convert .rvt, .ifc, .dwg and nwd file extension Files to 3d cad convertor using Conversion server. Thanks, Pankaj
  • Overcoming PLM Challenges with the Power of Sight

    Inaccessible data, inflexible processes, and obtuse user interfaces: most PLM software products have quite the reputation. Aras changed all that and continues to revolutionize the user experience in PLM with the introduction of Dynamic Product Navigation…
  • A Platform with Superior DNA

    Received a DNA kit as a gift. Filled the test tube to the required line, capped it and sent it off for analysis. A couple of weeks later the interesting, mixed results came back. A two-page list of diseases that I might have the variant for or where the…
  • Aras Connect in Detroit -- Highlights in Review

    Aras Connect was a great success for our customers, partners, visitors, and Aras employees. As our very first regional community event in Detroit, the Aras team was very excited with this success. Here are some of the event’s highlights: CIMdata Craig…
  • Add, Export & Import CAD Documents with attachments

    Hello, In Aras Innovator 12, I'm trying to experiment with exporting of parts, which are having a CAD Document attached to them (which of course, has a file attached to it). I added the Part, CAD Document, File, CADFiles and Part CAD to the package…
  • add access is denied for CAD

    // Create the CAD Document item var docItem = MyInnovator.newItem("CAD", "add"); docItem.setProperty("item_number", "CADDoc 004"); // Create the relationship between the CAd Document and File var relItem = MyInnovator.newItem("CADFiles", "add"); relItem…
  • PLM DNA

    Received a DNA kit as a gift. Filled the test tube to the required line, capped it and sent it off for analysis. A couple of weeks later the interesting, mixed results came back. A two-page list of diseases that I might have the variant for or where the…
  • [CAD Document] Query CADDocument File for download to local

    Hi everyone, Please show me how I can get information CADFiles(Native File / Viewable FIle) of CADDocument My code as below. ----------------------- Item docItem = myAras.newItem("CAD", "get"); docItem .setAttribute("select", "*"); docItem…