AutoCAD Civil 3D :: Unable To Remove Layers / Blocks / Point Styles

May 3, 2012

I have a drawing with a bunch of layers that cannot be deleted since they are nested in block definitions. However, the blocks are not in use and cannot be purged. I think it is because they are referenced for point styles, that are also not in use. Is there a way to delete the point style in order to clear these layers and blocks?

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Controlling Layers In Point Styles

Aug 16, 2013

I am having layer control issues when dealing with Point Styles. I have a Description Key set up that will put the specified point style on a certain layer. For instance the point style COMH will be placed on the V-UTLY-MH layer upon insertion. The point style that I have created will have the Marker associated to the V-UTLY-MH-SYM layer and the Label associated with the V-UTLY-MH-LABEL layer. I also have the check box at the bottom of the Object Layers Tab in the Drawing Settings Dialog box checked that says "Immediate and independent layer on/off control of display components" checked. With all of this set up, I still cannot independently layer on /off the label of the point style without having to create a Point Group Style and have no label style selected within the Point Group Styles Properties.

While I understand how to do this and can set up multiple Point Group Styles and push them up and down to get the visuals to do what I want, we have to deliver our drawings to clients who are not the most CIVIL 3D savvy of people. Any work around that does not involve duplicating and exploding the cogo points just so that clients can layer on/off or freeze/thaw the point lables in a drawing? I have included an image of the settings with the code used for the COMH point style and description key settings.

View 2 Replies View Related

AutoCAD Civil 3D :: How Styles / Point Groups / Description Keys / Layers Collide

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

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 Civil 3D :: Text In Blocks Styles?

Jul 23, 2013

I can't find information for how a block's text is utilized in a style. Here are some details. I have a unitless block with a non annotative text size of 10. This block is part of a style with a size 'use drawing scale' of .12. At 40 scale, it inserts at 4.8 size. If I change the text size to 8 it inserts at 4.8. If I hcange the text size to 5, it inserts at 3.

My question is how are the annotation scale, block text size, and style insert size tied together? OR are there other variables influencing the scaling? I have attached a screen shot of some of my unofficial tests.
 
Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit
C3D 2014 SP1
Dell M6600, Core i7 @ 2.3GHz, 16 GB ram
Dell T3500 workstation, too much ram to post

View 3 Replies View Related

AutoCAD Civil 3D :: Defining Point Styles

Mar 16, 2012

