AutoCad :: ID To Points To Match Drawing?

Dec 7, 2011

I need to extract points from an Autocad Drawing and give them the same point numbers as shown on the drawing. The drawing is a foundation plan showing pile foundations each with its unique number. I would normally draw a point over each pile and then copy and paste in preparation for uploading to my survey kit but it would be good to keep the same ref point. (I'm using a 2008 version)

View 6 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Rotate Points In DWG To Match Another Survey

Aug 14, 2006

My field crew assumed a coordinate system and surveyed a job. I need to rotate the points in my dwg to match another survey. I have not found a rotate points command. Other LDT type commands have been replaced by standard ACAD commands by adding the transparent commands to them. I tried to use the ACAD rotate command and the transparent commands to rotate my points, but there is no transparent command to find multiple points. I need to select the points by point number range if possible.

View 9 Replies View Related

AutoCAD Civil 3D :: Survey Figures Don't Match Survey Points

May 3, 2012

here's my process:

1- Import the asc file into my drawing.

2- Convert the asc file to a FBK file

3- Import my FBK file.  The survey figure linework generated doesn't overlay my previously imported asc file.  I checked the FBK file and the coord's match the asc file.  I'm confused as to why the survey figures don't overlay the survey points from the asc file, since the coords match in both?  The survey figures are all shifted .7' and 54deg. from the points.  The elevations are all good on the survey figures, as they match the survey points.

So my quick fix is to explode the survey figures, since I don't really need them for what I'm doing, and then select all the 3d polylines and move them to them to an appropriate survey point.  Everything then looks fine and I can get the job done.

However, I would like some insight as to why this might be happening.  It's strange that the FBK and asc coordinates match, but the survey figures aren't lying over them.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Match TIF To A Drawing File In 2011

Apr 26, 2013

Create a script or a lisp file to match a tif to a drawing file in autocad 2011?

View 9 Replies View Related

AutoCAD Inventor :: Part List - Quantity Doesn't Match With The Drawing View

Apr 11, 2013

My customer is having trouble with the part list feature inside the Inventor 2D drawing.

For example, He has a car assembly file with 4 wheels and alot more subassemblies, then he creates a view representation which only visible for 1 wheel.

When he generates the part list in Inventor 2D drawing, he go to part list >filter setting and set to ‘’Assembly view representation’’ but the quantity for the part list is still showing as 4 as per attachment.

change the value manually inside the part list table?

View 5 Replies View Related

AutoCAD .NET :: Rename Raster Image Files To Match Drawing Naming Convention

Mar 1, 2012

I want to rename the RasterImage Files to Match the Drawing Naming Convention Plus a Suffix. 

In this case _A, _B, _C etc.

And update that in the Drawing. 
 
Public Shared Sub RenameRasterImagesAndReattachToDrawing(ByVal FilePath As String) Dim sNewName As String = "" Dim iImg As Integer = 0 Dim Suffix As String = "A" Dim myDwgIO As New IO.FileInfo(FilePath) 'Get FileName from Full FilePath '<<<1. Locate Raster Images 'Autocad Database Adapter 'Read Autocad File Silently without opening file on Screen Dim myDoc As
[Code].....

View 6 Replies View Related

AutoCad 2D :: Match Properties Won't Match Multileader Text In 2010?

Sep 27, 2013

MA.JPG

why i can't not match properties (MP) multileader texts, as you can see on the pic, i want the Mleader text on the right to be the same size as on the left, they are in the same layer, same mleader style but when click MP to match with the one on the left, nothing happen?

View 4 Replies View Related

AutoCAD Civil 3D :: Drawing Points Using GPS

Sep 10, 2013

How can I draw points in Civil 3d using GPS coordinates?

Is it any way to input the coordinates manually if i have only a few key points, and then superimpose my topography or other objects? or should I insert a data file to get the points first? How can I upload the data file from my GPS tool, and how to figure out in which format to insert it?

I  would like to draw with using the GPS coordinates itself, NOT the northing and easting( X,Y,) is it possible?

View 9 Replies View Related

AutoCad :: 3 Points Perspective Drawing

Jun 14, 2011

Drawing 3-points perspective using AutoCAD?

View 9 Replies View Related

AutoCAD Civil 3D :: Points Will Not Display In Drawing?

Oct 9, 2012

I have a drawing where points that I create will not display.
 
I have created points in this drawing before.Previously created points display fine.Points created in another drawing and imported into this drawing display fine.All layers have been turned on and thawed, to make sure it's not a layer issue."All points" point group is the top point group.When I create a point manually everything seems to work fine, info is echoed to the command line, etc., but then nothing happens. Obviously it's a setting somewhere, but it is driving me up the wall trying to figure out what setting.  I'm sure I will slap my forehead when told what it is. 

Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013

View 4 Replies View Related

AutoCAD Inventor :: Drawing Gauge Points

Sep 27, 2013

I am trying to dimension a drawing and specify 2 diameters at specific gauge points; however I am unable to draw these on the drawing sheet. I have tried creating a sketch over the projected view; however this is not at all accurate. 

See attached a screen shot (drawn in AutoCAD) of what I am trying to achieve.  

I am using Inventor 2008.

View 7 Replies View Related

AutoCAD Civil 3D :: Inserting Points Into Drawing?

Mar 6, 2013

Under Toolspace/Survey/Survey Point I have a series of points shown.  These are not shown under points in the prospector tab. How to insert these into my actual drawing?

View 2 Replies View Related

AutoCAD Civil 3D :: Points Disappearing From Drawing

Feb 29, 2012

Using Civil 3D 2011, I have a topo drawing that's about 2 miles long.  The points have styles to them to show the actual survey item such as manhole, trees, signs, etc.  I have also created a point group called "no display" that I have added certain points to so they don't show up in the topo.  While adding additional points to the "no display" point group, I have noticed that ALL the points but 3 have vanished from the drawing.We just installed the SP2.

View 9 Replies View Related

AutoCAD Civil 3D :: Points In Drawing Coverts To Mm

Feb 26, 2013

I have imported a fieldbook Civil 3D and the co-ordinates all look in the point file. But when I insert them in to the drawing they are converted to mm (decimal shift 3 to the right).  I can not seem to change this.  

I opened a new drawing made sure the drawing units were meters etc etc, and still the drawing come in and are moved to mm positions. The point file still shows everything is correct in meters and I even click on the point in the drawing and list it and it lists correct in meters.  But the co-ordinates are in mm inside the drawing. Dimensions between them is in mm also.

View 2 Replies View Related

AutoCad :: LSP To Replace Points In A Drawing Into Block

Dec 15, 2011

I'm using an LSP to replace points in a drawing into a block. I've had this working previously, no problems. However, having spent some time creating new blocks when running the LSP the points are being replaced at a different location in the drawing - rendering the whole process useless.

I get the impression this is caused by the block itself rather than the LSP. What am I doing wrong that would cause this effect?

View 1 Replies View Related

AutoCad :: How To Match (change) A Z Value Of One Entity To Match Another

Sep 13, 2012

I currently use Mep 2012 although my question I believe is general in nature. As a sheet metal contractor I do drawings that have many different entities at various elevations. Many times I use change propeties to match the propeties of on entity like a linetype to change another. What I really need to do is have the ability to use a similiar button and match or change the "Z" elevation of a specific entity just like I do for linetype, color etc.

View 2 Replies View Related

AutoCAD Civil 3D :: Update Survey Points In Drawing

Jun 27, 2012

Here is my procedure.

1. Import survey point via ascii file into a new drawing call it Field-dwg.
2, Create a survey data base
3. Import all points in the the data base under import event.
4. open existing drawing, work-dwg, import points as needed from the Survey Data Base.

Problem : Survey points needs be renumber. 

I goto field-dwg, and fix the points (renumber).

open survey data base for edit, and import Event, field-dwg/points/update :  nothing happen

also try Import Event, field-dwg, survey points, update : nothing happen

so I re-import the points, all is good.

Then I goto work-dwg, and  try to update the point, nothing happen.

View 5 Replies View Related

AutoCAD Inventor :: Dimensioning Using Drawing Sketch Points?

Oct 8, 2012

I am trying to use sketch points in drawing for dimensioning. Below is portion of my code. The code fails when AddLinear is called. Is it even possible to use drawing sketch points for dimensioning?
 
invSheet = invDrawingDoc.ActiveSheet
Dim oTransGeom As Inventor.TransientGeometry= invApp.TransientGeometry
Dim pt1 AsPoint= oTransGeom.CreatePoint(0, 0, flangeOD / 2)

[Code]....

View 1 Replies View Related

AutoCAD Civil 3D :: Points And Groups Are Gone After Drawing Recovery

Jun 14, 2013

I'm using Civl3D 2013 and I have a drawing that crashed and a recover dwg was created.

I ran the recovery and now the points and groups are gone. Is there a way to get them back?

I can go back to an older drawing. But, i'm trying to avoid losing a few hours of cleanup.

Is this just one of the bugs that is in Civil3D?

Civil3D 2013
Dell Optiplex 9010
Intel I-7 3770 CPU @ 3.4 Ghz
16 gb RAM, 64 bit

View 7 Replies View Related

AutoCAD Civil 3D :: Drawing Polylines From Points Not Working?

Jul 1, 2013

I have points in a 2012 C3D drawing and I am looking to draw 3d polylines from point to point.  Ultimately I am wanting to generate breaklines for a surface from a topo.  I was able to do this a few months ago and now no matter what I try nothing seems to work.  When use the 3P command the Z Vertex is 0.  All of the points in the drawing have elevations. I tried drawing a feature line however, the beginning elevation is saying 0.  Its as if these lines do not recognize my points as having elevations. 

View 6 Replies View Related

AutoCad :: Drawing Points From Flattened Spot Levels

Mar 8, 2012

I have a survey drawing and would like to create a surface from spot levels. However, the drawing has been flattened, and the spot levels are just text.

Is there any way that the Z value given in the level can be grabbed, and used to draw a point at that location? I have about 2000 spot levels so I'm not doing it manually...!

View 9 Replies View Related

AutoCad :: Block With Coordinates - Read Points In Drawing?

May 13, 2011

I'm trying to make a standard block which will automatically read the co-ordinates! i have started making it trying to use fields, but when inserting the block into the drawing it stays at x=0, y=0, which is the point in the block. how do i get it to read the point in the drawing, and also how would i always get it to read the world ucs.

i have attached the block i've started, haven't added any dynamics yet as i'm just testing it.

View 1 Replies View Related

AutoCAD Civil 3D :: Copy Cogo Points From One Drawing To Another

Mar 11, 2011

I would like to copy cogo points from one drawing to another, keeping both their layer and user defined properties.

I can:

1. Do a copy and then paste to orginal co-ords. This keeps the layers but loses the UDP's.

2. Export the points to a csv and import into new drawing. This keeps the UDP's but loses layers

3. Export to XML. This loses both Layers and UPD's

I don't have a desc key file setup for the codes on these pts so this is not an option.

View 9 Replies View Related

AutoCAD 2010 :: Bring Survey Points Into Drawing

Feb 1, 2012

I am tired of re-creating Description Keys everytime I want to bring in Survey Points into a drawing.  I have tried to drag and drop, but that does not seem to work for me.  I can's copy it.  Is there a way to get Civil 3D 2010 Description Keys  into Civil 3D 2012. 

View 3 Replies View Related

AutoCAD Inventor :: Drawing Browser Doesn't Match Model Browser

Oct 29, 2012

I opened the drawing and then from the drawing opened the model.  In the drawing it is showing the 4th instance of ROUND CRS-032175 X 33 as an assembly.  It also is not showing in the view and yet the visibility is checked.  AI2012 SP2 

View 1 Replies View Related

AutoCAD 2010 :: Printing Drawing With Points Over Aerial Photo

May 11, 2012

I am printing some drawings with points over an aerial photo. I want the points to print bold but when I increase the lineweight of the layer, they don't print any heavier. They are just AutoCad points and I have pdmode set to 3. What can I do to make these points print bold?

View 8 Replies View Related

AutoCAD Civil 3D :: Displaying Points In Drawing As Manually Create Them?

Feb 20, 2013

I was wondering if there is a setting somewhere that can be turned on to display the manual points I am creating as I create them instead of having to go back and update the point group before they display in the drawing?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Use It For Drawing Lines Between Two Points

Aug 19, 2013

how to use AutoLISP to draw lines between two points. I have x,y,z coordinates for the end points in an excel sheet which I can save as a text file. I need to pull the coordinates from the file and use them to draw the lines. There are 2000+ lines so it is not feasible to draw them manually.

View 8 Replies View Related

AutoCAD 2010 :: Command For Drawing A Polyline Through Multiple Points

Feb 15, 2012

This is something I should know as a long time CAD user. I have line of points, ~200 on the screen and I want to draw a polyline through them without selecting each point. I know there was a command to select the first point and the last and ACAD would draw the line between. I am using AutoCAD 2010.

View 3 Replies View Related

AutoCAD Civil 3D :: Contours And Points Disappear When Saving Drawing

Jun 6, 2012

I just installed AutoCAD 2010 Civil 3D on a 32 bit Windows 7 machine. When I open a dwg sent from a surveyor I can see and manipulate all the linework, contours, points, and SRF breaklines in the drawing. When I proceed to save the file to my computer and reopen it, the contours and points disappear; however all linework and surface breaklines remain. The two files that I have been working with were saved originally in 2004 and 2007 format. I have tried saving to their respective versions but that has not worked.

The only way that I have been able to retain these objects is by first exploding them and making them into a block and later inserting them into the other drawing. If I try to make them into a block without exploding them they also disappear. 

Is there a way to retain all drawing objects directly from saving?

View 2 Replies View Related

AutoCAD Civil 3D :: Drawing Lines To Cogo Points Hangs Up

Feb 23, 2012

When I start to draw my polylines to cogo points I have inserted in my drawing it keeps wanting to hang up when I hover over the point. I have set up my point styles to bring in our points with all the attribute information so I am thinking it keeps trying to read all that info as soon as my mouse hits it..

I saw a post about rollovertips but that did not change anything. Any ides what might be causing this? Im using Civil3D 2011.

View 2 Replies View Related







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