AutoCAD Civil 3D :: Searching For Textstyle References In Styles?

Jun 18, 2012

C3D 2013.Is there a way to search the C3D styles for references to textstyles?

IOW - I know there are references to a certain textstyle in this drawing, how to find it/them without manually inspecting each style?

View 8 Replies


ADVERTISEMENT

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 :: References Not Updating

Aug 15, 2013

I have a recurring problem that I can't seem to figure out.  I have my existing grade TIN surface as a data shortcut into my roadway design file, but it sometimes will not update when opening the drawing.  The surface profile will not display until the surface is manually synced.  Any labels that are associated with that surface (or other object) will just display the ??? because it can't seem to connect to the data.  After a manual sync it seems to come back.

View 9 Replies View Related

AutoCAD Civil 3D :: Sorting Data References

Dec 3, 2012

How do you sort data references?

[URL].....

Civil 3D 2012 (64)
Windows 7 Pro (64) SP1, 16 GB
AMD Radeon HD 6900

View 8 Replies View Related

AutoCAD Civil 3D :: Broken Data References?

Jul 8, 2013

Possible to open a drawing that was created with AutoCad Civil3D 2011 and create all of your Civil objects and data references if it is a bad idea to then open it at a later date in AutoCad Civil as Autocad 2011. Does this effect any of the data in the drawing. It has been recommended here that we do this for making minor line/text edits as some folks have slower computers that cant handle the civil side of the program.

why we are constantly facing corrupt drawing files that lose references.

View 4 Replies View Related

AutoCAD Civil 3D :: Crashing Due To Data References

Jul 8, 2013

A co-worked has made a mention of "Reference Alignments not found in Reference Drawing" error message popping up multiple times this morning and said he thinks it is a trendd in many drawings that have been worked on. In my experience this message pops up if you move the location of the reference drawing, or change the name of the alignment without synchronizing.

The issue is it has been said that this is fatal erroring the drawings.

I have not worked on the project myself and am just relaying what i heard-

I know this is a very vague question, we have 2011 Civil 3d

View 1 Replies View Related

AutoCAD Civil 3D :: Creating Multiple Data References?

Feb 9, 2013

Is it possible to create more than one data reference at a time?

I have approximately 30 alignments with over 100 profiles in my profile design drawing. The interface to create the data shortcuts allows me to do so by selecting multiple alignments and profiles. This works well and is efficient. To create the data references I have to create the reference for each alignment and profile one at time. I estimate this will take at least 30 minutes.

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

View 1 Replies View Related

AutoCAD Civil 3D :: Xref Has Multiple References - Not Detached

Apr 8, 2013

I know the difference between attach and overlay for reference files. 

The problem here is that the xref IS attacehd as an overlay and I am still not able to detach it.

I am working on WisDOT transportation plans.  For those that are not familiar with these projects, certain reference files must plot black in some plan sections, but grey in others.  When we submit the plans to the utility companies, all utilities must be black. but are grey in everyother submittal.  I changed the xref level attributes to plot black with the intensions of detaching the xref and reattaching to revert back to the orignial grey level attributes.  Is there anyway that changing the level attributes is somehow not letting the xref be detached?

Intel Core i5-2500K CPU @ 3.30 GHz
8.00 GB
64-bit

View 1 Replies View Related

AutoCAD Civil 3D :: Labeling Profiles From Data References

Nov 17, 2013

We recently started using Civil3d 2013. We made a huge jump from LDD 2008. We have profiles designed and data short cuts are created. We have existing and proposed. 

Now i've created a reference and brought them into another drawing. First I tried to set up the color and linetype for each profile. When I do this. Both the existing and proposed become the same color and linetype.I do not see how to select the existing from the proposed and set the color and linetype.

Next I select the proposed profile and right click and select Edit Labels. I start to create the PVI labels. When I do this the PVI's for the existing profile get labeled. I want the proposed profile labeled. Not the existing.

View 3 Replies View Related

AutoCAD Civil 3D :: All Autodesk Files And References Were Removed?

Aug 21, 2012

After using Autodesk recommendations for a clean install, remove programs, remove files and remove registry edits I can not delete the file

C:Program FIlesCommon FIlesAutodesk Sharedacsigncore16.dll