Trying to figure out how to define the folder I want my drawing to search in to find a specific set of point styles we have set-up. As it is set up right now, I am not sure where the program is looking to find the standard set of point styles it is showing, but its just showing basic civil point (ie. CB's, IP's, BM's, etc.). I have tried a few things to make it automatically grab the point styles I have in a set-up folder but is won;t display them.

The reason I need this, is that I want to set it up so that when I import points from my survey file, I want them to automatically insert into my drawing as the correct block (or point style), based on the survey code used.

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Remove Blocks In Locked Layers?

Jun 25, 2012

The routine below delete group of blocks by name, but if the blocks are on locked layers, these are not removed.

How can improve the lisp?

(defun c:deleteblock (/ rn ss)(defun Jd (realname) (setq ss (ssget "x" (list '(0 . "INSERT")(cons 2 (strcat "`*U*," REALNAME))))) (mapcar '(lambda (x) (if (not (eq REALNAME (vla-get-effectivename (vlax-ename->vla-object (cadr x))))) (ssdel (cadr x) ss))) (ssnamex ss))(setq ss_len (sslength ss)) (command "_erase" ss "") ) (setq rn (vla-get-effectivename (vlax-ename->vla-object (car (entsel "
Select the block you want to delete:"))))) (jd rn) (princ (strcat "
" (itoa ss_len) " Blocks called "" rn "" has been deleted")) (princ) )

View 9 Replies View Related

AutoCAD Civil 3D :: Blocks In Line Label Styles

Feb 15, 2012

I have a line label style that consists of two blocks (crowsfeet). The blocks are taking on the properties of the current layer when xrefed. I have enclosed a couple of drawings to show this behavior.

Open the "crowsfeet sheet" drawing. You will notice the crowsfeet are green.

Change the current layer and regen. The crowsfeet will change to the color of the current layer.

To take this one step further:

Freeze the current layer in the current viewport. The crowsfeet disappear.

Change the current layer. The crowsfeet reappear with the color of the current layer.

The objects in the blocks are on layer 0 with a color of bylayer. Changing the color to byblock produced the same results.

The only workaround I found was to change the color of the objects in the block to something other than bylayer or byblock.

Civil 3D 2012 SP3 | Win 7 64-bit SP1
Xeon E5-1620 @ 3.60GHz, 16GB Ram | NVidia Quadro 600

View 6 Replies View Related

AutoCAD Civil 3D :: Flatten Point Styles To Elevation

Sep 21, 2012

Is there a way to change all your point styles display mode (flatten to elevation, use point elevation, or exaggerate elevation) at once? I don't mean make a new style and then apply it to all points: I want to systematically change it for all my current point styles.

View 5 Replies View Related

AutoCAD Civil 3D :: Erase Certain Point / Label Styles?

Sep 11, 2013

I cannot erase certain point styles/label styles in Civil 3D. Why is this, and is there a way I can?

View 2 Replies View Related

AutoCAD Civil 3D :: Node Osnap Not Recognizing Certain Point Marker Styles?

Oct 31, 2012

Is there a reason why the "node" osnap won't recognoze certain point markers?  I have recently begun using named plot styles and I have been revising some of our markers to reflect this.  I have noticed that some of the point markers (it seems like markers that use a circle as part of the marker) won't show the node marker no matter how I hover around it.  Others seem to be normal.  

View 7 Replies View Related

AutoCAD Civil 3D :: Points / Symbols / Point Styles And Description Keys

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

AutoCAD Civil 3D :: Point / Label Styles To Show Trees On Survey Plan

Apr 20, 2013

I am trying to set-up point and point label styles to show trees on a survey plan. The point styles is set with a block, and a label is a regular label style that shows a point number and elevation. The problem comes when the label is positioned outside of the block that represents the point. What I need is sort of fixed offset from the center of the point.

View 9 Replies View Related

AutoCAD Civil 3D :: Import Survey Data Default Point Group Styles

May 3, 2012

When you use the Import Survey Data wizard it automatically creates a point group that goes to the top of the list. This used to be created with a standard point style and description, but something has changed and I'm getting a different symbol and label that I definitely don't want as the default. I would think that this would be controled by the CreatePointGroup settings, but that isn't working for me. I can't find any other settings that would override or control this.

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

View 9 Replies View Related

AutoCad :: Scale Up 100+ Blocks At Once And Have Each Base Point As Blocks Insert Point?

Jan 25, 2013

Can I scale up a 100+ blocks at once and have each base point as the blocks insert point?

View 9 Replies View Related

AutoCAD Civil 3D :: Linking A Dwg To Another Dwg For Updating Styles And Layers

Feb 12, 2013

I am using Civil3D 2013. I was wondering if there was a way to link your dwg to a master dwg file? For example, if i were to copy the dwg into folder A and copy a dwg into folder B. I would then update the master dwg with either a layer color change or linetype or add a layer / label etc, could those changes from the master be (linked) or a child or the parent master dwg? Or does this work with dwts?

View 8 Replies View Related

AutoCAD Civil 3D :: Plan Production - Layers And Styles On Sheets

May 14, 2013

I'm using the Plan Production feature of Civil3D 2012 (x64). Here's my scenario:

I have a base file with all company style and layer standards. I have an alignment and profile in this base file, which I am creating sheets for (plan and profile, same sheet). I create my VFG and generate the sheets from this base file. My sheet template creation .dwt file only has a couple layers in it (nice and clean).

Is it normal behavior for the sheet files being created to have ALL the company layers and styles associated with the base drawing where the VFG and sheets were created from? I would think only the layers/styles used for the alignment, profile, and profile view would be transferred to each sheet.

View 5 Replies View Related

AutoCAD Civil 3D :: Point Blocks And Description Keys?

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

AutoCAD Civil 3D :: Globally Scaling Blocks Around Its Insertion Point

Jun 18, 2013

Where can I find the command to globally scale blocks by selecting them and it scales each block around its insertion point.

View 3 Replies View Related

AutoCAD Civil 3D :: Unable To Add Survey Point Manually

Apr 4, 2012

Survey database is open for edit, drawing displays survey points and figures from imported survey data files. When I try to use _AeccCreatePointManual, after selecting a location, entering a description and elevation, no point is created. The command appears to complete and gives no error but no point shows up in the drawing or survey database. Default layer is <use current>.

View 6 Replies View Related

AutoCAD Civil 3D :: Unable To Open Point Creation Tools

Dec 3, 2012

While trying to troubleshoot another user's problem, I discovered that I can't open the point creation tools on my computer.  I can create the points by picking the appropriate type of point I want to create under the menu, but I can' change any of the point creation tools options.

Nothing happend when  I click on points->create points.on the menu.

Nothing happens when I click on points->create points on hte ribbon.

I can create points by clicking on points->create points miscellaneous->manual either the ribbon or the menus.

It's like the command to open the Create Points Tools is somehow disabled on my computer.

-Civil 3D 2013 sp2
-Windows 7 64-bit
-Intel i7 Dual Core with 2.40 GHz
-8 GB of RAM
-AMD Radeon HD 6770M
-Civil 3D user since 2007

View 5 Replies View Related

AutoCAD Civil 3D :: Point Groups / Surfaces Different Layers And Colors

Jul 18, 2013

write out the steps involved in importing one set of points to a point group so that it is one color and on one layer and a different set of points onto a different layer with a different color? We gather survey data using different methods and want to be able to overlay the data sets for quality control purposes and them being the same color is crazy making

View 8 Replies View Related

AutoCAD Civil 3D :: Same Point Group Are Imported Into Separate Layers

Oct 31, 2012

I am running C3D 2010. 

Somewhere along the line, someone in our office made our template import points into separate layers based on the RAW Description. I would like to un-do this. So far, I have deleted every point style & point label style except for 'Basic'. Inside of 'Basic', the layer is 'V-NODE'. However, some of my points are still coming in on layers like: 'V-Site-'(Raw Desc). 

I'm about to start from scratch on the template, however, I'd like to avoid that because of the array of styles that are in it.

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Difference Between Point And Base Point In Parameters

Sep 26, 2013

What's the difference between the "Point" Parameter and the "Base Point" Parameter in the Block Authoring Parameter Pallet?

HP DV7 Laptop
Intel Core i7-3820QM 3rd Generation Quad Core 2.7 GHZ CPU
16 GB DDR3 RAM ( 2 DIMM ) / 180 GB SSD
Nvidia GeForce 650M Graphics w/2 GB Memory
Windows 7 Professional 64 bit / AutoCAD Civil 3D 2014

View 6 Replies View Related

AutoCAD Civil 3D :: Applying Default Contour Labels Styles To Surface Styles?

Aug 21, 2012

How do you apply certain contour label styles to certain surface styles (i.e. When I have an existing surface i want the default contour labels to be an "existing contour" style).  Right now the default is a "finished contour" label style for all surfaces.

View 4 Replies View Related

AutoCAD Civil 3D :: Unable To Change Color Of XREF Layers

Feb 11, 2011

I am referencing a survey file in my site plan.  Both were created using Civil 3D.  I want to change the color of all of the reference files' layers to 250, so I selected them all in the layer properties manager and did so.

However, some layers are not changing colors.  One layer is red in the reference file, but comes through on the site plan as magenta.  Some Civil3D structures are also refusing to change colors.

I selected all of the objects in the reference file and made sure their colors were "by layer," but it did not completely fix the problem.

View 7 Replies View Related

AutoCad 2D :: How To Use Two Point Styles In One Drawing

Feb 27, 2013

How to use tow point styles in one Autocad drawings . I need two point in drawing.But both point styles most be different. Its possible or not.

View 6 Replies View Related

AutoCad :: How To Remove Or Purge Unused Text Styles

Nov 5, 2013

I was looking a lot after a simple tool, to can remove or purge unsed textstyles.

View 1 Replies View Related

AutoCad :: Printing Blocks With Named Plot Styles?

Dec 4, 2011

I am trying to insert blocks (nuts and bolts, external equipment, etc.) into a drawing that uses named plot styles. Then I want the inserted blocks to print with, say, 30% screening. I've tried different flavors for the blocks, By Layer, By Block, Layer 0, other layers, etc. The only way I can make this work is to go to the original block with Block Editor, and then change the individual lines to "30% Screening". It is pretty time-consuming.

View 5 Replies View Related

AutoCAD Map 3D :: Adding Different Styles At Start And End Point Of Lines

Nov 15, 2011

I want to add say a circle and an arrow at the two ends of a line. I am able to do it using Blocks for one single line by inserting the blocks at desired locations. But how to do it for say all the lines in a drawing or shape file without customization.

View 1 Replies View Related

AutoCAD Architecture :: Configure 2010 To Point To Specific Folder For Plot Styles

Jan 28, 2011

How do I configure AutoCAD 2010 to point to a specific folder for the plot styles (ie. *.ctb files)?

View 2 Replies View Related







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