Dynamo Hackathon Challenge 01: And the winner is…..

Recently, I posted about Dynamo Hackathon Challenge we are having in the company which you can find HERE.

And the winner is…..

DH_01-WINNER

Here are the entries submitted:

Blog_12_03

Entry 01

Blog_12_04

Entry 02

Blog_12_05

Entry 03

Blog_12_06

Entry 04

Blog_12_07

Entry 05

Blog_12_08

Entry 06

As you can see, each group have their own way of modelling this simple structure. One group made it a bit different.

d3f02-39

And here is my Dynamo Graph.

I welcome your comments, questions, corrections and additional information relating to this article. If you know a better way, please leave your comment, by all means, let me know.

Unless you try
to do something beyond
what you have already mastered,
you will never grow.

Ralph Waldo Emerson

(1803 – 1882, American essayist, lecturer, and poet)

 

If you want to create your own WordPress blog/website, signup by using the link below.

https://refer.wordpress.com/r/1852/wordpress-com/

Have a great day!

Cheers,

Allan Cantos

Filtering sheets to print using Revit RTV Xporter Tools

Filtering sheets to print using Revit RTV Xporter Tools

Hello there, I trust you all are well.

Someone within the company asked if he can print PDF’s using dynamo with the current revisions of the drawings? I said yes but instead of using Dynamo, why don’t you use RTV Xporter tools? Most of us have this tool installed anyway on our machine. However, some do not know how to use it.

If your company doesn’t have the license for this tool, why don’t you give it a try by availing the 30 days free trial? Here is the link where you can download the “RTV Xporter” Revit plugin.

https://www.rtvtools.com/product/rtv-xporter/

I know some of you who have been using Revit for a number of years find this not interesting but for those who are just starting to learn Revit, carry on reading this post.

Today I will talk about how to add the parameter which you can use as a filter in selecting the drawings you want to print using RTV Xporter Tools add-in in Revit.

This is just one way of extracting PDF/DWG/DWF/ etc. in your Revit model and, honestly,  it works for me well.

Blog_10_00

I will add an additional text parameter for the sheets. As you can see here, I only have Graphics and Identity Data as my sheet parameters.

Let me first create a Shared Parameter.

Blog_10_01Blog_10_02

Save it to the project folder or you can open your company Shared Parameter and add this to that, if it allows you to do so, if not, just create one and save it to your project folder.

Blog_10_03

For this demonstration, I save it on My Documents folder as shown below then create a new Group.

Blog_10_04

Add the Parameter Group Name

Blog_10_05

Here you’ll create your new parameter. I called it “Print_Date” under “Text” type parameter.

Blog_10_06

Click OK then OK.

Blog_10_07

Next, I will add this new text parameter as one of our Project Parameters. Click on Project Parameters under the Manage tab.

Blog_10_08

Click Add…

Blog_10_09

Choose the Shared Parameter and only choose “Sheets” under categories

Blog_10_10

Select the newly created text parameter then click OK.

Blog_10_11

Click OK to exit the Parameter Properties window.

Blog_10_12

As you can see, the new text parameter is now added as one of your Sheet Parameters.

Blog_10_13

Now, I’ll highlight all the sheets I wish to print and put any value on the Print_Date parameter. For this exercise, I will use today’s date.

Blog_10_14

Next, go to the RTV Tools tab and click on the Xporter icon.

Blog_10_15

A getting started with RTV Xporter will pop up and I encourage you all to visit each section to help you familiarize with its interface and functions. If you do not want to see this window the next time you open RTV Xporter, just untick “Show at startup”.

Next, click “Close” and it will bring me to the RTV Xporter interface.

Blog_10_16

Go to Project Parameters tab and click on Parameters

Blog_10_17

Make sure the newly added parameter is checked.

Blog_10_18

Then I have to close the RTV Xporter window in order for the new parameter to take effect. Click “Exit” which can be found in the lower right-hand corner.

Blog_10_19

Open again the RTV Xporter tools.

Blog_10_20

As you can see, Print_Date is now added in one of the columns. You just need to scroll right to find this column.

Blog_10_21

And here, I have the ability to filter all the drawings as shown.

Blog_10_22

All the drawings with 20170704 Print_Date parameter value will be filtered as shown.

Blog_10_23

And here is where I configure your printing settings and output. This section should be covered in the video tutorial that you can be accessed in the RTV Xporter Startup window or YouTube icon located in the upper right-hand corner.

Let me use Bluebeam PDF as my PDF Printer.

Blog_10_24

It will be annoying if you have 100 sheets to print and you need to click the Save button for each individual file.

To fix it, jump to your Bluebeam and follow the procedure below.

Blog_10_25

Blog_10_26

Then un-check the option saying “Prompt for File Name”

Blog_10_27

That should be it. The next time you print using RTV Xporter Tools, you don’t need to hit save for each individual drawings.

Again, this is just one of the options in exporting PDF/DWG/DWF etc. if you have RTV Xporter. If you don’t have one, printing can be accessed in the Revit menu options.

 

Sharing will enrich
everyone with more knowledge.

Ana Monnar

(*1954, Cuban-born, founder of Readers Are Leaders U.S.A.)

 

I welcome your comments, questions, corrections and additional information relating to this article. If you know a better way, please leave your comment, by all means, let me know.

If you want to create your own WordPress blog/website, signup by using the link below.

https://refer.wordpress.com/r/1852/wordpress-com/

Have a great day!

Cheers,

Allan Cantos

Uploading your Dynamo Graph to Autodesk Dynamo Studio

Hi, today we’ll talk about uploading your Dynamo Graph to Autodesk Dynamo Studio. This is a continuation of my previous post about Dynamo Hackathon Challenge 01.

I will run you through the process of uploading your Dynamo graph and this process is actually straightforward.

First, go to the link below. You can use the software for a 30-days trial period if your company doesn’t have a license yet to activate it. You will need to have permission obviously to have the software installed on your machine if you do not have full admin rights.

https://www.autodesk.com/products/dynamo-studio/overview

Once you have the software installed, run it as you normally do when opening a program.

The interface is the same when you launch Dynamo from within Revit. Using Autodesk Dynamo Studio, you have the ability to post your Dynamo graph in the cloud then a corresponding URL link will be provided which you can send to everyone who would like to see and navigate on your Dynamo graph finished product.

Here is how the Dynamo graph from the previous post:

If you also recall, I used dimensions in millimetres on my Inputs:

But I was having a problem visualizing it once I uploaded the graph on Dynamo Studio and to fix that I converted those Input dimensions to metres.

These are the only changes I made on this graph, the rest are all the same.

Now we are ready to upload it on the cloud.

Provide the necessary information:

And hit “Publish”

Then you’ll see a URL link for your Dynamo graph that you can distribute to all your contacts who are part of the design team.

If you want to see how your graph looks like on the web, click on “Visit”

The link requires WebGL, so use Chrome, not IE.

Here is the error I’ve got when I tried to open the link using Internet Explorer:

Once again, here is the link for those who would like to play around the Inputs.

https://dynamo.autodesk.com/share/594fd76187a6904902481c0b

Can I get thumbs up? How about clicking to Share this blog with your network. Leave a comment too. If you know a better way, by all means, let me know. Thank you for dropping by.

If you want to create your own WordPress blog/website, signup by using the link below.

https://refer.wordpress.com/r/1852/wordpress-com/

Have a good day!

Cheers.

Allan Cantos

Positive SSL