How can i make it using dynamo just like below? Thank you!

How can i make it using dynamo just like below? Thank you !!
There are too many nodes on the video and the nodes look too small. I don’t konw how to do it.


from this video

for users in users:
    if screenshot is None:
        print ("This is not a 'do my work' forum.")
    elif codeSample is None:
        print ("This is not a 'do my work' forum.")    
    elif DYNfile is None or RVTfile is None:
        print ("This is not a 'do my work' forum.")
    elif attempt is None:
        print ("This is not a 'do my work' forum.")
    else:
        print ("Ok, let's see your question.")
10 Likes

:grinning: :grin: :joy:
@Jonathan.Olesen technically that should be for post in posts:

2 Likes

Hi @tiga2013!

I would definitely try reaching out to the person who published that video. This forum serves as more of a “help you along” platform. Without being given any sample work or information based on your goal or where you are at in your own trials makes it very difficult for someone to help you.

Below are some helpful links regarding unfolding geometries for you to get started. As soon as you have some sample work and find yourself needing some assistance, I would post that on this forum and go from there.
A dynamo package that supports unfolding:

Using Adaptive Components for Unfolding:

4 Likes

Thank you very much really! Even though I want to know how to finish it with dynamo revit.

Thank you for your response

Thank you for your response!