AU Day One, Keynote and DevLab

Today Autodesk University started up for real.

For me personally, the morning was occupied with booth preparation, the exciting keynote presentations and the afternoon DevLab Q&A:

Here are my very minimally edited and cleaned-up personal short-hand notes of the day.

Take them or leave them :-)

AU2016

Autodesk University Keynote

A great DJane before and after the keynote itself.

Here are some snapshots of her, the presenters, the huge 8k+ audience and the vastness of the hall at the end:

AU2016 Keynote

Jeff Kowalski, CTO

My favourite presentation, as you can well understand if you paid attention to my recent ponderings on AlphaGo and how to replace myself by artificial intelligence:

Machine learning

Tic-tac-toe, chess, jeopardy, go. Intuition. Why is it doing what it is doing? The programmers don't know. Something exponential is happening. Two reasons: Unprecedented computing power plus computers teach themselves. Intuition, hunches. Transition from Spock to captain Kirk, logic to intuition.

Generative design.

Toronto office optimised using gd. Prioritise personal relationships. Create best possible experience. Dreamcatcher.

Virtual reality

Immersive, more connected to your data, emotional, real. Autodesk Live. Collaborate. Build a bridge of shared understanding. Ultimate step: Designing in VR.

Robotic systems

Get things real, physical. Nothing new, but team them up with machine learning and generative design... technology is only one half of the equation. Threat? Nope, wrong. Superpower. Not coming for us, but coming for us.

Exciting times

The people doing the work... talent. Stability → mobility. Free-lancers. Vastly larger pool of talented people Bring them to any challenge you embrace. Last point: Human learning Pressure on all of us to learn more quickly. Don't stop your education. Never stop learning. Ongoing learning.

Guest Speakers Christian Benimana and Anna Nixon

Christian Benimana of the African Design Centre in Rwanda, 'home of the best coffee in the world', architect, talked about #beyondthebuilding, human dignity and #lofab local fabrication.

Anna Nixon, 16 years old, high school student, presented her experiences participating in the FIRST Robotics Competition.

She quotes John Dewey:

We only think when confronted with a problem.

So give students a chance and a challenge: robots, stem4girls, Science Technology Engineering and Math for Girls.

The most valuable asset to any worker: learn, and keep on learning.

Carl Bass, CEO

What we are doing today seemed impossible a few years back.

Reusable rocket.

Zarah Hadid is dead. Her building is being manufactured, not built.

Automobile industry in uproar for three reasons:

Scaring the crap out of the automobile industry. Not a driving experience, a passenger experience. Now its Uber. Not pay by car, but pay by access. Transportation as a service, from a range of providers. Google car short range, fast Mercedes for the long range motorway.

Let go of the old system, embrace the new. How? How to transition? Experiment. Build a small team and try it out, gather experience. Be proactive. Do not be afraid of new ideas. The automobile is just one example of an industry faced with three serious challenges today. Disruption can be the source of new value. This might make your company great in the future. Autodesk is facing disruptions, e.g., machine learning. It can be used to design new software. Previously it was all about deterministic software programming, and speeding it up. Now create software that customises itself.

Design Graph in A360: If you have a bolt in your design, it can show you all the fitting washers and nuts.

CADCAM driven by machine learning to automate machining speeds. An algorithm figures out what took each machinists years of experience to learn. AI can learn from existing digital designs. Tools can learn from experiences.

We are not building tools for individuals. Now we build tools for teams. Make teams more productive. Collaborate well. Respond together to a changing environment.

AU2016

DevLab

Developers can come and ask questions.

Here is my personal shorthand mini-summary of the Q&A that I fielded myself:

[Q] How to collapse a tree view, specifically the Revit project browser?

[A] Spy++ and EnumChildWindows:

[Q] When printing from Revit, how can I determine whether the file creation really fully completed?

[A] Check out how can I detect via Windows API when a file is being written to a folder?.

[Q] I am trying to find the centre line reference of a sprinkler family, but can’t always do so. My first question: if you do get a reference of an element, how do you get the geometry associated with that element?

[A] Use Element.GetGeometryObjectFromReference like this:

  Reference r = null;
  Document doc = null;
  Element e = doc.GetElement( r.ElementId );
  GeometryObject geo = e.GetGeometryObjectFromReference( r );

However, please note that GetGeometryObjectFromReference is not foolproof, especially for references to datums, We have a pending wish list item REVIT-102253 to provide more direct access to the common references stored in families. There are also several Revit Idea Station requests related to access to references.

[Q] How can I refresh the graphics after updating the element from a modeless WPF form?

[A] Check out these two posts on refreshing graphics:

You should also explore The Building Coder topic group 5.33 on the need to regenerate.

[Q] Do you have any suggestions for an open source IFC toolkit?

[A] Yes, please refer to the y GeometryGymIFC Open Source C# Library.

[Q] I have a Revit API wish list item. How can I ensure that it is given the attention it deserves?

[A] Submit it to the Revit Idea Station,

[Q] I am creating a Revit plugin to bulk upgrade old version RVT files to new version. I need to run this process in the background so that other tasks can be performed during this upgrade process. Can you please guide us to how to run this upgrade process in the background?

[A] The topic of driving Revit from outside or other background threads has been discussed extensively in the Revit API discussion forum and in the posts listed in The Building Coder topic group on Idling and External events for modeless access and driving Revit from outside. Please explore that material in some depth to begin with. I would recommend starting at the end, since the last two entries in that topic list provide a good overview. Regarding the bulk upgrade, you will probably also be interested in taking a look at Saikat Bhattacharya's File Upgrader add-in. It may be outdated, though. It was originally written for Revit 2012 and updated several later Revit versions. For a while, it was also available from the Autodesk Exchange AppStore. The last version that I have stored locally is FileUpgrader_2015-08-27.zip.

[Q] I am interested in tracking and logging element modification.

[A] Check out the posts on tracking element modification and TrackChangesCloud.

[Q] Do you have any suggestions on using extensible storage in a worksharing environment?

[A] Yes. They are included in The Building Coder topic group 5.23 on extensible storage.

Forge Pricing

As Jim Quanci announced yesterday at the DevDay conference general session, Forge subscriptions successfully launched.

You can now take your apps to production with flexible cloud credits and more cost-efficient services.

Cl3ver, Chaos Group and V-Ray

Chaos Group create V-Ray for Revit and are now partnering with the AEC presentation start-up CL3VER. For more details, please refer to the press release.