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


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 :: 2014 To 2013 Causes FATAL ERROR When Drawing Has Infill Grading

May 23, 2013

We just installed 2014 on two work stations and saved a few Civil 3D files with it. When we try to open these Civil 3D drawings in 2013 they crash with a FATAL ERROR.

The last few lines on the command line shows: Loading Modeler DLLs.

Modeling Operation Error: Operation unsuccessful.

Modeling Operation Error: Operation unsuccessful.

This error seems to only happen with drawings that have infill grading. I tested it with a drawing with just poly lines and it worked fine. I then converted those poly lines into feature lines using 2014 and it opened fine in 2013. I then added an infill to the feature line region in 2014 and it crashes in 2013.

Civil 3D 2013
Windows 7 64-bit
Xeon W3550 3.07 GHz
Nvidia Quadro 4000
12.0 GB RAM

View 5 Replies View Related

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 View Related

AutoCAD Civil 3D :: COGO Creation Fatal Exception?

Aug 19, 2013

Here is what I am trying to do,

I am working on an application, where the user would would choose 

Category of point

Sub-category of point

Then click on a Button

1. Which then querry SQLite DB based on the querry a COGO point with relevent RDesc in inserted.

2. A suitable block is inserted in the same location.

3. Updates the handle for the block to the COGO UDP

Now I have commeted the last part of updating UDP.

I have issue inserting COGO.

Sometimes it works some time it throws fatal exception, object instance is not set. I am unable to catch the fatal exception. 

Mini Dump - The thread tried to read from or write to a virtual address for which it does not have the appropriate access

Here is the code,
 
