

You would want it to run as soon as possible after the Aconex scheduled sync to BIM 360.
#Revizto careers windows
For example, the PowerShell script provided above could be set to run as a Windows Task. Once your PDFs are flowing well between platforms, you may want to automate further. then review that the correct sheets are going to be replaced and connected to the BIM360 PDFĬonfirm that sheets are correctly connected using the Sheet Number.browse to the “Current” folder for a specific disciplines PDFs.ensure you have connected Docs to the right BIM 360 hub in Revizto.
#Revizto careers pdf
Now that we have a nicely named, version-rich PDF on BIM 360 Docs, its time to connect that up to Revizto.įirstly – you should always publish 2D sheets from Revit BEFORE setting up the Docs connection if possible, as this is the only way to get the automated viewport overlays (Note – you can export with “Sheet coordinates only” option in Revizto Sheet Exporter from Revit).

example output from the PowerShell script Step 2b – Revizto 2D Sheet to BIM 360 PDF Connection We have released this script as a publicly available Deep Space Automation at this link.

So this script essentially merges the messy “REV” filenames into a nice clean SheetNumber.pdf filename structure AND actually creates BIM 360 file versions in the cloud (due to the sleep functionality). Sleep 5 minutes between each loop to allow Autodesk Desktop Connector sync to catch up.or, copy the file to the “Current” subfolder.check if the file was already copied – and skip it (using existence of that filename in the log folder).process each available Revision number individually in a loop (to ensure Aconex revisions are stored sequentially into BIM 360 versions).create a logfile in that subdirectory called deepSpaceSync.log.those folders need to be ‘synced’ prior to the script running (I’m still looking for a way to call the Autodesk Desktop Connector sync from a Powershell script, for now you have to right-click in Windows Explorer first).it takes a list of BIM 360 Docs folder paths (the local folder path from Windows Explorer address bar), these are ‘monitored folders’.Here is a description of the logic in the script: So we need to clean this up! And it needs to be repeatable and automated…įor this, I have created a PowerShell script. Why? Because a Revizto 2D sheet will want to connect directly to a SINGLE BIM 360 PDF document with Versions – not to a mangled set of ‘revision suffixed’ pdfs like the above. When thinking about downstream applications like Revizto, this is really sub-optimal. Not bad! But what if your PDFs are named like this: Let’s say you have your Aconex-to-BIM360 sync running, and you have PDFs arriving in 360 into “Discipline” folders like Architectural, Structural and so on. Depending on how you have briefed the Aconex development consultants, you may end up with some interesting PDF file naming in the BIM 360 environment – so how can we deal with that? Step 2a – BIM 360 Preparation Script for Merging Filenames to a single Folder Once complete, you will begin to see PDFs arriving in Autodesk Docs from Aconex on a daily / nightly basis.

Although the scope is basically the same for every Aconex client that wants this, it seems individual Aconex clients will be charged significantly for this development to occur and operate on their ‘own’ PIF. This will require considerable time, effort, $$ and planning. The Aconex PIF is hard to find on the inter-webs…Īs part of my strategic consultancy work as a Director at Virtual Built Technology, I have assisted clients in setting up the Aconex to BIM 360 sync. This essentially acts as an API, and clients are able to build integrations between Aconex and other tools using their own budget. Step 1 – Aconex Document Register sync with BIM 360 Document ManagementĪconex provides a PIF (Project Integration Framework). Connect the BIM 360 project to the Revizto project and connect your BIM 360 ‘official Aconex’ PDFs to Revizto 2D Sheets.Setup a sync between the Aconex Doc Register and Autodesk Docs (BIM 360 Document Management), using the Aconex PIF and Autodesk APIs.However, you can achieve the promise in the title of this post – with a bit of work! They seem to deliberately resist platform-level integration with other tools like BIM 360 and Revizto. First, let’s manage some expectations – Aconex is generally viewed as a closed platform.
