I’ve been working for a long time with Civil 3D, and at this time i’ve working with grading, but I need to perform a task that is pretty repetitive, and it is to assign elevations to the vertices of each feature line with which I created the gradings, the method that I currently use is editing from the editor, every vertex elevation making my task a little slow and less productive.
So, I was thinking about the way there is any applicability in which you can select the nearest text with the elevation and assign it to each corresponding vertex of the feature line that previously created.
Annex a drawing as an example of what I need to do this work. I appreciate a lot for the help you can give me. As a new user I can’t upload a file, so in the link you can download the file:
Thank you for answering my request, This method that proposes can be applied at elevations that are only represented as texts?
I will do a test with what you tell me
HI @jaruugarte
There is a problem in this area
Because of the distance from the point and the text 67.03 less than the text 67.00
So you take the value 67.03 instead of 67.00
Hi
I’m sorry for not answering earlier, I was in a hurry with the work that I had to deliver. so i solved it as follows, whit a lisp routine take the node of the text and moved to the vertex of feature line, with its z-value at 0, then with another routine bring the elevation of the text to its value in z, and create a surface already with the elevations in place then take the feature lines and approximate them to the surface so that they will take the z values of the surface.
hi hosneyalaa,
same thing I am searching for solution, kindly help how to assign text elevation to feature line perpendicular please see attached image
thank you for quick replay,
I am looking feature line elevations from text or Cogo points.
What i did in Image showing i draw a line and projected perpendicular lines from points(jlpt2poly lisp from Jowenn Lua) then converted feature line now i want same projected points to use elevation.
kindly save my time it’s very repeated task to me.
For garading Idea.dwg (1.0 MB)
i received Cad drawing i need know cut/fill summary asper prosed levels in this case proposed text are at grids only there is contours showing sharp cuts at platforms, so i started to work with feature lines so from grid points i need to work out please check attached drawing for better understanding.
thank you
perpendicular lines: Solved: Connecting 10,000 survey points to a feature line ? - Autodesk Community - Civil 3D
I tried this unfortunately it’s not getting accuracy in the overlapping lines area, I decided feature lines to design, in my idea I will recreate the plots area with feature lines its result is good and i want to continue but every time i need to give levels from nearest prependicular grid levels.
I Can’t upload attachments.dwg because not allowed by form. but i can explain. i have a lots of polylines and nearest elevation texts. i need ; creating vertex on polyline nearest text with its own elevation. sum: I want cerating 3dpoly or feature lines from nearest text and its elevation. is is possible?