Creating section views

Hi,

I am trying to create a Dynamo Script to create Automatic Section views along a curved element (Walls), and I keep getting the error/warning message below…

What am I missing/ doing wrong?

Regards,


search on this forum for ‘developed section’
(that’s what a curved section is called)

1 Like

Hi @hend_gamal
The min and max point in the node are actually the points in the coordinate system of the section itself and not in the model coordinate system.
They are these points basically:

In your graph you are feeding it points that come from the model and they don’t make sense in this context

1 Like

Hi @Andrew_Hannell,

I am sorry for my late reply, I think you meant this post, Creating Curved Cross Section, Bridge Engineering - Geometry - Dynamo (dynamobim.com), I will have a look at it.

thanks a lot

Regards,

Hi @viktor_kuzev,

Although I have gone through the Dynamo Primer, I couldn’t get the concept of coordinate system (CS), minpoint, and maxpoint, but since I believe in learning by experience, I wrote the script hoping I will get those concepts.

I appreciate you clarifying what those terms means.

I will give my script another try, and post the results here.

thanks a lot

Regards,

1 Like