Quango1 Posted March 14, 2022 Posted March 14, 2022 Hello, Not sure if this is in the right forum but I have a hopefully simple civil 3d question. Is it possible to remove all elevation points on a surface that have an elevation of 0? I am currently doing a cut and fill on a site and have added labels to show the range of cut and fill but don't want the labels that show no change between proposed and existing surfaces to show. as it is a big site I don't really want to go through and manually delete them. is there something I can change in the label style to do this automatically or some other fix? Thanks Quote
Trudy Posted March 14, 2022 Posted March 14, 2022 @Quango1 Hello it is possible, can you upload dwg file, it will be faster for test. Quote
SLW210 Posted March 14, 2022 Posted March 14, 2022 I have moved your thread to the Civil 3D & LDD Forum. Your profile shows you use AutoCAD 2022. Quote
CyberAngel Posted March 14, 2022 Posted March 14, 2022 Okay, I've done this, but it was several years ago. Bear with me. You'll need to create a volume surface. That's a secondary surface that represents the difference between two primary surfaces. You'll need to create a label style for points on that surface (which you may already have). Because it's only the difference between two other surfaces, there is no surface where the difference is zero. You can also create a grid of cut/fill areas and label those with the extrapolated volume difference. The tools are there, it's just a matter of finding them. Quote
capnsjules Posted May 6, 2022 Posted May 6, 2022 You will need to create a point label style expression as follows: IF({Point Elevation}>0,{Point Elevation},-1) Format result as: Double Your Basic/Standard point label style will then include this expression as a property with a 'Sign' of hide negative value. Quote
tombu Posted May 9, 2022 Posted May 9, 2022 Assuming you're trying to eliminate points that shouldn't be included in your surface there's no need to erase them. Simply Exclude them from the Surface definition. In Civil 3D Toolspace Prospector tab → Surfaces → "your surface name" → right-click → open Surface Properties… → [Definition] tab → Build → set 'Exclude elevations less than' to Yes → set 'Elevation >' to 1.00 I also keep 'Maximum angle between adjacent TIN lines to 130°. 1 Quote
BIGAL Posted May 9, 2022 Posted May 9, 2022 (edited) Elevation > 0.0 should work pretty sure what we used for years. May have some random survey were I lived near beach we would go as low as 1.00, the sewer inverts were -ve rl. Had a drain in river surveyed had to change lower limit to accept any level. Edited May 9, 2022 by BIGAL Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.