How this file is still in use if all Autodesk files and references were removed?

View 4 Replies View Related

AutoCAD Civil 3D :: Data References Cause Program To Freeze

Apr 5, 2012

We just discovered data at our office, and I am pretty stoked about them 90% of the time. We do have one problem with them though. We are doing a small road, with 10 or so alignments and a few pipe networks of 40 pipes and structures. 1 surface, and that is about it. I made a cross sections sheet with our design file xrefed and data references to everything in it. Now it won't open. I can copy it to my local hard drive, run a recover, and then open it, save it back, add in all the data references and redo labels, but I can't open it from there.

Is there some way to have it open without syncing?

View 5 Replies View Related

AutoCAD .NET :: How To Install New TextStyle And Then Set It Current

Jul 30, 2011

i want to set a TestStyle,so I can control the fontsize,fontname,etc.

View 4 Replies View Related

AutoCAD Civil 3D :: 2012 - Find References To JPG Files In Drawings

Dec 30, 2013

URL....I have a jpg file that I needed to apply some transparency to and saved it as a png file. I now want to delete the jpg file but it's being referenced in several drawings, but I don't know which ones. Is there a way to reverse the function of Reference Manager, ie find all the drawing files that reference my jpg file?

View 2 Replies View Related

AutoCAD Civil 3D :: File Contains External References Function Fails

Jun 27, 2013

I'm trying to adjust the properties of some block objects in Mspace. When the file contains external references the function fails, when it has none it works perfectly.

Dim modelSpace As BlockTableRecord = DirectCast(M_trans.GetObject(SymbolUtilityServices.GetBlockModelSpaceId(db), OpenMode.ForRead), BlockTableRecord)
                For Each id As ObjectId In modelSpace
                    Dim ent As Autodesk.AutoCAD.DatabaseServices.Entity = DirectCast(M_trans.GetObject(id, OpenMode.ForWrite), Autodesk.AutoCAD.DatabaseServices.Entity)
                    ent.Color = Color.FromColorIndex(ColorMethod.ByLayer, 256)
                  
Using the above to get all objectid's and filter through them then using:

  If TypeOf ent Is BlockReference Then
                            Dim br As BlockReference = DirectCast(ent, BlockReference)
                            Dim btr As BlockTableRecord = DirectCast(M_trans.GetObject(br.BlockTableRecord, OpenMode.ForRead), BlockTableRecord)
                            If Not btr.IsFromExternalReference Then

View 6 Replies View Related

AutoCAD Civil 3D :: Errors From Mixing Data And External References

Aug 20, 2013

Here is the background.  

A "MODEL" drawing exists that contains only the surface model.  The surface model is data referenced into a "LABEL" drawing that contains the surface style (contours), contour labels, and spot elevations.  This "LABEL" drawing is xref-ed into a "SHEET" drawing that contains the title block and some other xrefs containing the proposed layout, ex cond, etc..

When I open the "LABELS" drawing, the data reference works.  My problem is that when I open the "SHEET" drawing, the contour labels and spot elevations cannot find the referenced surface and just contain a string of 20 or so characters.

I already have a workaround.  If I open the "SHEET" drawing, then open the "LABELS" drawing and save it, I can reload the "LABELS" drawing within the "SHEET" drawing and the problem is solved.

HOWEVER, I have a bunch of sheets that I want to publish, and publish does not work when you have to open the file and re-reference everything.  Is there anyway to get this reference working correctly so that I do not have to open multiple drawings to get my data correct?

FYI, I have already tried resetting my data shortcuts project folder, validating data shortcuts, etc. in the "LABELS" and "SHEET" drawings.

Civil 3D 2012, SP 2.1

View 2 Replies View Related

AutoCAD Civil 3D :: Drawing Has Disassociated Surface And Alignment Data References

Aug 28, 2013

I am working on roadway project where I am using Pipe Networks to layout the drainage infrastructure.  I have set my working dwg up so that I am data referencing the existing surface and proposed alignment.  I have set my pipe network up so that it is also referencing this surface and alignment.  Everything was working fine.  Labels were pulling the correct information from my surface elevations, and stations were being referenced as well, until I got a message that recommended that I recover my drawing. 

