Match line with text

Hi Guy,
I have Floor beam plan show the center line and label with schedule beside (height and width)
How I can auto match center line with label and profile in schedule


Match Line with text.3dm (73.0 KB)

Thanks All

Hello,
Anyone have idea to help me!
Thanks

Here i found the nearest text and apply it as a name and attribute to the line.

1 Like

Thanks @Japhy
It work fine, and next how I can extrude these curve after match Name in Rhino.
The profile will be match with Name and schedule beside
Extrude Along patch, profile is rectangle
Example B1 is 250x600
image

This python script was on the forum. It requires you reference the linework and create a csv table.

Elefront req’d


Re_Match_Line_With_Text_Schedule.gh (10.6 KB)

1 Like

To add a rectangle I added a height attribute to our line, referenced and constructed from the Lines points and our new attribute.

Re_Rect_from_Data.gh (11.1 KB)

1 Like

Hi @Japhy
I will extrude line as below is example but not correct with schedule
Profile will be match with Name in Rhino, and Name will be match with profile dimension in layer Height and Width in Rhino.
Ex: Line have name B1 will be extrude with profile have Name B1 and B1 will match in schedule

Hi,
I just make something but it maybe not working correct