Hi everyone,
I am working on a Dynamo script to automate the following routine:
- Select multiple “main” walls manually.
- Identify walls that are parallel to the selected walls.
- Filter parallel walls within a specific distance range (e.g., 1m to 3m) on both sides of the selected walls.
- Copy the “Type Mark” parameter from the main walls to these parallel walls.
I’ve successfully filtered walls that are parallel to the main walls, but currently, I only select the first wall on each side. I need help updating my script to:
- Identify all parallel walls within a known distance range.
- Ensure the “Type Mark” is copied to all identified walls.
Any guidance, sample scripts, or tips would be greatly appreciated! Thank you.