AutoCAD Civil 3D :: Changing Point Number

Jul 4, 2012

I have these point numbers. Then I add some points. Then I want to renumber all points 1-9 since there is nine points.

1-1
11-2
2-3
3-4
4-5
5-6
12-7
13-8
6-9

Is there any method using any APIs?

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: 2013 - Possible To Add More Point Attribute Items After Point Number X Y Z

Aug 21, 2013

In uploading the Point input data into  the AutoCAD Civil 3D 2013 software program, is it possible for me to add more Point Attribute items after Point Number, X, Y, Z?  I need to have the chemical results/data attached to the (sampling) Point that has the Point #, X, Y, Z - like  Point Number, X, Y, Z, Arsenic, Lead, Mercury in the input .txt (or .csv) file. 

View 9 Replies View Related

AutoCAD Civil 3D :: Point Number Ranks

Nov 20, 2013

I have a method to create new point group.

In this method I add as parameter one vector which contains point numbers.

 string Numeros_Incluidos = "";
//buscamos todos los number point según su id y creamos una cadena string
foreach (uint NP in listaNumberPoints)
{
Numeros_Incluidos = Numeros_Incluidos + Convert.ToString(NP)

[Code]....

I create  a string called "Numeros_incluidos" that it is a chain of all numbers.

e.g:

"1,2,3,4,5,9,10,11,15,18,21,22,"

However I would like to create one function to create this string more organized as:

"1-5,9-11,15,18,21-22".
 
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 3 Replies View Related

AutoCAD Civil 3D :: Linework By Point Number?

Mar 13, 2013

Any way to generate liework with point numbers. I have survey data of a pipeline and all the points are in order, if there was just a way for linework to connect them by increasing point number in my drawing?

View 3 Replies View Related

AutoCAD Civil 3D :: Changing Number Of Decimals?

Sep 22, 2013

hey there i have an issue i cant resolve i am working on this project and i want to remove the decimal digits as shown in this picture "L=50.000" i want it to be L=50.0 also S=0.000 i need it to be S=0.00

how to shorten these numbers? by the way this is a pipe label 

View 1 Replies View Related

AutoCAD Civil 3D :: How To Freeze Point Number And Description

Dec 4, 2012

I just received a drawing with a bunch of points in it. One of the layer is called V-ROAD-CNTR-PNTS. Unfortunately, the point number, description, and elevation are all in that same layer. How do I keep just the elevation turned on but turn off the point description and number? When I turn off or freeze the layer V-ROAD-CNTR-PTNS, all three disappear. I just need the elevation showing.

Attached is an image of my screen.

View 5 Replies View Related

AutoCAD Civil 3D :: Increase Number Of Points In Point Cloud?

Feb 21, 2013

I have a point cloud with 161 million points in it. This is basically fine and works well but I need to create equally high resolution surfaces from certain regions of the point cloud. No matter what size I choose my export shape, it will only create a surface from a ridiculously small 750,000 odd points, a 'feature' which has been documented on these forums before. I have POINTCLOUDDENSITY set to 100. 

My question is, how can I build a surface from this high resolution point cloud data that has more than 750,000 odd points?

 I'm thinking about mosaic'ing - ie. making several smaller surfaces over the required area and pasting them together.

View 1 Replies View Related

AutoCAD Civil 3D :: Point Cloud DWG - Any Way To Increase Number Of Points Displayed

Mar 19, 2012

I have a point cloud dwg. Is there a way to increase the number of points displayed? The properties of the cloud say there is 14,000,000, but it only displays 34,000. Is there a way to increase the 34,000 number? See Image.

View 2 Replies View Related

AutoCAD Civil 3D :: Symbol Displayed By Point Number Is A Red Circle Over A Pencil

Oct 9, 2013

We have been bringing points directly into a 2012 Civil 3d drawing using the same method for quite a while.  We use a numeric descriptor code and the points are filtered correctly.  In this particular drawing, one description code was singled out and "locked" in the drawing.  The points and symbol show in the drawing slightly muted but when I try to edit the points I am unable to do so.  I have tried the "unlock" command with no result.  The symbol displayed by the point number is a red circle over a pencil.

View 3 Replies View Related

AutoCAD Civil 3D :: Changing Alignment Station Labels To Round To Nearest Number

Aug 21, 2012

I have a roadway alignment and it is ending on 4+50.86, we simply want the alignment end to read on 4+51. is it possible to make this happen?

View 4 Replies View Related

AutoCAD Civil 3D :: Point Number Not Visible When Legacy Hidden Shade Plot Is Selected

Sep 30, 2013

I am having difficulty with the display of my point numbers and description when plotting. I am doing piping desing and utilizing Civil 3D points for the coardinates and elevations to display in a point table. For my viewport, in the properties dialogue box, under the Shade Plot option, I have selected Legacy Hidden due to needing my pipes to display properly only to have my points not display properly. If I opt for Legacy Wireframe or As Displayed, my points display correctly but my pipes do not. Any clue as to how I can have both display properly?

View 4 Replies View Related

AutoCAD Civil 3D :: Survey Database - Imported Points Being Assigned Very High Point Number

Feb 12, 2013

When I import points from a survey database there is a very large new number being assigned to points that have overlap/numbering conflicts.

I had some survey from one source that was in the 1000 pt # range & additional survey that was in same numbering sequence.

When importing the points I chose "Resolve all" it is renumbering the Point number value to the 5xxxxxxxx range?

Is there some setting where I can change this to a lower # or how/why this is happening?

Next Point Number value @ Settings Tab>Point>Commands>CreatePoints>Point Identity>Next Point Number = 3.

I've attached a couple of captions illustrating the issue.

2012 Civil 3D SP 2.1

Win 7

C3D 2012 SP3 & C3D 2014 SP1
Win 7 Professional 64 Bit

View 4 Replies View Related

AutoCAD Civil 3D :: Changing Font And Text Heights In Point List Report

Mar 15, 2012

I would like to modified the existing pointlist.xsl.

I would like to use a different font and adjust the text heights smaller, like a 8 pt. for the points, 12 pt for the heading and 6 pt for report data.

I do not see any text size in the file, so how do change these.

Also are there any other point list report available?

View 1 Replies View Related

AutoCad :: Export X / Y / Z Values With A Point Number

Feb 8, 2011

Im trying to export x,y,z values with a point number. no problem with the xyz bit but cant suss the number part.

View 4 Replies View Related

AutoCad 2D :: Insert Block From Excel With X&Y Coords / Rotation And Point Number

Dec 3, 2013

I have excel tables that contain 4 columns of data.

The Y co-ords pf the required object
The X co-ords pf the required object
The rotation of the required object
The object number

What would I need to do to insert a block at the coordinates to the rotation shown then have a leader with the point number labeling the block (but the text not be rotated to the angle of the main block.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Generating Table With Point Number From Attribute?

Sep 8, 2011

I have a simple block that consists of a point and an attribute that contains the point number. I want to generate a table with point number from the attribute, and x, y and z of the block's insertion point. I want a routine that sets out the blocks and then create the table. The first part of the routine I have (in LISP), I need it to generate the table. I was intended to use the -DATA EXTRACTION but unfortunately it does not allow me to select objects (blocks). Are there other ways to do this? I'm using AutoCAD 2011.

View 5 Replies View Related

AutoCAD Civil 3D :: Point / Point Groups & Description Keys Are Gone After Crash

Feb 28, 2013

Civil 3d 2012..I used 3d orbit, it crashed. My points, point groups and newly updated description keys are gone.I have looked at all my backup files etc, and they do not want to display.

View 4 Replies View Related

AutoCAD Civil 3D :: Draw Polyline From Point To Point Using Imported Points?

Aug 16, 2013

Im still new to Civil 3D and i would like to know how to connect inported points using 3D polylines. I imported my points from Excel in a PNEZD format. How do i get the 3d poly line to snap to my points so I can Connect them? someone mentioned using a feature line to connect the points but im not sure how or what that would do.

View 3 Replies View Related

AutoCAD Civil 3D :: Import Point Data For Each Point Includes Hyperlink

Jan 17, 2013

I have a database of points I am trying to import, and the point data for each point includes a hyperlink.  I've created a set of custom User-Defined Property Classifications for all the data types in the point database, and I've created a point file format to use to import the points. 

It's a database of existing curb ramps, the data includes things like widths, slopes, some text, and a hyperlink to the Google Streetview at each ramp.  I've created a custom point label that will show the data I need to see at each ramp.

All goes great except that the import fails because of the hyperlinks.  I've tested it by removing the hyperlinks from a small test portion of the data set, and the test points are then successfully imported.  I suppose I can delete the hyperlinks from the entire database, but if there is a way to include the hyperlinks in the point import I would prefer that.

Win 7E 64-bit, Intel i7, 12 GB
C3D 2012

View 6 Replies View Related

AutoCAD Civil 3D :: Set Default Point Style For Point Groups

Jun 20, 2012

How to set a default point style for point groups?  Whenever I import survey points, I always put them into their own point group, so I can display each day's worth of survey data differently.  For some reason, the point style always defaults to a certain style (our control point symbol).  I'd like it to default to Basic, so I don't have to change this every time.  Is it a template drawing setting somewhere?

View 5 Replies View Related

AutoCAD Civil 3D :: Coordinates Different Between Point List And Point Tracking?

Feb 6, 2013

First time importing into 2012-have csv file that I imported.  Coordinates land in right spot.   Local system-No transformations/State Plane zones attached.  When I look at them with tracking everything is okay.  When I export the points they are the same I imported.

 When I list the points they are way off?

View 2 Replies View Related

AutoCAD Civil 3D :: Point Group Name As Point Table Title

Nov 7, 2012

C3D 2012

Is there a 'property' to use the Point Group Name. I need it in the Point Table Style: Title text like this:

View 4 Replies View Related

AutoCAD Civil 3D :: Create Two Point Styles For One Point

Dec 19, 2013

I am trying to get point 1234 to show a label that says Point #1234 and then in a grading plan have that same point show up as a spot elevation.  I have tried making two point groups "Point #" and "Spot Grades" which include the same points in them with two different label styles for each group, however the point seems to only want to take one label style at a time.

C3D 2012
Win 7 x64
8 GB Ram
Quadro K4000

View 9 Replies View Related

AutoCAD Inventor :: Title Block - Assign Static Sheet Letter And Changing Page Number

Nov 7, 2011

Standard sheet number option gives you only 1, 2 and so on.

I want A1 where A does not change and 1 changes depending on sheet number.

View 1 Replies View Related

Illustrator :: How To Display Each Anchor Point Number Or Label

Jan 19, 2014

In an earlier Illustrator CS version, i was able to display any Paths' anchor point Numbers or label. But in CS6 with both "Anchor/Path Labels" enabled in Prefs. > Smart Guide section and in View > Smart Guides, no Point Numbers are displayed.

How to display each paths anchor point numbers or label?

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Changing The Anchor Point

Sep 10, 2013

I have a interesting problem with Dynamic blocks that have been created in AutoCAD 2007.  The issue that I have is with the anchor point that is set by AutoCAD when creating the block, and whether or not I can assign a different anchor point.

The block that has been created is a dynamic block to designate parcels, and contains the APN (Assessor's Parcel Number, which is hidden), Acreage, a circle, and a digit that displays within the circle.  When the block is imported to a drawing, the anchor point itself is NW of the block itself (the distance varies by the scale being used), and I would like to have the anchor point at the south quadrant grip of the circle.

The anchor point poses no problems when being used in AutoCAD, but when the blocks are imported to GIS, the anchor point causes the blocks to snap to the anchor point, rather than where they are placed physically within the AutoCAD drawing.  This is a fairly simple fix in GIS, which simply entails moving the highlighted points in to the proper position, but it is a step that I would like to eliminate.

I have attached a block for reference.

View 2 Replies View Related

CorelDRAW X6 :: Moving Pages / Changing Page Number

May 1, 2013

Is there any way different than drag and drop  for moving pages in multiple pages designs. I have some presentation designs lately and have to change pages numbers or move multiple pages.

Drag and drop is not user friendly on 30-50 pages documents.

system configuration:

Win 7 Pro 64bit, Intel i5-2500, 8 GB RAM, 128 SSD SAMSUNG + 2TB on hard drives.

corel version:

X6 VERSION: 16.4.0.1280

View 8 Replies View Related

Revit :: Convert Number Of Raw Point Clouds Into PCG Files For Insertion Into It

Nov 23, 2011

I need to convert a number of raw point clouds into PCG files for insertion into Revit.  I'd like to do this ahead of time, and preferably without having to open and insert into Revit.  I know Revit uses adpointcloudindexer.exe to index the raw file formats, but was unsuccessful at trying to launch it by itself. If this can be used as a standalone convertor, possibly by combining the exe with a switch and a file location?

View 8 Replies View Related

AutoCAD 2010 :: Changing 0.050 Dia Circles To Two Lines (x On The Center Point)

Feb 19, 2013

change all circles of a certain diameter in a .dxf file to points. I received the following lisp file. For the last 10-12 years it has worked great. We create many custom sized parts that could be cut on a plasma (utilizing the circles for holes) or punched, assigning a crosshair tool to the point. Now we are switching to a laser, and want to etch a crosshair at this same location. Our solution has been to draw the crosshair and copy to each required location. Sometimes this may be 20 to 30 locations. Now I would like to know if there is a way to replace all of these circles with a crosshair. This could be a similar lisp file, or an easier manual operation. I know that I can select all of the circles using the filter command and specifying the radius. But I don't know how to assign the 'crosshair' to these locations. (defun c:ctopt ( / ename cnt ss) (setq ss (ssget "x" '((0 . "CIRCLE")))) (if ss (progn (setq cnt 0) (repeat (sslength ss) (setq ename (ssname ss cnt)) (if (equal (cdr (assoc 40 (entget ename))) 0.025 0.005) ;use this line for a radius 0.025 +/- 0.00015 ;(<= (cdr (assoc 40 (entget ename))) 0.05) ;use this line for a radius of 0.05 or less (progn (entmake (list '(0 . "POINT") (assoc 10 (entget ename))(assoc 8 (entget ename)))) (entdel ename) )) (setq cnt (1+ cnt)) ) ) ) (princ) )

View 3 Replies View Related

AutoCAD Inventor :: Changing Insertion Point Of Part List

Aug 28, 2011

The default Insertion Point of a part list is its" range box.maxpoint",but I need to make its "rangebox.minpoint" as its InsertionPoint . My code to insert the part list is as follows :

I  have tried using the code " oPartsList.RangeBox.MinPoint.InsertionPoint = True" , imitating "oSketchLines(1).EndSketchPoint.InsertionPoint = True" ,but without luck .

View 1 Replies View Related

Photoshop :: Number Keys Not Changing Opacity In Brush Tool

Nov 13, 2012

I always used the number keys to set opacity in brush tool.  Suddenly it now affects flow, not opacity.  At the same time this functionality changed I started having to click on a mask for the [ ] keys to change brush size.  I used to be able to change size without selecting the mask.  Did I inadvertently change some setting?  I am using CS5 12.0 x 64 on Mac in 10.6.8. 

View 2 Replies View Related







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