Split area of polyline into several portions at once

Split area of polyline into several portions at once

nuweariho123
Contributor Contributor
5,225 Views
13 Replies
Message 1 of 14

Split area of polyline into several portions at once

nuweariho123
Contributor
Contributor

Hello here,

I was recently doing a subdivision of land plots into certain sizes repeatedly and realized it was tiresome.

Please someone help with a Lisp that splits area of a closed polyline into several equal sized portions basing in users direction of splitting (using a single line to show the direction of splitting).The n after splitting the land into the required size of portions.It creates boundaries for each plot.

Thank you..🙏🙏

0 Likes
5,226 Views
13 Replies
Replies (13)
Message 2 of 14

Patchy
Mentor
Mentor
Message 3 of 14

cadffm
Consultant
Consultant

and a lot more sample if you use wwww search engines  for

autocad Split area of polyline into several portions

autocad Split area of portions

or similar phrases

Sebastian

0 Likes
Message 4 of 14

nuweariho123
Contributor
Contributor

the problem I find is that the process is to be done manually.

you have to keep splitting into half instead of splitting into required sized portions at once.

For example this .VLV below splits into two at any one time instead I need one which creates Several required sized portions at once

0 Likes
Message 5 of 14

Sea-Haven
Mentor
Mentor

The splitting lots has been around for a long time, its not just a simple area answer, there are other options, 1st is easy a simple rectang style by area, others are area by swing brg, set frontage of lot similar to swing brg, I know about these as they were in other software like in the 80's. CIV3D, Stringer Civil Site design have a look at them.

 

Have a look at this Subdivision Creation Process in Civil3D - YouTube

 

Like the others do a Google. 

0 Likes
Message 6 of 14

nuweariho123
Contributor
Contributor

 

the problem I find is that the process is to be done manually.I acknowlege the fact that lisp commands do it faster

you have to keep splitting into half instead of splitting into required sized portions at once.

For example this splitarea .VLX below attached splits into two at any one time instead I need one which creates Several required sized portions at once

also the parcel creation tools also 

0 Likes
Message 7 of 14

vladimir_michl
Advisor
Advisor

"This" SplitArea.vlx file is in fact this one:

https://www.cadstudio.cz/en/apps/splitarea/

And the latest version of SplitArea is free for all type if splits/divisions (no more limited to just 2 parts).

 

Vladimir Michl, www.arkance-systems.cz  -  www.cadforum.cz

 

0 Likes
Message 8 of 14

nuweariho123
Contributor
Contributor

please send the link to the updated one

0 Likes
Message 9 of 14

vladimir_michl
Advisor
Advisor

Version 1.5 available on the mentioned product page is the latest one (and free).

 

Vladimir Michl, www.arkance-systems.cz  -  www.cadforum.cz

 

0 Likes
Message 10 of 14

nuweariho123
Contributor
Contributor

I have attached a video explaining my problem.

thank you

0 Likes
Message 11 of 14

nuweariho123
Contributor
Contributor

here

0 Likes
Message 12 of 14

Kent1Cooper
Consultant
Consultant

Are you always doing this in rectangular starting boundaries?

Kent Cooper, AIA
0 Likes
Message 13 of 14

nuweariho123
Contributor
Contributor
No I used a rectangle as a simple illustration.
But it can be any polygon shape even irregular.
0 Likes
Message 14 of 14

vladimir_michl
Advisor
Advisor

The Acreage and Border options cannot be used for multiple divisions, they just cut the specified acreage from the selected lot. But you can use them repeatedly. For splitting the source lot in multiple parts in one go, use the Number and Division options. Pleas note that specifying the acreage cannot split the lot into multiple parts with the SAME area (except special cases which can be covered by the Number option).

 

Vladimir Michl, www.arkance-systems.cz  -  www.cadforum.cz

 

0 Likes