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
ADVERTISEMENT
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
Jun 13, 2012
Creating a format to keep a number following a code.
My code is BCCD#
My format is DFL CC $+
My result now is:
Raw Desc. BCCD1 B (Bottom of Concrete Ditch)
Full Desc. DFL B CC (Ditch Flow Line and Type)
I am attempting to create a key that will create the following full description from the raw description:
Raw Desc. BCCD1 B (Bottom of Concrete Ditch)
Full Desc. DFL1 CC B (Ditch Flow Line and Type)
The reason that I need to change the description is to comply with certain standard codes from an outside entity but I do not wish to change the filed coding that we use in house. I cannot seem to find a parameter that would allow me to keep the number behind the DFL descriptor
View 3 Replies
View Related
Mar 13, 2008
Is there a way to exclude points from a point group that have no description?
View 4 Replies
View Related
Nov 28, 2012
In LDDT 2009, I was able to describe points like this: STK #32
But in Civil 3D 2013, whenever I use the # symbol, the description gets truncated. So, using the point description above, it will show up in Civil 3D 2013 as STK rather than STK #32.
Is this a setting or something that I can switch on so that the I can use symbols such as # and - in my point description?
View 6 Replies
View Related
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
Mar 15, 2012
I am trying to set up our templete and I am having issues. I have set up description keys and such. When I import our survey data all comes in (ie blocks and linework). The problem is when I try to plot the block that are inserted on what appears to be the correct layer they do not plot out. When I freeze the point layer the block disappears as well. What setting am I missing that will create the blocks according to the description key and keep them on a separate layer like it did in Land Desktop but keep them dynamic? I am not sure if the subscription service covers.
View 9 Replies
View Related
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
Mar 27, 2013
Is there a way to have a multiline point description? For example, in the raw description, i wrote out the text, but I would like to return a line for the parentheses.
Civil 3D 2013
Windows 7 64-bit
Inteel 2.40 GHz 8 GB RAM
Dell T7600
View 2 Replies
View Related
Dec 6, 2012
Civil 3D 2013 SP1 (64bit)
When importing an event, my point descriptions are cutoff at 16 characters.
Is there any setting to increase this?
If I have Microsoft Access installed on my computer, can one easily modify the table?
If you can modify the table using Access, can you define a default DB or would I have to redefine the string length within a table everytime I create a DB thru Civil 3D GUI?
View 8 Replies
View Related
Oct 17, 2013
How shall I draw lines into a created surface using raw or full description of ascii file format(COGO)
for example in the imported file i have points to describe a road center line(CL),or edge of the road(ERD),breaklines(BRKL) and want lines represented by the descriptions to be drawed in the surface so that i can use the lines as guides in profiles design.I didn't want to use point number which are not serially ,and have tried to use point grouping without any success
The attached file could be of good use.
View 2 Replies
View Related
Dec 1, 2012
How would I create a Point Table that would allow me to have Point#, Type, Size in individual columns when I have decription keys that area like this;
GUM 6 to be a 6" GUM.
Is there any way to have the data for the Type in one colum and the size in another?
C3D12
C3D12-13
Win7x64 6gb
View 3 Replies
View Related
Nov 26, 2013
C3D 2012 SP4
Win7 Pro
I want my survey symbols to come in on their own layers, separate from the point label. Lets use UPOL as an example: I have a point style UPOL*. It has assigned to it a block representing the utility pole.The size is set to drawing units, and sized to .1 inches.
The marker is on layer: V-NODE-POLE-SYMB
The label is on layer: V-NODE-POLE
The description key is as follows. UPOL*
Style: UPOL*
Point Label Style: Standard
Layer: V-NODE-POLE-SYMB
No other parameters have been choosen; scale parameter, fixed scale, or use drawing scale.
Have I done this correctly, to accomplish my task? I also noticed that I cannot turn the point label off by picking it. I have to turn the layer off in the layer manager.Should I use the description keys to scale the symbol, instead of the point style?
View 8 Replies
View Related
Aug 24, 2011
In an effort to firm up my understanding of how styles, point groups, description keys and layers collide, I followed the recommendations of an article. How groups/deskeys function together for layer visibility.
This process of Layer visibility that is supposed to make the program flexible makes it almost impossibly complicated.
View 9 Replies
View Related
Jun 20, 2012
I have been trying to export our 2012 DescKeys with Point Styles and Labels to 2011. How to do this without recreating them all.
View 2 Replies
View Related
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
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
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
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
View Related
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
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
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
Oct 21, 2011
we are updating fron LDD 2004 to Civil 3D 2012 needles to say it a huge change. I've got my template almost done I'm just having one problem. With LDD any point that came in with a raw descripitoin not within the description key it would be placed in the current layer with point number, descripton and elevation. How do I make that happen with Civil3D do I have to change my default lable settings? When I import points with a raw description not within my description key it places the point on Layer 0 and only shows the node no point number.
View 2 Replies
View Related
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
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
Nov 21, 2013
I have just started using the multicam since upgrading to 7.1. Apparently I have got a 2 hour sequence with only two cameras all HDV footage. After about an hour of my live cuts, I started noticing slight freeze of about a second or so when I cut to a camera. I tried this with the mouse and the keyboard and still the same.
I am running Windows 7 Pro 64 bit,
HP XW6600
Dual Xeon 5450 @ 3Ghz
GTX 570
16GB RAM
View 2 Replies
View Related
Sep 27, 2013
Is there any way to automatically fill in description in iProperties (.idw) from model description?
View 7 Replies
View Related
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
Apr 24, 2012
Is there a way to add descriptions to DS project folders after the fact?
View 9 Replies
View Related
Oct 30, 2013
I want to implement the following Key SAN10L....I have tried many codes to accomplish this: SAN*L, SAN##L, SAN?L. The 10 in the code represents a number from 1-99. The "L" is alphabetic. I want to use the survey database to create linework. I have everything setup, but cant get the code to work to generate the linework.
View 4 Replies
View Related
Jun 19, 2013
I'm trying to make a description key set for our surveyors and am running into a problem with one description. For an iron rod they will use the description CH*IR 3/8 W/CAP. I cannot get the point to come in using the right point and label styles.
View 5 Replies
View Related