Preventing Surface Interpolation Between Triangles/Points

Jamie_Carroll9SC46
Participant

Preventing Surface Interpolation Between Triangles/Points

Jamie_Carroll9SC46
Participant
Participant

Hi,

 

When creating a surface from Topo Survey Triangulation, is there a way to stop surfaces interpolating across locations where no data points have been taken? I.e. Surface isn't generated at locations where no survey points/triangles are.

 

Example shown below:

Blue = Survey Triangulation

Pink = Civil3D Surface using Survey Triangulation 


I don't want the surface to infill locations without data, so currently I would manually remove these lines. Is there a way to limit the survey data automatically? 

 

image.png

0 Likes
Reply
399 Views
3 Replies
Replies (3)

brian.strandberg
Advisor
Advisor

You have a couple of options.

 

#1 - Add a boundary to those areas.

#2 - Under the Surface Definition Tab, Set the Maximum Triangle length to a value that works for you.

brianstrandberg_0-1721659831986.png

#3 - I usually don't recommend this, but you can use the surface edit tools such as Delete Line to create a hole in those areas.

Check out my Civil 3d blog at: http://c3dk.com/
Favorite Posts: Use Dynamo For Surface Analysis: https://youtu.be/eJNdX6guMP8
Fast Track your site grading with the new Corridor Workflow: https://youtu.be/Gg7u9-LgIL0
0 Likes

Jamie_Carroll9SC46
Participant
Participant

Hi Brian,

 

Thanks for the reply. 

 

What boundaries do you use for internal areas you be removed? 

 

The issue with the maximum triangle length is the distance between some of the survey points is larger than the distance being interpolated so I'd still need to set internal boundaries or delete lines. 

0 Likes

brian.strandberg
Advisor
Advisor

I would use a hide boundary for each of those areas, it removes that area from the surface.  If you try to get a point elevation in that area it will return ???.

 

If you check non-destructive breakline, the TIN will follow the boundary exactly, if you don't it will hide the triangles completely within the boundary.  Put the boundary polyline on a non-plotting layer.

 

Thanks, hope this helps.

 

Check out my Civil 3d blog at: http://c3dk.com/
Favorite Posts: Use Dynamo For Surface Analysis: https://youtu.be/eJNdX6guMP8
Fast Track your site grading with the new Corridor Workflow: https://youtu.be/Gg7u9-LgIL0
0 Likes