AutoCAD Civil 3D :: Create Points For Further Processing

Aug 5, 2012

I have this attached file.

If I list one of the objects, it is defined as a block. I have repeatedly tried to explode this but to no avail.

My intention is to convert these AutoCAD "points" as points in Civil 3D to process them further. When I use Points>Convert AutoCAD points commands, it returns me a "invalid selection" message.

How do I explode these blocks and convert them to Civil 3D point objects?

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Processing Linework Moves Moved Points Back To Original Location?

Sep 10, 2012

Some what new to Civil 3D, so I hope I explain this correctly..

I imported points with linework and then needed to move them slightly. I unlocked the points and moved them with no problems, but I then went to re-process linework which moves the points back to their original location. I have tried relocking the points first before re-processing linework, but then it appears that nothing has happened.

View 5 Replies View Related

AutoCAD Civil 3D :: Export Points To Datacollector And Create Points List

Feb 8, 2013

I had to create a boundary map and place points to all corners. How to export these newly created points back into my data collector (Ranger) and also I'm trying to figure out how to print out a points list. 

I stumbled on to this thread but I guessing that it's a different CAD year because my modify tab doesn't look like this. URL.....

View 4 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 :: Using 4 Points To Create 4 Lines And 1 Parcel

Sep 18, 2013