I ran recover and my surface and alignment data shortcut disappeared. My pipe network now shows questions marks where there were once stationing and it appears that the surface and alignment have completely disassociated themselves from my drawing, however they appear in the prospector, but cannot be refreshed.  Again the data shortcut symbol is no longer next to my surface and alignment, but there is a symbol telling me that those objects are being referenced by another object in my drawing (my pipe network).   I have tried refreshing, resetting the working folder, all to no avail. 

View 1 Replies View Related

AutoCAD Civil 3D :: Opening File Gets Stuck At 50% Synchronizing References For 5+ Minutes

May 11, 2012

I have a file that looks like it is going to open nice and fast and then it gets stuck at 50% synchronizing references. It literally takes over 5 minutes for the file to come completely up and ready to work on.

In the file I have an existing ground surface data reference and two corridors (with alignments, profiles and profiles views) that are basic access roads roughly 1200' long each with a very basic assembly. I also have a pipe network data referenced that is just a bunch of pipes that represent existing utilities crossing the access road so I can show them in cross sections. The final thing I have in here are 50' cross sections for each of these access roads.

 why does it take me 5+ minutes to get into this file?

View 4 Replies View Related

AutoCAD Civil 3D :: Data Shortcut File Names With Multiple DS References?

Nov 26, 2012

I have a data shortcut file where i keep my EG surface that now has File Name.dwg [DS] [DS] [DS] [DS]. What's the deal? Has this managed to morph itself into something it's not. It used to have only one, had two for awhile, and now 4 references to the DS (Datashort cut project folder).

Have I done something wrong here to get these wonky file names, would be nice to see just 1 reference being made to my DS Project folder.

View 2 Replies View Related

AutoCAD 2010 :: Why Texts That Have Same Textstyle Don’t Change

Feb 15, 2012

Why the texts that have the same "Textstyle" don’t change as the settings of the style change?

For example, suppose that particular texts have the T1 as text style. Then why if we change the value of “paper text height” of the T1 then the texts (that belong to this style) don’t respond?

At the same time, this behavior is valid pertaining the dimension style, i.e, if we change the text height of the dimension style then the dimension text responds and is changed!

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 4 Replies View Related

AutoCAD .NET :: Creating Mtext Object With Annotative TextStyle

Sep 25, 2012

