AutoCAD Civil 3D :: Create Feature Line By Snapping To Cogo Point Node

Oct 7, 2013

I think this issue started with SP2. I don't remember having these issues in SP1 and earlier.

Create some COGO points at varying elevations.Start a new feature line.Use "node" object snap and pick your first cogo pointIt does not pick up the elevation of the point (it used to)Now draw feature line segments to a few more cogo points entering the elevation each time.It does not pick up the elevation of the point (it used to)Now switch to Arc mode and snap to a few more cogo points.It does correctly picks up the elevation of the cogo points (like it used to)R.K. McSwain | CADpanacea | twitter | Cadalyst tips/code

View 2 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Change A Survey COGO Point To A Regular COGO Point

Sep 16, 2013

Question 1: Is it possible to change a Survey COGO point to a regular COGO point so you can edit the datum?

If not:

Question 2: Is it possible to transfer the survey database from one office to another so the end office can make datum changes to the survey COGO points.  Will the link between the file and the database still apply?

C3D 2013
Windows 7 64 bit

View 2 Replies View Related

AutoCAD Civil 3D :: Fatal Error - Create COGO Point (2014)

Jul 10, 2013

I have a plugin that creates cogo points, and for some users it seems to crash every time, but for others it works just fine (as for myself, I have zero problems with it).  The subroutine is simple:

Using civLock As DocumentLock = acadDoc.LockDocument
Using trans As Transaction = db.TransactionManager.StartTransaction()
Try
Dim Location As New Point3d(PointX, PointY, PointZ)
Dim CogoPoints As CogoPointCollection = civilDoc.CogoPoints

[Code] .....
The fatal error occurs when the point is added, prior to the attempt to assign a raw description.  What is boggling me is that, like I said, it works flawlessly for me (and others) but not at all for some users.

View 1 Replies View Related

AutoCAD Civil 3D :: Cogo Points Snapping To Z Value

Feb 1, 2013

I was able to move Cogo points onto an existing line or polyline, and retain their existing Z value, rather than changing to 0.00 of the height of the poly line/line.

Is there a variable to change this? Thought it might be "OSNAPZ" but thats already set to 1 and this is still happening.

View 5 Replies View Related

AutoCAD Civil 3D :: Assign Elevation To Cogo Points By Snapping To Entities?

Jun 17, 2013

Can you manually create a new cogo point and have it pick up the elevation from a 3D entity that you snap to?

I found this thread from 2010 that says no at that time.

[URL]

Is this still not possible with C3D 2013?

View 2 Replies View Related

AutoCAD Civil 3D :: Convert Feature Line Elevation Point To PI

Nov 6, 2013

Is there a way to convert a feature line elevation point to PI?

My objective here is to delete all the elevation points except one. It would be time consuming to pick each elevation point and delete them individually (in this case there are about 15 but sometimes there are more). I want to use the delete all option but keep one one of them. If I can convert that one into a PI I could then quickly delete the remaining elevation points.

View 4 Replies View Related

AutoCAD Civil 3D :: Feature Line Elevation Editor Point Marker?

Mar 24, 2008

Is there any way to increase the size of the marker that shows up on the plan view when you select a PI in the elevation editor? It is so small that if I have the feature line selected I can't see the marker over the highlighted line. I generally have to zoom to a PI so I can see where I am.

View 6 Replies View Related

AutoCAD Civil 3D :: Insert Elevation Point On Feature Line By Grade

Nov 7, 2013

C3D 2012

I want to set and Elevation Point (not a PI Point) along a feature line by entering the grade from the previous point.  Currently the "Set Elevation Point" command only allows entering an elevations or getting an elevation from the surface.  I know I can set an elevation point and then use the "quick elevation editor" to adjust the grade, but I don't want to go through the extra step. 

View 3 Replies View Related

AutoCAD Civil 3D :: Change Current Point Marker For Feature Line?

Aug 29, 2013

I want to navigate along my feature line, viewing which point is screen is the current point at the grid.

My feature line shows its points with blue circle & square grips and the current point is showed by a green circle. 

The problem is the zoom level, Grips have always the same size but circular green indicator does not. 

You can only view this last at a very detailed zoom. 

I'd like to have a "big" arrow or something similar.The problem is the great difficulty to identify points.... 

Civil 3D (2013)

View 1 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 :: Create Feature Line From Object

Oct 9, 2012

I use the create feature lines from object command from the Survey pull-down menu and choose a "Associate figure survey point to vertices" I get a survey figure that uses point elevations at some vertices and 0 at others. However, if I use Create Feature Lines from Objects under the Grading pull-down, and use a surface made of just the points, I get a a figure with all the correct elevations.

I checked the vertices where the survey figure drops to 0 and the line is snapped to the point, distance = 0.0000. What gives?

View 2 Replies View Related

AutoCAD Civil 3D :: Create Profile Layout From Feature Line