Global.variables.spt_current_COGO_pt = null; PromptPointOptions ppo = new PromptPointOptions("
Select the location to Create a Smart Point : "); PromptPointResult ppr = Global.variables.ed.GetPoint(ppo); if (ppr.Status != PromptStatus.OK) return false;
[Code] .....

View 5 Replies View Related

AutoCAD LT :: 2014 FATAL Error HATCH While Giving Command?

Jun 26, 2013

We are facing the problem of FATAL error  while giving the HATCH command  while using AutoCAD 2014 LT

We have successfully installed it on system and reinstalled it many times still the same problem , have attached the file for refrence.

Operating system  is Windows 7 Professional  64 Bit 

View 3 Replies View Related

AutoCAD 2013 :: 2014 Fatal Error Using Hatch Command?

Oct 17, 2013

whenever you use the hatch command sends the message fatal mistake and closes the program.

already have the service pack 1 installed.

View 1 Replies View Related

AutoCAD 2013 :: Fatal Error Ad314c65h Starting 2014

Apr 3, 2013

I'm using the 30 day trial and when I run AutoCAD 2014 I get a FATAL ERROR: Unhandled Access Violation Reading 0x0008 Exception at ad314c65h message

View 1 Replies View Related

AutoCAD 2013 :: 2014 Fatal Error D3b42940h On Close

Jun 11, 2013

Everytime AutoCAD 2014 shuts down I get a fatal error with the d3b42920h. It doesn't seem to be the drawing that is erroring because it doesn't ask for a recovery file to be saved, but the program it'self. 

When SDI is set to 1 everytime you open a new drawing the error occurs. 

We do have a company wide network deployment with customised settings for over 40 machines and it only happens on certain machines. I don't want to restore default settings as and re-load our company settings on every machine this happens.

View 1 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 :: 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 2013 :: 2014 Object Enabler Causes Fatal Error On Etransmit And File Conversion

Aug 16, 2013

I recently installed Autocad 2014 with Carlson Survey 2014. When I use Etransmit or file conversion i get a Fatal Error. when i uninstall the civil 3d object enabler, the problem goes away, but i need the object enabler and i need to convert files. Is this not a major issue that Autodesk would consider important enough to address, or is the object enabler minor in comparison to other issues?

View 4 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 :: 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 :: Override Cogo Point Elevation Label With Text

Dec 17, 2012

How I would replace the Elevation label on a point with Alphanumeric text on certain points in a point group (or if it can be done at all)

Some background info:

I work with site diagrams that have monitoring wells and each one has a groundwater elevation value that gets updated every year according to field data. Our current setup is that the monitor well name and elevation values are displayed using point labels and looks like:

x 12-1 (Monitoring well name)

   788.432 (Groundwater elevation value)

However, sometimes the monitoring well is dry and we need to display 'DRY' instead of a numeric elevation value. Autocad won't let me put 'DRY' as an elevation because it's not a number. Is there a way to override this, or somehow make the label display 'DRY' if elevation of 0 is entered? 

Another use to overriding point label elevation is that sometimes the groundwater elevation that we get from the monitoring well is so far off from the general contour pattern that we will put the elevation value of that well in brackets such as (788.432) and indicate that this means the elevation was not included in the groundwater contour flow map. 

Is there a way to do this override, or is there another method I should be using to label my monitoring well elevations? I know I could just MTEXT everything, but that's double the time to update the point elevations for the contours and then updating the mtext to display the numerical elevation values.

View 4 Replies View Related

AutoCAD Civil 3D :: Cogo Point Default Label And Layer Settings?

Dec 11, 2012

I am using Description Keys for all my points that I bring in from surveying in the field.  Any point that does not have a specific descriptor key ends up on a specific layer with a specific style that I cannot figure where to set.  I have gone through my point default settings as stated in other postings but all seem to be set correctly mostly to <none>.  I have gone through my Point Group settings without finding the culprit either.  I can easily change the settings as I only have a few points that do this but I want to find the issue.

View 6 Replies View Related

AutoCAD Civil 3D :: Drag Cogo Point Label Takes 75 Seconds?

May 18, 2012

I've been generally having trouble with Civil 3D 2012 taking a long time to do tasks. One that takes quite a while is if I drag a Cogo Point Label. As stated it takes about 75 seconds. It will move to where I drag it immediately but then the program is unresponsive for a minute and 15 seconds.

In the past 4 days I've repaired C3D, tried 4 or 5 different versions of the display driver and did a windows update. A lot of commands, specifically Civil 3D commands, are very slow. Does this ring any bells?

Civil 3D 2012 with SP (Update) 1
NVIDIA  Quadro FX 4600 768MB GDDR3 (Tune log reports 2530 MB)
Driver 8.17.0012.9670

View 9 Replies View Related

AutoCAD Civil 3D :: COGO Point Labels Not Rotating When Entire Drawing Is Rotated?

May 14, 2013

So I have a survey of a roadway that was created 15 years ago and was converted into autocad civil 3d 2012. No problems there, however, I am going through the survey and rotating the COGO points (ie Traffic Signs, Utility Poles) and the text to be parallel to the roadway. I am in UCS World and have no problems rotating the points and text to what I want. THe problem starts when I rotate the drawing using UCS 3P so that I am looking at a portion of the roadway that is parallel to my computer screen. Now the text and orientation of the signs etc are no longer parallel to the roadway and did not rotate when I rotated the entire project. 

Now I was under the impression the  points were to rotate automatically to what I set them as, ie parallel to the roadway. I'm sure this is an easy fix or I am not understanding something.

View 1 Replies View Related

AutoCAD Civil 3D :: 2013 COGO Point Update User Defined Property Value Using C#

May 18, 2013

I need to update the user defined property values using C# code,I can see information on how to ge the values of UDP but cannot see any information on how to modify, edit, update or add information to the UDP of a point.Basically in the attached image i want to add "Street light" to the Type UDP.

View 5 Replies View Related

AutoCAD Civil 3D :: XREFed COGO Point Markers Pick Up Color Of Current Layer?

Aug 7, 2012

We have survey files that we xref into our design files. In the survey files themselves, the points don't change color. When we xref them in, the point markers (only the circular node on the actual point, not the line coming off of it) take on the color of whatever the current layer is in the drawing, only fixable by changing the current letter and regenerating.

View 1 Replies View Related

Revit :: Fatal Error For Point Cloud File

Jun 6, 2012

When we use Point Cloud Feature Extraction for Autodesk® Revit® 2012 in our machine in a central file with the pcg file then there is a Run time error shown in revit. But if we work in a single file then the problem does not occur. How we ovecome this situation?

View 1 Replies View Related

AutoCAD Civil 3D :: Can't Create Cogo Points

Jun 11, 2012

I am working in a .dwg that i have previously created cogo point in, but now when i try to created cogo points manually, it goes through the prompts, but will not create the point. P.S I am using Civil 3d 2011

View 2 Replies View Related

AutoCAD Civil 3D :: Cogo Point Properties Window Description Format Is Forced Lower Case Text?

Nov 29, 2012

Just switched to 2012 from 2010. When I try to edit the description format field in the properties window of a selected cogo point, I can't type in caps, it's all lower case. If I right click and edit the point, I can use capital letters, however. (running C3D 2012 sp4, Win7 64bit, 8GB)

View 2 Replies View Related

AutoCAD Civil 3D :: Create Blocks From COGO Points

Apr 8, 2012

This is a fantastic option, but I have a problem the whole drawing is rounded to two decimal places.

But when I execute create block from Cogo points he round heights on all points to three decimal places,where the third decimal is 0.

Example height is H =198.36 after H=198.360.

View 4 Replies View Related

AutoCAD Map 3D :: 64bit Fatal Error When Create Polygon

Jul 31, 2012

I have a computer newly installed windows7 64bit,and installed map 3d 2012.with SP. when I was trying to create polygon with command "MPOLYGON" or "MAPLOLYLINETOPOLYGON",MAP3D crashed.it does not matter if the polygons have holes or not,the polygon can be created,but after 2 seconds or when I RIGHT CLICK to see quick menu,CAD crashed immidiately.

View 9 Replies View Related







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