AutoCAD Civil 3D :: Adding Vertex To Feature Line Or Pline?

Sep 12, 2013

how I can add in some vertex's at regular intervals on a fline or pline?

C3D 2013

View 2 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Feature Line Vertex Elevation Label?

Feb 22, 2010

I've seen a label style somewhere that can label the elevation of vertices and elevation points on feature lines. How to style or a procedure for creating a style for this?

I've found a couple of blogs that layout the steps for a style but it seems there are a few ways to do it so I'm looking for what could be considered the most effective/versatile approach.

View 9 Replies View Related

AutoCAD Civil 3D :: Adding Feature Lines To Surface As Break Line

Jan 31, 2012

When adding break lines to a surface, a dialog box like appears that asks for weeding factors and supplementing factors.  What I would like to know is, how can I change the defaults to reflect the settings needed on my project.

I am using C3D 2009.

View 6 Replies View Related

AutoCAD Civil 3D :: Perpendicular Line From Point Laying On A Line / Pline

Sep 30, 2013

 I have a line or a pline segment and i want to start a line from a point laying there and go perpendicular outwards. Is there a way to do it with tracking?

Yes, i saw the command draw line at an angle but i find it a little bit complicated for a simple task like that. I am sure autodesk have a simplest solution about that.

If i am already at the draw line mode and i can easy catch the tracking perpendicular to previous segment but if i want to start from another line and go perpendicular i cannot make the tracking work.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Fillet Pline Vertex

Aug 8, 2012

I have this code to make fillet to a polyline, but the command does not allow specify fillet radius. How I can change the routine?
 