Oct 4, 2012

I want to create a profile layout by feature line. Is it possible?I have a pipe about 3 miles long, an alignment along the pipe, and a provie view showing the exisitng surface and pipe network. The pipe network was created from a feature line. I projected the feature line to the profile.

This is why I want to do this: I need to label the horizontal and vertical angle points of the pipe in plan view. I crated a style that shows the station and elevation. I want the elevation to reference the profile. But it only gives me the elevation of the surface and I need the top of pipe elevation.

I tried crate profile by layout and traced over the top of the pipe in profile but its 3 miles and it will take a long time. How to get what I want done faster?

View 3 Replies View Related

AutoCAD Civil 3D :: Create Feature Line From Alignment / Profile?

Oct 25, 2013

C3D 2013, Win 7, 64 bit

When I try to create a feature line using an alignment/ profile, sometimes it gives me a feature line for the entire alignment, even though my profile is only a small segment.  I made sure I selected the correct profile, and I even deleted all other surface profiles just in case.  But it still gives me a wonky feature line for the entire alignment.

However, in the same file, other profiles have worked perfectly. 

View 8 Replies View Related

AutoCAD Civil 3D :: Snapping 3D Feature-lines To 2D Objects?

Apr 26, 2012

If the 2D layout is updated I need to move featurelines and gradings to the new locations without changing their Z values. It seems OSNAPZ is supposed to serve this purpose but it's not working for me. I have OSNAPZ=1 and ELEV=0 but when I snap a featureline vertex to the 2D linework the vertex ends up at elevation zero. How do I make this work?

Infrastructure Suite/C3D 2013, LDT 2004, Power Civil v8i SS1
WIN 7 64 PRO
HP Pavillion h8xt, i7 2600, 12 GB
RADEON 6450, 1 GB

View 6 Replies View Related

AutoCAD Civil 3D :: Create Or Draw Feature Line - Site Is Set To Desired Value

Nov 15, 2013

C3D 2012

I have a number of Sites in my drawing.  I want to be able to set a Site current (in LISP) so that when you  create or draw a feature line, the site is set to the desired value.  I haven't seen a variable or setting for this.

View 9 Replies View Related

AutoCAD Civil 3D :: Cogo Point Pop-up

Jan 7, 2013

image attached.is there a way to get rid of the hover information that pops up for cogo points? while im looking at the points in a list there is a box thats pops up with the information i am looking at blocking the information i need to look at. if there is a way.

View 5 Replies View Related

AutoCAD Civil 3D :: Add Elevation Labels At Any Position On A Feature Line Without Having To Create A Surface?

Oct 31, 2011

Is there a way to add elevation labels at any position on a feature line without having to create a surface?

View 9 Replies View Related

AutoCAD Civil 3D :: Projection Grading Create Segments On Parent Feature Line

Dec 12, 2013

When we apply surface projection gradings to feature lines, we get locked vertices on the feature line wherever the grading transitions from cut to fill. In turn these vertices create segments in the feature line which influence any labels applied to the line. I don't want a bazillion segment labels on my FL. I only want segment labels between the physical vertices and elevation points. Is there a workaround or is an enhancement request in order?

View 9 Replies View Related

AutoCAD Civil 3D :: Linking Objects - Create Grading Feature Line For A Stoop

Sep 4, 2013

Is there away to link a i.e. (a stoop to a finish flood elev)? So that, if I were to raise the finish floor, the stoop would move also. I understand I could possible to a create grading feature line for a stoop, but what happens if the stoop would be irregular shapped and not a rectangle?

View 5 Replies View Related

AutoCAD .NET :: How To Capture Point Node Of Text Line By Middle Center

Sep 5, 2011

In AutoCad when the text is aligned with "Middle Center" has two points, but in C #, I only managed to capture one of the points using: myText_DBText.Position.

View 4 Replies View Related

AutoCAD Civil 3D :: How To Convert To Cogo Point

Apr 23, 2012

I've this file.It's containing survey block point ..I can't convert it to cogo point ..Also no body can do it cuz it's coming from civil 3D by exporting the file.......

View 9 Replies View Related

AutoCAD Civil 3D :: Append To Cogo Point Description

Jan 4, 2013

I have a couple hundred cogo points with all different descriptions. is there a way to add "use these" to the beginning of all the nodes at once?

View 2 Replies View Related

AutoCAD Civil 3D :: 3D Rotation Of Cogo Point Label

Jul 30, 2012

I would like to rotate my Cogo point label so that i will be able to see it from a set view or a different UCS. Example I would like to see the label in the "LEFT" view.

View 1 Replies View Related

AutoCAD Civil 3D :: How To Move Cogo Point Label

Sep 18, 2013

I have a large number of cogo points that I have set. I would like to move, as a group, the label portion only and leave the coordinate value as is. This would be a time saver as I am seeing that I am going to have to move every point individually. I used to be able to do this in LDD along with changing the rotation. I've tried locking the points and then moving them but the values change. Not too happy with the lack of control with the leader either.

