Hi all,
I have a that has lineStrings in it. I want to convert all the line strings into lineElement(s) corresponding to the constituent lineStringElement segments lengths and
positions. I have done it manually using the break element, "7-2" command. I want to find a way to do this programatically, as there are numerous LineStringElements in my drawing and it would take ages to complete.
I tried dropping the LineStringElement, but it always says " Nothing to drop", so I am not sure how to fix this.
Thanks
Unknown said:I tried dropping the LineStringElement, but it always says " Nothing to drop"
A Line String Element is, in MicroStation terms, a primitive element, so by default it thinks there's nothing to drop. Brien's response tells you what to do as a MicroStation user.
Unknown said:I want to find a way to do this programatically
If Brien's suggestion isn't an answer that you can use, then tell us more precisely what you need.
Regards, Jon Summers LA Solutions
Thank you all for your responses
I tried what Brien said, and it worked. Thanks a lot