• 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
  • 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…
  • [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…