View 3 Replies View Related

AutoCAD Civil 3D :: Point Node At 0

Jul 18, 2013

I am woring with Civil 3d '14.  For some reason all of my points, even though they have assigned elevations, their nodes are at 0.00 which makes it difficult to do any soft of point grading. How to adjust the settings so the point node is at the elevation of the point?   The image attached shows a line which was drawn from the node of one point to the node of another point.  Notice the z elevation of said line.

View 3 Replies View Related

AutoCAD Civil 3D :: Move Cogo Point Label Freely?

Aug 5, 2012

any way to make a cogo point label become freely movable. Just now I can move it somewhat freely to the left or to the right of the original location, but if I want to move it just up or down it doesn't work very well. It flips around the (invisible) leader.

View 2 Replies View Related

AutoCAD Civil 3D :: Cogo Point Objects Too Small In PS Layout

Aug 10, 2012

I am a surveyor doing an asbuilt of some ponds. I am working in the engineer's dwg. In PS, he does not scale down his drawing sheet block to 1"=1', he keeps it the same scale as model space, i.e. 1"=50'.

He has a viewport in the layout, and my Cogo Points seemed to be scaled at 1"=1', which makes them much to small, but everthing else is scaled correctly.

How can I make my Cogo Points appear bigger in PS?

I tried dbl-clicking in the viewport to be in MS, and the viewport says it's scale is 1'0" = 1'0". When I change it to 1"=50', the model view shrinks way down (the viewed area is bigger), and when I scroll to make the model view bigger, the Cogo Points are still small.

When I read the Properties of the viewport, it says:

Anno scale: 1"=50
Standard scale= 1"=50
Custom scale= 0.02

How I can get this viewport to make my Cogo Points big as they should be?

C3d 2010 (no SP)
Win7

View 5 Replies View Related

AutoCAD Civil 3D :: 2011 Edit Cogo Point Descriptions

May 19, 2011

I'm seeing weird behavior in C3D 2011 that I never saw in previous versions.Sometimes when I select a Cogo Point and attempt to edit the Raw Description from the Properties window, C3D changes the description to all lower-case letters, and it will not let me key in any upper-case letters.  If I select the point -> Edit Points, I can edit the description in Panorama without problems.  It's only in the Properties window that it refuses to accept anything other than uppercase letters.

This issue only happens sometimes.  Sometimes, I'm able to edit descriptions from the Properties window with no problem.  Other times, C3D changes the existing description to all lowercase letters, and refuses to allow me to enter anything but lowercase letters.what causes it, and ideally some way to get C3D 2011 to stop behaving like this?

View 5 Replies View Related

AutoCAD Civil 3D :: Long Time To Move Cogo Point?

Mar 29, 2012

It's taking a long time to move cogo points. About 2 minutes for a single point move. Other commands affecting points are taking longer too. Would it just be a function of file size.

 Sample point:

AECC_COGO_POINT  Layer: "V-NODE-P-CURB-FACE"
Space: Model space
Handle = daf3e
Primary point group : Pro Face Curb
Point Number : 5198

[code]...

View 4 Replies View Related

AutoCAD Civil 3D :: Cogo Point Elevation Precision / Display From LDD

Oct 10, 2012

I'm trying to determine if it's possible to take a 09 LDD Companion drawing in which the elevations for many points have been moved AND/OR rotated (to align with roadway), and not only convert these to C3D, but also have them transferred along with the move/rotate information.  We're talking about a mile long stretch of roadway and the project is 6 years old (i.e. no C3D when it was originally done). 

The problem is that there are a ton of ground shots that need only be shown to 0.1 precision but are shown to 0.01 precision.  LDD was not able to assign an elevation precision to groups of points, only all cogo points together, which meant we had to explode certain groups of "soft shot" points once they had been inserted at the desired precision. 

If there's no way to do what I'm asking, it's no big deal for this case since the higher precision can be easily rounded to the lower by the viewer (better than the other way around).  But as I am the only one on C3D and have been for the past 2 and a half years, we will likely face this monster again several times over with other drafters' projects and I'd like to have a best practice in place if we need to go the other way (extracting 0.01 precision from 0.1 precision).

Civil 3D 2012
Windows 7 Enterprise SP1
Dell Precision T3400
(Q9550 @ 2.83 GHz)
8GB RAM
Nvidia Quadro GTX 650 Ti BOOST

View 9 Replies View Related

AutoCAD Civil 3D :: Point Node Not Selectable

Sep 14, 2012

I'm working with some drawings (from others) that have some points that aren't selectable by node (although I can draw a line by points).  I've isolated it to the Point Style.  Trouble is, I can't seem to find anything out of the ordinary when I go to those settings. 

View 2 Replies View Related







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