Rebar with image

hai_nn
Contributor

Rebar with image

hai_nn
Contributor
Contributor

Good morning everyone,

I'm creating a command that represents the shape and size of the rebar.
I want to create a dictionary with the following form: Dictionary<Line, Parameter>
How can I map a line segment with parameter?

Please see below image.

 

hai_nn_0-1704853975774.png

 

0 Likes
Reply
274 Views
2 Replies
Replies (2)

jeremy_tammik
Autodesk
Autodesk

Well, how to create a map or dictionary mapping one simple data value, the key, to another, the value, is pretty clear, isn't it?

  

As far as I can tell, the value would be your single-character parameter value A, B, C, D etc., correct?

  

So, it appears to me that your real question is:

  

  • How can I define a suitable identifier for each individual curve segment part of a rebar element?

  

Can you confirm, please?

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

hai_nn
Contributor
Contributor

Thank you for your reply.
My question is correct

  • How can I define a suitable identifier for each individual curve segment part of a rebar element?
0 Likes