Subdivision not dividing properly

   745   2   0
User Avatar
Member
6 posts
Joined: July 2019
Offline
Hi,

I have a couple of curves which I have subtracted by boolean from a grid as the foundations of a street map for a town generation system. I've reached the stage where I want to subdivide these blocks (preferably with the option to control the sizes)to generate the buildings. Unfortunately, the subdivision is creating a point in the middle of each block and dividing from there. Any suggestions on how to fix this?

Thanks

Attachments:
subdivide.jpg (370.3 KB)

User Avatar
Member
7794 posts
Joined: Sept. 2011
Online
You need quads to subdivide into quadrangles.
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
are those straight curves? If so, append a facet node after the boolean and set it to remove inline points.


Also, your boolean displays some sort of error, I guess the input A is set to solid? I guess you want it set to surface
Edited by Andr - July 30, 2019 12:51:32
  • Quick Links