I am trying to create a Mtext object with an annotative TextStyle.  I make the textstyle current (which I don't know if is exactly the same as changing the TextStyleId of the mtext object) and create the MText.  The problem which I encounter is that the newly crated MText Object has textheight as the textstyle's paper space text height, instead of scaling the text height by the annotative scale, as when you create the Mtext using Autocad menu.

View 7 Replies View Related

AutoCAD 2010 :: Dimstyle And Textstyle Created When Inserting Block From Tool Palette

Nov 5, 2013

Whenever I insert a block into my drawing from the Tool Palette, Autocad creates a Text Style and Dimension Style,both named Annotative. This happens on any drawing, with any block.

I can purge them after the block has been inserted. They are NOT nested in the blocks. I have tried recreated the tool. Nothing seems to be working.

View 4 Replies View Related

AutoCAD Civil 3D :: Manhole Label Inv References Adjacent Null Instead Of Next Manhole

Jul 24, 2013

I have a sanitary run manhole to manhole with null structures in between for lats.  Each null is named "wye(lot#)" which I really do not need labeled anywhere but grants me the illusion of order and control.  When I label the manhole (style uses text for each component) it references the inverts as from adjacent structure the nearest of which is the null.  I need it to reference the upstream manhole as the from structure. BMP?

Another issue is the text for each component.  There are times when I need to have the manhole label show "INV 8" IN 209.50 Int Drop (MH110)" or "INV 8" IN 208.75 w/ Slide (MH 108)".  But as you know if I add to one I add to all.  I found a post that discussed editing the xml to do this but my code either looked different than the example or I was looking at it cross eyed.  I think if I could add an invert type column to the structure properties pipes tab the text for each component could add it to the label.Is there a better way people have been handling this?

View 3 Replies View Related

AutoCAD Civil 3D :: Styles Not Recognized As In Use?

May 18, 2012

So I'm in the process of upgrading a project from C3D 2011 -> 2012.  As a part of the upgrade process I'm doing some drawing cleanup such as purging unused layers/objects, purging regapps, deleting unused scales and finally taking advantage of the Styles Manager in 2012 and purging unused styles.

However, I'm noticing that almost all of my styles are coming up as "unused" unless they are attached to drawing settings, even though there is clearly objects in that drawing using those styles.  I noticed this was happening when after running a purge my road profile lines were disappearing because the style no longer existed.

The items that have styles attached are DREF'd into the drawing and are not "live" objects in the drawing, if that makes any difference.

View 7 Replies View Related

AutoCAD Civil 3D :: Copying Styles From 10 To 12

Feb 4, 2013

We did the upgrade last week and I am trying to use the drag and drop to bring styles and description keys across.  Done it many times between 10 drawings.  I am opening 2 drawings-one from 10 with everything I want and one in 12 to be my template.

Problem is I am only seeing one the current drawing when I click on TOOLSPACE.

View 5 Replies View Related

AutoCAD Civil 3D :: Styles Multiply

Jul 9, 2012

I may not be using styles as efficiently as I should. I always seem to be creating styles to meet different circumstances. As shown below if I have any text that can have an arrow, directional or dragged state and a mask, I always end up creating more styles for times I don't want the arrow and/or the mask.

If there is a 3rd of 4th component this can multiply quickly. Am I missing an easier way to handle this or is this what is normally done?

Civil 3D 2012

View 4 Replies View Related

AutoCAD Civil 3D :: Export Styles To New Empty DWG

Jul 29, 2013

I had this working in C3D2011 but after having severe issued with it in 2014 I went back and tested in 2012 & 2013 where it failed as well.

If I collect all supported styles using C3D 2014 & SincpacC3D's Export Styles command and export them to a newly created Database, when trying to open that new drawing it will crash C3D with no CER. Trying to run Recover on it results in a few screen flashes and back to the original drawing/screen and no opening of that new file. However, if I limit the selected styles to Export to just label styles, the drawing opens but I get this warning:

But wait, C3D2014 IS the latest version! What the heck is going on inside that code? I cannot show the full code, but the gist of it is that creating and saving a new DWG file is pretty straight forward. As soon as I add in the StyleBase.ExportTo(exportIds, outDb, dupHandler); the file becomes highly unstable.

Again, this worked well at one time, but it sure is not now and I cannot find any reason for it to be creating these bad drawings.

View 5 Replies View Related

AutoCAD Civil 3D :: Add If / Then Statements To Label Styles

Jan 2, 2014

I am specifically working with the Section Major Offset lable. The City of Dallas wants the lable to call out the Offset distance and direction over the elevation (example "30.0' LT."). Since zero has not offset direction the label reads "0.0' T." at the center point. Is there a way to include an if/then statement in the label style to remove the hard coded text?

View 8 Replies View Related

AutoCAD Civil 3D :: Editing Existing Styles?

Dec 20, 2012

I have a set of styles created in 2010, the company I currently work for needs to have new styles added and I would like to use some of the styles I created to make my life a bit simpler in this process. I have created an Overall.dwt file using the current styles the company i work for has and I have imported my styles into this dwt. As im renaming these styles for my new company I noticed under the general tab for text style and block style I have text and block styles with my old companies name but i cant seem to find where the blocks or text style is being pulled from so i can edit it with a new name. So my question is where are these styles being saved so i can edit them

View 3 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 :: Getting Pay Item Into Label Styles

Oct 1, 2012

Is there anyway of getting assigned Pay Items int a label style? I tried adding a text component but there is never an option for payitems.

Civil 3D 2012 & 2013
HP Z210 Workstation
Intel Xeon CPU E31240 @ 3.30 Hz
12 GB Ram
64 Bit Win7 OS

View 2 Replies View Related

AutoCAD Civil 3D :: Amending Surface Styles

Sep 24, 2013

I have been out of civil 3d for a while so a bit rusty, I like to have a surface with contours, so that I have 0.1m increments min and 0.5m max but when I go to the surface properties to amend it I would have a standard set of 1m to 5m design & 2m to 5m background etc... in the surface style...

View 4 Replies View Related







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