(defun C:filletv ( / ent ) (setvar "FILLETRAD" 2.500) (if (setq ent (entsel "
Select element near vertex: ")) (command "_fillet" "_P" ent) ) (princ) )

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Pline Vertex In Wrong Layer?

Sep 21, 1999

I have been having a few 3dpline's with the last vertex being in a different layer. I saw a site mention that this is an AutoCAD 14 bug that could be caused if a program does not end the pline with the layer being set properly before doing a seqend command. If I move the entity to another layer and then back to the correct one it will fix it. Audit in R14 will not show any errors. If I export the file to AutoCAD 12 , audit will detect and fix the problem. I would like to find a Lisp, ARX, etc. that would check for this problem and fix, change color or layer, or whatever.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete Vertex From 3D Pline Without Making New Entity?

Dec 6, 2007

I have a program that makes 3d polylines from various data. That 3d pline then gets added to a civil 3d surface as a breakline. I want to modify the pline with my program, but preserve the handle, as I think that is what C3D uses to decide if its part of the surface. I tried this as a sample with no luck:

;DELETE 3RD VERTEXT FROM 3D PLINE
(DEFUN C:T3 ( / EN ENAME ENT ENTL)
;GET 3D PLINE
(SETQ ENT (ENTSEL "
Select 3D Pline:")

[Code] .....

I know you can modify a vertex, but what about add and delete with entmake and entmod? I also considered using activex for this task, but you can only add verticies from what I could tell in the object browser of VBA, not delete them.

What I will be doing is deleting all the verticies and adding back the correct ones. Or if there was a way to transfer a handle to a new entity after deleting the old, that would suffice too.

View 9 Replies View Related

AutoCAD Civil 3D :: How To Create New Vertex Points In Line And 3D Polyline

Nov 24, 2013

I want to create new vertex points in feature line  and 3dpol.

I have this:
try
{
if (obj.GetType() == typeof(Autodesk.AutoCAD.DatabaseServices.Polyline3d)) {
Polyline3d p3d = (Polyline3d)trans.GetObject(entRes.ObjectId, OpenMode.ForWrite);

[Code]....

In this code line:

oFtrLn.InsertFeaturePoint(punt, AeccLandFeatureLinePointType.aeccLandFeatureLinePointPI);
 
always catches the same Exception "the value is not within the expected range" .I have translated it because I get "El valor no está dentro del intervalo esperado". Perhaps is this: " Value does not fall within the expected range.".

I have tried it with different point3d values but always catches  Exception.

With pol3d I have similar problem.
 
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 4 Replies View Related

AutoCAD Civil 3D :: Leader Vertex Does Not Connect To Line When Changing Scales

Nov 15, 2012

I’ve had this problem with my proposed elevations for quite some time so I finally want to fix it while I’m a little slow. The problem I have is when I change scales, my elevation’s (in dragged state) leader vertex does not connect to my line. I’ve attached my lable styles...

View 7 Replies View Related

AutoCAD Civil 3D :: Remove Feature Line Used As Break Line When Creating Surface

Dec 11, 2012

I needed to remove a feature line that I used as a break line when creating a surface.   When I removed the feature line from the definition of the surface, the grading did not change.  It appears the points created by the feature line remain which is why grading didn't change.  The only work around was to delete these points. 

I noticed the same thing happens when I removed the surface boundary and inserted a new boundary.  why these points remain and how to remove when I delete boundary and feature line from surface?

View 9 Replies View Related

AutoCAD Civil 3D :: Adding Missed Line To Line Table

Feb 5, 2013

I have created an easement after I selected the line callouts and created my parcel table I realized I missed selecting one of my line labels and it is missing from my table. I know I can just erase the table and then reselect all line callouts to create a NEW table, but I was wondering if there was a way to just select the line callout I missed and have it added to the parcel table without recreating a new one.

View 3 Replies View Related

AutoCAD Map 3D :: Deleting Or Remove Vertex From Map Feature

Jan 29, 2013

how I can delete/remove a vertex from a map feature? I have a shapefile that I have connected to and I need to alter some of the geometry of a few of the parcels. I can move the vertices around and delete the entire feature, and check in and out with no problem... However I cannot delete or remove an unwanted vertex.

View 2 Replies View Related

AutoCAD Civil 3D :: Error Adding Breakline Message When Editing Surface With Feature Lines

Jul 11, 2012

I am working on a 6 mile highway project whose surface file is 85MB big. So, I created a Data Shortcut of this surface and used this for creating profiles. However, at some locations the corridors go below the surface(as per their original profile) which was not intended. So, I need to restrict the surface to follow the corridors but not go beyond it.

I have created feature lines from corridors and tried to add them as breaklines to the surface. But " error adding breakline" error pops up. 

Is it because I am trying to add the breaklines to the mirror surface which I created from Data Shortcut ??

Will it be useful if I copy feature lines to original surface file and add these feature lines as breaklines in that file??

Windows 7 x 64
Nvidia Quadro 2000
24 GB Ram
i7 960 @ 3.20 GHz
Civil 3D 2012

View 2 Replies View Related

AutoCAD Civil 3D :: Feature Line Projection

Sep 26, 2013

Is there any way to project feature lines into a profile when the plan view is xref'd? I have my plan view "existing topo" with all existing features/Figures and a existing surface.

My profile is a separate dwg with plan view xref'd and surface a data shortcut. Of course there are feature lines and Survey Figures in the existing top I want to project into the profile, but can't because it is an xref. Besides copying .

View 1 Replies View Related

AutoCAD Civil 3D :: Using Feature Line Method?

Oct 31, 2013

C3D 2012.  I am trying to get the distance from the start of a featrue line to a selected point.  My object is "FLobj" and my Point is PT1.  I am using the method Get2dDistanceAtPoint.  This is the line of code.

(vlax-invoke-method FLObj 'Get2DDistanceAtPoint pt1 'pDistance)

I keep getting "too many actual parameters". 

View 2 Replies View Related

AutoCAD Civil 3D :: Feature Line Name To Label?

May 19, 2013

I am wanting to add the name of my feature line to a label style. I am trying to create a label style that will show Lot Number and Area. I know i can create parcels, but i dont want to! I have also created a map table that can do exactly what i want on polylines, but will not work on an xref. Labelling featurelines does work in xrefs.

how to add the name into a label style?

View 4 Replies View Related

AutoCAD Civil 3D :: Can Decurve A Feature Line

Jul 11, 2007

Is there a way to decurve feature lines like how we do it with polylines? I am labeling my feature lines but don't want the curve labels to show up

View 6 Replies View Related

AutoCAD Civil 3D :: Arc Or Feature Line As Breaklines

Jan 7, 2014

I am building a surface and have back of curb, curb face, and curb flowline going around a curve.  I cannot create the lines with the usual pline as they will cross due to poor field collect.  I created the curbs with multiple arcs.  I was then going to change them into Feature Lines and am wondering if I can then use them as breaklines in a surface. 

View 1 Replies View Related

AutoCAD Civil 3D :: Feature Line From Profile?

Mar 1, 2013

I have a roadway alignment with FG profile and I want to place a feature line on the roadway centerline that represents the FG profile elevations. 

View 7 Replies View Related

AutoCAD Civil 3D :: Feature Line Styles

Apr 11, 2012

We have cooridors with features such as terrace drains and flowlines, but we cant seem to get the linetypes to show up correctly.  For example a flow line should have arrows but it shows up without the linetype and looks continuous. 

LTSCALE =1
MSLTSCALE=1
PSTSCALE=1
DRAWING SETTINGS - 1"=40'
CIVIL 3D 2012

View 3 Replies View Related

AutoCAD Civil 3D :: Corridor Feature Line

Jan 7, 2014

I am building a corridor with the right side of the pavement fitting to the existing surface.The subassembly used to link the edge of pavement to the existing ground is LinkSlopeToSurface.

On the corridor created, the feature line (code P2) of the corridor surface (top) starts from the station 0+025, instead of 0+000.

I was wondering why there is no feature line P2 for station range 0+000 to 0+025? Does that mean the linkage to the existing ground surface not exist for the slope defined in the subassembly?

View 2 Replies View Related

AutoCAD Civil 3D :: Feature Line Elevations

Mar 25, 2013

We are running Civil3d 2012. When converting a line or 3d poly to feature line, or just creating one it adds elevation points where it crosses surface breaklines even if you do not assign elevations. We want the feature to just have 2 elevations. The beginning and end. Is this a bug? Or is there another setting somewhere?

View 7 Replies View Related

AutoCAD Civil 3D :: Tie Feature Line To Surface

Sep 4, 2013

I created a label for retaining wall that takes the z value from the start and end of a feature line. Works great except that it isn't dynamic. I have created the feature line in a grading sheet where the surface is data shortcut into it and I'm just using grips to make sure the ends are on the bottom and top of the retaining wall. Is there any way to dynamically pin/tie the feature line to a surface that has been data shortcut?

View 9 Replies View Related

AutoCAD Civil 3D :: 2012 Feature Line Crashes?

Apr 6, 2012

AutoCAD C3D 2012 has been crashing nonstop over the past 3 days on me whenever I try to "Create a Feature Line from Object".  I know that it is a localized problem as a co-worker has been in the same drawing and done grading work without any problems.  The error has occurred in multiple drawings. 

Product Version: F.107.0.0. AutoCAD Civil 3D 2012 SP1

View 3 Replies View Related

AutoCAD Civil 3D :: How To Create Feature Line From Profile

Jul 15, 2013

is there a way to draw a line in the profile view and create that line into a feature line? and if there is can i project that line into the plan? i know that you can make a feature line in the plan and project that feature line into a profile view, just wondering if you could basicly do the reverse. i don't want to make a coridor.

View 4 Replies View Related

AutoCAD Civil 3D :: Can't Edit Elevations Of Feature Line

Apr 19, 2012

I Created a Feature Line from Objects (a polyline).  I added it to Site 1, gave it a name, layer.  Do I Assign elevations during creation (conversion options)?

I set the Elevation to 8.5  (NOT From surface)

Then I go to

Modify Feature Line -

Elevation Editor.

Why are the elevations locked?  I want to set them.

View 6 Replies View Related

AutoCAD Civil 3D :: Feature Line Edits Jump Across

Oct 15, 2013

Why do they do this? I am trying to quick elevation edit a featureline but my edit glyph jumps to a completly different featureline that is near.

View 3 Replies View Related

AutoCAD Civil 3D :: Feature Line Icons In Toolspace?

Apr 11, 2012

why this particular FL has this type of a display?

View 1 Replies View Related

AutoCAD Civil 3D :: Break A Closed Feature Line

Jul 28, 2011

I often use feature lines for parking lots and ponds.  They're great when they work, but they drive me NUTS when they don't - which is a lot of the time.  For parking lots and ponds, my feature lines usually close back on themselves.  That's when I have trouble breaking the feature line.  When I use BREAKFEATURE, I choose two points and this should, in theory, leave a gap in the feature line between those two points.  That's not what happens.  I end up with a huge gap between the first point I picked and a vertex point 5 or 6 vertices away.  It doesn't matter where I pick the breaking points.

I've also tried TRIMFEATURES.  I draw lines across the feature line where I would have chosen the breaking points.  But the portion that I want to remove is the portion that always remains.  It doesn't matter where I select the feature line to be trimmed (inside or outside of the cutting edges).

I think there may something wrong with the feature line itself.  Sometimes, if I erase the original and draw a new one, it will trim just fine.  But that's such a headache, and it doesn't always work.  If I knew what was causing the feature lines to go squirrely,  I would aviod it.  Unfortunately, it seems like breathing the wrong way can screw up a feature line.

View 4 Replies View Related

AutoCAD Civil 3D :: Grade One Surface To Another Like Feature Line?

Jul 12, 2013

I was wondering if there is a way that I can take an existing grade surface and apply a designed pond surface.

Right now I have the pond as a set of 3d Polylines in the proper geometry.

I want to place the pond into this surface and cut/fill at a 3:1 from that pond to the existing surface.

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Feature Line Between Two Red Points

Mar 26, 2012

I have a problem about creating feature line.  When I want to create feature line between two red points, another point come into being by itself (blue point).  If you look at the file I have attached, you will understand well what I want to express. I cant make any changes on this point. I cant delete, modify etc.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved