Trimming a block array

Trimming a block array

Anonymous
Not applicable
862 Views
6 Replies
Message 1 of 7

Trimming a block array

Anonymous
Not applicable

Hi all,

I have made a dynamic block for a crosswalk set up so that I can place it and then pull it to a specified length using the array dynamic command. I need to be able to have the crosswalk trimmed to the sidewalks its connecting. I know you can do it the old fashion way of exploding it and then trimming it and I've tried using a xcut but it cant trim to arcs. any help would be appreciated.

-Devin

0 Likes
863 Views
6 Replies
Replies (6)
Message 2 of 7

nikm42Q9N
Advocate
Advocate

you need to put a stretch dynamic on the dynamic block. that way the pcs are adjustable 

 

0 Likes
Message 3 of 7

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

if you have a closed polyline as border you might use command _XCLIP (>>>details<<<)

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 4 of 7

Anonymous
Not applicable

If I use that command I cannot trim the walk to the curved sidewalk. the polyline boundary can only be straight line segments. Any other ideas? Thanks.

0 Likes
Message 5 of 7

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I cannot trim the walk to the curved sidewalk

Correct, in case it does not depend on 100% accuracy (as sidwalks are not really build with curves, but segmented lines) ... I would:

  • draw a SPLINE as border
  • use command _SPLINEDIT ==> convert to polyline ==> precision set to 10
  • use this new polyline, which is quite close to curved (shown in attached dwg-file).

 

For now I do not have an idea for real curves using that option.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 6 of 7

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

command _CLIPIT could be an alternative too (but also does some segmentation).

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 7 of 7

Anonymous
Not applicable

I'll see what I can do with that, thanks!

0 Likes