I’m not sure what the ground surface is and therefore I don’t know how to edit it - I want to flatten it. Can anyone help me please? thanks
I can’t upload the file…
I’m not sure what the ground surface is and therefore I don’t know how to edit it - I want to flatten it. Can anyone help me please? thanks
Hi -
When you select that, the type will be shown in the Properties
panel.
At any rate, it looks like a surface. You can select points and use SetPt
to flatten this.
-wim
its an open mesh and setpt selects everything - just want to flatten a small part.
Why don’t you try ‘Drape’?
‘Drape’ can make surface which is really similar to your mesh.
I hope this can help you
Use MeshSplit to separate the part of the mesh you wish to flatten.
Or use MeshTrim to remove the part of the mesh which you want to flatten, and then replace it with a flat surface.
Be aware that large meshes may require a long time for MeshSplit or MeshTrim to complete.
Only select the points in that small area and use SetPt on those.
-wim
it won’t let me select points
this worked but left a massive hole in the surface - can’t I convert it to a surface and do it that way…?
Hi Panther -
You need to sub-object select the points.
You can either use the Ctrl+Shift keyboard combination when window-selecting, or use selection filters. SelectionFilterVertices
will force the selection to only be points/vertices. Remember to clear the selection filter when you are done with the operation - SelectionFilterNone
.
-wim
can’t I convert it to a surface because I need to render it - I need to add roads, grass, trees etc but its one single mesh atm.
Hi -
You can, by, e.g., first converting to a SubD object with QuadRemesh
and then to a (poly-) surface with ToNURBS
, but surfaces generally are less suitable to represent terrains than meshes are.
You can do all of that with meshes…
-wim
How can I do that with meshes and thanks for the earlier help
Hi -
The same way as you would with surfaces. If you are getting stuck with texturing, please start a new thread in the Rendering
category.
-wim
Try either F10 or SolidPtOn
thanks - quick q, why isn’t the curser automatically snapping to the edge of the mesh and or the polysurface (buildings)…?
it being one single mesh, do I split the mesh and allocate a surface to that mesh that I’ve split…? also, the mesh isn’t as smooth as you’d expect the road to be…
please see the message above. thanks
hi, how to I fill in that gap - I can’t create a planarsrf like a surface…? thanks