I have 4 points (from "Points from file", I created Points #1, #2, #3 and #$ in the non-linear fashion).

1) I want to create 4 straight lines (connecting Pt#1-Pt#2, P#2-P#3, P#3-Pt#4, P#4-P#1) by using some Commands. What Commands in the Command Line should I use to create these 4 straight lines from these 4 points?

2) I want to create 1 parcel (connecting Pt#1-Pt#2-Pt#3-Pt#4-Pt#1) by using some Commands after "Parcel Creation Tools" => Draw Tangent-Tangent with No Curve is clicked.  What Commands should I use in the Command Line to specify these points to form a parcel?

View 9 Replies View Related

AutoCAD Civil 3D :: Create Points By Slope Distance?

Oct 8, 2013

I have a line at a constant grade. I need to create points along this line. The information given is in slope distance and these vary at times.

I've tried the point create methods and they all seem to calculate points at a horizontal distance. How do you enter the slope distance?

I know I can go back to basic Acad methods of divide, changing ucs so horizontal works etc.

wondering if it can be done in the create points commands?

View 9 Replies View Related

AutoCAD Civil 3D :: Create A Profile From A Series Of Points

Dec 15, 2013

I have collected points across a 500m distance with easting, northing and height values. This line of points is measuring a stepped slope of a field.

I want, if possible, to create a profile (something that looks like a slice of the slope, so that the steps and profile of the slope is clear.

Can this be achieved? Will you be able to guide me through the process?

View 6 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 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 Civil 3D :: Batch Create Points Along Multiple Polylines

Oct 9, 2013

I have the need to put COGO points along the vertices of multiple 3D polylines in a DWG.  I know how to do this individually for each 3DPL via the "Points>Create - Miscellaneous > Polyline Vertices - Automatic" or "CREATEPTPLYLNCTRVERTAUTO" command. Need tip on how to do this in a batch format for all the selected 3D PLines in the drawing without having to select each individual 3DPL and having to hit return to enter a description for each individual vertex?  I can do without having to add a description and can leave each description blank or enter the same description for each.

I'm Using C3D2013.

View 6 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 :: Create Points At Surface Vertices Along Sample Lines

Jan 9, 2013

I need to create points with surface elevations along sample lines. The points need to represent the verticies one would see in the section editor. I've attached an image of my section editor for one of my sample lines. I need to create points that represent these 24 verticies along this sample line and do so for the rest of my sample lines as well. Is there an automated process to create these points?

View 1 Replies View Related

AutoCAD Civil 3D :: Modify Settings To Create Points At Alignment Geometry

Mar 1, 2013

I have an alignment for a natural gas pipeline.

I want to use the 'Create Points at Alignment Geometry' tool in order to label only the PIs.  However, when I use the tool it creates two points (one called PI and one called CPI) at each vertex of the alignment.  How can I fix this issue and toggle the creation of the various other geometry points?

View 1 Replies View Related

AutoCAD Civil 3D :: Create Point Group Of Random Points Within Drawing?

Oct 15, 2013

Is there a way to create a point group of random points within a drawing and adjust the elevations for the points within that group? Some of the points in the group may have been manually created and some may have been imported by way of "Import Events"..

View 3 Replies View Related

AutoCAD Civil 3D :: Create Automatic Point Groups When Importing Points?

Jan 8, 2014

Is there a way to create automatic Point Groups when importing points?  Sort of like a Desc Key for layers?  I know it probably is impossible but I have to ask.

View 1 Replies View Related

AutoCAD Civil 3D :: 2013 - Create A Quick Profile Using Points Method?

Jun 1, 2012

create a quick profile using the Points method?

When I am asked for the Profile Origin the cursor is like a standard Windows Arrow pointer and won't let me select a point for the origin.If I use a polyline for the quick profile all works as expected...

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 4 Replies View Related

AutoCAD Civil 3D :: Create Points Tool Window Doesn't Obey Defaults

Aug 14, 2013

The create points tool window doesn't use the Points Creation options I set for Default Elevation and Description, when go to create a bunch of points I have to key these in for each one. I know if I go and set these in the settings tab they will stick, but I would like for the tool window to work like it implies.

(running C3D 2012 sp4, Win7 64bit, 8GB)

View 3 Replies View Related

AutoCAD Civil 3D :: 2013 / Create 2 Triangle Parcels From 4 Points Of A Square Shape?

Sep 3, 2013

I have 4 points/corners (with XYZ-coordinates) of a square shape created in the DWG of my AutoCAD Civil 3D 2013 program.  I want to create 2 "triangle-shape" parcels (one parcel connects Points #1-#2-#3-#1 and the other parcel connects Points #1-#4-#3-#1.   How can I create these 2 "triangle-shape" Parcels from the 4 points/corners of a squre shape?

View 9 Replies View Related

AutoCAD Civil 3D :: Large Surface - Converting Points To Cogo Points

Mar 5, 2013

I have a large surface (over 1.5 million points and 20 000hectares)

I need to get a point file .csv from the TIN to be able to use it in another program.

-so i've extracted the points from my surface, but they are Autocad points.

-next step is to convert them to civil 3d points.

-I can not select them all when converting them or my computer crashes.

-so i select about 25 000 at a time, the converting takes roughly 10 minutes.

and i have over 1.5 million points to do.

how can i speed this up.

will more ram useful?

View 9 Replies View Related

AutoCAD Civil 3D :: Converting Points To COGO Points Naming?

Oct 9, 2012

I have recieved a file with many points and would like to convert them into COGO points in Civil 3D. The problem is; I would like to keep the hole ID's as I convert, I've made a few conversions and lose the hole ID every time (not showing in Name or Description). Is there a seting I am missing to keep these? My aim to to organize the COGO points in different point groups.

View 3 Replies View Related

AutoCAD Civil 3D :: Designating Points As Control Points

Aug 17, 2012

I have a couple points that were part of an import event (data from a previous project) which I want to assign as control points for an incoming traverse, is there any way to assign those as control points?  I can't seem to find a way to do that other than perhaps re-importing the specific points as control points and overwriting the existing ones.

View 2 Replies View Related

AutoCAD Civil 3D :: Moving Points Out Of All Points Group?

Apr 10, 2013

I have a project that was started by leaving all the survey data inside the "All Points" group.  So, I'm concerned that when I enter my as built survey points, that even if I put them into their own group, that the original surface will still look at them and just rebuild to my asbuilt data, effectively cancel out the purpose of the asbuilt survey.  Will this happen? 

I want to take the original points and put them into a group of their own, but I don't know if that will affect anything or not?  I have several wetlands already designed on that surface with volume calcs already done too. 

What should I do? 

View 9 Replies View Related

AutoCAD Civil 3D :: TBC Feature Code Processing

Nov 13, 2013

We have recently started using a feature code library with our tremble survey gear and have been processing the linework and exporting the lines as a DWG and the points as a CSV and when iput them in the same DWG in Civil3D the point and Line Vertices are exactly on top of each other. Does any know how to fix this? I dont know if its to do with rounding, LSF, or projection to Cartesian?

View 1 Replies View Related

AutoCAD Civil 3D :: Point Cloud Data - Processing Error

Jul 10, 2012

2012 SP2. I get this very descriptive message while trying to create a point cloud: The following error occurred processing the point cloud data: An error ocurred in data processing.

I've previously created point clouds from the same data (ENZ comma delimited) without a problem. I believe this was done before applying SP2. Any problems creating point clouds since SP2?

View 1 Replies View Related

AutoCAD Civil 3D :: Survey Figures - Update Without Processing Linework?

Aug 8, 2013

I have imported surveydata into the survey database from FBK and processed linework. I do as many edits to my figures as I can by editing point codes and processing linework, then I fix the rest of the figures manually editing them and pushing the changes back to the survey database.

Once you have started manually editing figures you can no longer 'process linework' as you get double ups of figures you manually edited.

My issue is that I have made some adjustments to some of my control point coordinates after manually editing figures, so that all my survey points move. I try to update the survey figures so that they move with my points but Civil3D tells me that it cant update them because they were made by processing linework.

Is there anyway I can get my figures to match my points without reprocessing linework and then making all the manual edits again or exporting an FBK from the database, remove the figures and points from the dwg, reset the network and import the new FBK?

We should be able to update figures without processing linework, even if that was how the figures were originally made!

Civil3D 2014 - Windows7 64bit

View 6 Replies View Related

AutoCAD Civil 3D :: Post Processing And Field Book Files?

Sep 30, 2012

We use Trimble data collection software.  We typically import a "rw5" file converted from the "job" file.  We then convert the "rw5" file to a "fbk" file.  The conversion process has some bugs in it..

We have found two problems (thus far!):

1) The backsite data, for a station set-up, gives back an error when we reduce the data into the survey network.  It also tweaks the coordinates for the set-up point.  We have fixed the error by noting this line of data in the "fbk" file.

2) When the field doubles angles (wrapping, turning, etc.) C3D use only the first angle turned and not the mean or averaged angle.

We have found that if Trimble Geomatics Office (TGO) is used in post-processing, the "fbk" file generated works on both counts. FYI, the Trimble ribbon does exactly the same thing as C3D when a "job" file is imported, i.e. does not work properly.

View 1 Replies View Related

AutoCAD Civil 3D :: Correctly Processing Linework When Importing CSV File

Apr 7, 2013

I am having trouble processing point code to correctly string the survey points.  I have tried three methods of coding and each method has a draw back which isn't really acceptable to me, as it either means more work in the field or more work in the office.

Method 1: I code my points TOP 1 B, or TOE 2 or NS.

When doing this method the survey points don't string correctly.  Because of the space delimitation inbetween TOP & 1 Civil3d only recognises the code TOB and doesn't pay attention to the string number.  So all the points with the same code get stringed regardless of the string number.  Please see file "TOP_1_B_CODE_STYLE.png" and you will see that TOP 1 E strings to point TOP 2 B.This will create a lot of work in the office breaking all the survey figures so they appear correct.

Method 2:I code my points TOP1 B, or TOE2 or NS. When doing this the points don't get coded correctly.  Because the code is TOB when I import a point with the code TOB1 it doesn't recognise the code, and puts the point on the default layer 0.  Please see file "TOP1_B_STYLE.png" and you will see all of the TOP1 and TOE1 are white and one layer 0. This will make a lot of office work changing points to the correct layers.

Method 3: I code my points without a string number, and only pickup one line at a time.  So I would start picking up a toe of bank by TOE B then finish it on TOE E.  See file "TOP_B_TOP_E.png" to see the result.

This does get the result I want but it really makes field work procedures slow.  It would be very frustrating doing a detail survey of a road and having to walk each individual breakline.

I want to be able to use Method 1 but to have all points get stringed correctly.  I have read a pretty good post about this here where the outcome is that all points should be put on layer 0 by default (I can't find it again though!).  For me though that isn't a very good option as I often have both design and asbuilt in the same drawing, and need to be able to turn off groups and not have the associated points left on my screen.

View 3 Replies View Related

AutoCAD Civil 3D :: Add New Section Points Or Erase Section Points

Nov 29, 2013

When I  change a section to static mode, I would like to add new section points or erase section points.
 
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 2 Replies View Related

AutoCad :: Create Set Of Points Around A Polyline

Jul 17, 2011

I'm currently trying to use the draw > point > measure tool to create a set of points around a polyline but I can't seem to get them to start at a point that I want. When I try and create the points they start from a random place.

View 3 Replies View Related

AutoCad 2D :: How To Create Survey Points

Sep 17, 2013

I've made a grid system of 5 meters per unit and RL of each points is known to me. How do I create this grid system in AutoCad? I've seen people writing about importing survey points file into AutoCad, but how do we create one such?

View 2 Replies View Related

AutoCAD Inventor :: Create A Spline With Given Points

Nov 7, 2013

I have a group of Points coming from a step.file. So I don't have their coordinates, excel list or anything else. Just the step file. Around 100 points. There is a line between each 2 consecutive points.

Is there any way to select all the points and create a complete spline? Or even to select all the points and create tangent arcs between all of them?

View 4 Replies View Related







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