AutoCAD Civil 3D :: Update Field Isn't Updating As Expected

Jan 7, 2013

I have a field in a block and all the FIELDEVAL variables are set as shown in the screenshot but the field doesn't update on REGEN - I have to issue the UPDATEFIELD command to update the field.

There was a previous thread started in March 2011 with the same problem - is this another unresolved bug? (No connection with Autodesk other than using the products in the real world)

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 9 Replies


ADVERTISEMENT

AutoCAD Dynamic Blocks :: Field Value Not Updating Attribute Value

Jan 29, 2013

I have created a rectangle whose length changes.The value of the paameter "Dist1" is this length field that I associate to the attribute value. Basically, echo length from Dist1 into the attrib value.

The problem is when I insert the block into the drawing the value is shown as "DIST1", even after regen. 

Once I pull the grip point to a new length and regen it still shows "DIST1".

If I go into the ddedit and select the edit box (for multiline data field) the shown value will correct itself, but only one time.

If I change the length again, the dimension does not update. 

It worked fine when I tested the block but is having issues days later.

View 4 Replies View Related

AutoCAD Inventor :: Frame Member Description Field Not Updating

Jan 12, 2012

I have a user that is creating frame work using custom members copied from the standard.  We have edited the frame members to use the company's part numbers and description and everything works fine.  The Parts List populates with the correct part number / stock number and description just fine.   I have customized the Part List style to display the stock number if one is available so that it shows correctly. 

The problem comes when changing the size of a frame member out.  Frame Generator creates a new file for that member and the Parts List displays the correct Stock number but the description still shows the original size's description not the one associated to the new member's size. 

I haven't tried it but I am sure that deleting the Parts List and reinserting might fix the problem but there are other lines in the Parts List that have Static overrides and the user would have to redo all that.  Why does the PN/Stock Number update correctly but the Description does not?

Dell Precision T3500
Xeon 2.13GHz - Windows XP sp3
3GB RAM
nVidia Quadro FX 580
Erik J. Kurek
MCADAE, ICE, MICE
Manufacturing SME
Inventor 2013

Dell Precision WorkStation T3500
Bus Clock: 4800 megahertz
2.40 gigahertz Intel Xeon
8192 Megabytes Installed Memory
Windows 7 Professional (x64) Service Pack 1
NVIDIA Quadro FX 3700

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Rotating And Updating A Field Within A Block?

Jun 5, 2007

Attached is my latest block that I'm working on. how to keep a field readable (horizontal) when rotated. What I need to do to update a field that is linked to an attribute when the attribute value is changed? The UPDATEFIELD command does not seem to work on it for me.

View 9 Replies View Related

AutoCAD 2010 :: How To Update Date Field

May 14, 2012

I'm using ACA2012 x64 but I suppose this question is applicable to all flavors of AutoCAD. Is there a routine that will insert today's date in a drawing and update that entry when the drawing is opened? Fieldeval won't update date fields.

View 3 Replies View Related

AutoCAD 2013 :: Automatic Field Update

Jan 9, 2014

I am having problems with the automatic field updates. I've made a dynamic block with a length parameter "LENGTE (mm)" and a stretch action. In this block I also made a Attribute "LENGTE" the value of this attribute is linked to the length of the parameter with a field. The system variable "FIELDEVAL" is 31, so when I save or plot, or ..., the value of the attribute will be updated to the exact length of the parameter.

Now when I insert the block and stretch the parameter to a desired length and I save the drawing the attribute is updated and it has the same value as the parameter. But when I close the drawing and I open it again AutoCAD changes this value to ###. I tried the command "UPDATEFIELD" but the value doesn't come back. I have made a command string "c^c^_fieldeval;0;0;save;close" so that when i close the drawing AutoCAD sets the system variable FIELDEVAL to 0 then saves it and closes the drawing, so when I open the drawing again AutoCAD doesn't update the fields. That solved the problem. When I open the drawing again, I made a command to put the fieldeval back to the default value "31", so when I change the length parameter the attribute "LENGTE" will be updated again after a save or a plot. But then it goes wrong and AutoCAD changes the value back in ###. What is the reason that AutoCAD can't update that field, it works fine when the drawing stays open but when the drawing has been closed and I open it again it doesn't work anymore?

View 9 Replies View Related

Photoshop Elements :: Write Tags To Images That Was Updating Tag Field In Files

Aug 11, 2013

With previous version of Photoshep Elements there was a command under file: Write tags to images that was updating the Tags field in the files.
 
Where do I find the same in Photoshop Elements 11?
 
I tried Save Metadata but it does not works (and the files are NOT protected)

View 1 Replies View Related

AutoCAD .NET :: Update Field Data - Redefine Block Attributes

Jul 7, 2011

I've got a block with multiple attributes. This is not a problem to redefine the blocks attributes.

Some of the attributes contains dynamic fields (blockplace holder x y z parameters) When i insert a block with such atributes that includes the blockplaceholder dynamic fields i get

X: InsertionPoint => It is recognized as an Dynamic field but displays InsertionPoint. and does not update the value.

How can i update the fielddata from vb.net?

Part of the code I use (where i think the problem is)

For Each attid As ObjectId In refbtr attent = tr.GetObject(attid, OpenMode.ForRead) If TypeOf attent Is AttributeDefinition Then Dim attdef As AttributeDefinition = attent Dim attref As New AttributeReference() attref.SetAttributeFromBlock(attdef, myBlockRef.BlockTransform) Dim attrefid As ObjectId = myBlockRef.AttributeCollection.AppendAttribute(attref) tr.AddNewlyCreatedDBObject(attref, True) End IfNext

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Field Update Customscale Viewport

Feb 22, 2013

I'm trying to create a field in a block (titleblock) that will automaticly update when I change the viewportscale.It's mostly only 1 viewport, sometimes a second of even 3rd but, they are not important to the titleblock.

I've read aboud fields and diesel expressions. I've tried and it works. there is only 1 problem,It only works with the object (when field expresssion, object, custom scale) in this case the viewport pressent at that time. 

When i use the same field with the same expressions, it does not recognize the viewport/object.Is there a way to make the field, diesel expression or even something else, work without it's need for a

object name. Perhabs that the expression gets the viewportname from a lisp, something like: (setq ss(ssget "X")) ;some thing like this Can it be done?

View 8 Replies View Related

AutoCAD Inventor :: Custom IProperties Not Updating In Drawing When Update Assembly Model?

Nov 19, 2012

I'm using Inventor 2011 and when I go to change parameters using iLogic in an assembly model, (sometimes it is a component suppression, other times it is an iPart component change) it won't update the associated drawing file. I need to go into the BOM on the drawing and renumber the balloons, or change something else in order for the custom iProperties to update in the drawing template. If I just change the iPart component, then the BOM doesn't need to update making the renumbering of balloons redundant.

I'm using iLogic to update all of the iProperties and component references, then reattach balloons. What I would like to do is automatically update the custom iProperties drawing template fields, and renumber the drawing BOM.

View 2 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 :: Surfaces Are Not Updating

Feb 5, 2013

I am having a problem with my data shortcuts for my surfaces not updating. I have 2 surfaces (one ex and one prop) both are on auto-rebuild.  Both of them are in separate files and data short cutted into my profiles files (I have one for water, one sewer and a third for storm drains). Any time I make a change whether I add or subtract data the file the data does not update in the profiles. As a work around I have been creating a new data short cut and adding it to my profiles files. What am I doing wrong that would make them not update?

View 9 Replies View Related

AutoCAD Civil 3D :: Field Book / CSV Discrepancies

Jun 4, 2012

We are trying to begin importing data directly from Tremble field book files into CAD so that we can process survey linework. What we are seeing is a shift of about 2 feet from the imported survey network and what the CSV values are when exported from the data controller.

View 2 Replies View Related

AutoCAD Civil 3D :: How To Use Field Book Data

May 23, 2012

I have an alignment which is complete in all respects. Profile also has been finalized. now the the survey (joint cross section) has been carried out and the output is in the form of field books. we hav the data in formate like we hav km and than offset left and right and than elevation.

my question is that  how to use this data in civil 3d for creating cross sections and computing earth fill quantities.

View 7 Replies View Related

AutoCAD Civil 3D :: Updating Styles In 2011?

Feb 19, 2013

I have a job that the customer provide the original CAD files with Civil 3D styles in them. As the project has progressed we have found many of the styles were not created properly and notified the customer. They have told us to fix the errors and send them the corrections...

Now that I have one file working properly I have to push the changes to the 30+ styles through the 100+ files of the job. Is there a quick way to do this in Civil 3D 2011? (It is part of our contract to use this specific program and release year without converting the files.) Or do I need to drag-and-drop each style into each file?

AutoCAD Civil 3D 2012 (Primary), 2011 by contract.
Dell Percision T3500: MS Windows 7 64-bit SP1; Intel Xeon CPU W3505 @ 2.53GHz, 12.00 GB RAM, NVIDIA Quadro 600

View 4 Replies View Related

AutoCAD Civil 3D :: Label Assembly With Field Automatically

Feb 21, 2011

Found a link to some code (URL...) to automatically place an Mtext field to label assemblies. It was written for C3D 2009/2010 but I can't get it to work for 2011 - any VBA gurus care to take a look to see if it will run (or not) on 2011.

View 7 Replies View Related

AutoCAD Civil 3D :: Autolayout Point Field Missing?

Jun 4, 2012

i am doing a part builder totorial and when i right click autolayout data nothing happens. there is supposed to be a plus sign and you can assign the 'insertion point" of the structure.

View 2 Replies View Related

AutoCAD Civil 3D :: Convert Measurements From Field Into X / Y / Z Coordinates

Jun 9, 2012

I am new in civil 3d 2012 software and i have a major problem. i am a survey engineer and i have a topcon 3005 LN total station for using in field. i want to convert measurements from field into xyz coordinates via methods of civil 3d. i find that civil 3d uses fbk format (i don't know what is it), but my total station uses TOP format (ascii)

i ll give you two examples

EXAMPLE OF FBK FORMAT

UNIT FOOT DMS
HORIZ ANGLE RIGHT
PRISM CONSTANT 0
PRISM OFFSET 0
EDM OFFSET 0
CR OFF
ATMOS OFF
COLLIMATION OFF
JOB LINEWORK SAMPLE
SCALE FACTOR 1.000000
VERT ANGLE ZENITH
NE 1 5000.000 5000.000 263.650 "STA1"
NE 6 5088.000 6104.000 249.635 "STA6"
AZ 6 6000 135.000000
AZ 1 1000 315.000000
STN 1 0.000000 "STA1"
PRISM 0.000000
FC1 VA 1000 0.000000 00.000 90.000000 "AZMK"
FC1 VA 2 117.563300 300.023 90.421692 "STA2"
FC1 VA 101 29.082602 91.481  89.454093 "SDWK1 B"

EXAMPLE OF TOP FORMAT

S S1                  1.443   
D S2                            1.564  328.7150   93.7675     4.412
D 3                             1.564  225.6570   92.1310     9.926
D 4                             1.564  241.7630   93.1510     9.680
D 5                             1.564  256.0790   91.9080     4.420
D 6                             1.564  344.5500   89.1070     1.714
D 7                             1.564  189.6990   90.3460     1.703
D 8                             1.564  203.8600   88.6180     2.567

Need converting TOP format to fbk format?

View 5 Replies View Related

AutoCAD Civil 3D :: Description Key With Field Code Escape?

Apr 30, 2012

Why is that if I import some points that have a "/" (field code escape) the symbol does not come in. For Example: TP/ 1' N.S

Civil3D 2013
Windows 7, 64 bit
Intel i7 2600 @ 3.40Ghz
16 GB RAM
Nvidia Quadro 600

View 4 Replies View Related

AutoCAD Civil 3D :: Field Data For Surface Creation

Feb 1, 2013

I have a 1 mile road topo coming up for design purposes.  The curb is standard, but there is full curb & depressed curb.  If you had your way from the CAD seat, what shots do you prefer?

Most accurate I've seen iis Centerline, Edge Pavement/Edge Concrete Gutter, Flowline Gutter, Face Curb, Back Curb.  More fieldwork, but made a good product. 

What I have seen is CL, EP, BC, then "let them just use a template" and several variations thereof.  

I have never seen a good way to automatically offset from say BC only and  handle depressed curb by field coding.

View 1 Replies View Related

AutoCAD Civil 3D :: Importing Field Book File

Aug 27, 2012

I am having trouble importing a field book file.......I click the option to import survey data, verify the survey database then select the field book option but at that point Civil 3D does not alow me to browse to select a field book file.

View 1 Replies View Related

AutoCAD Civil 3D :: EG Profile Not Updating After Alignment Is Modified

Mar 12, 2013

I created an alignment in one file.  Then in another file I data shortcut that alignment in.  From there I created an existing ground profile using that alignment.  Later I modified the alignment. When I go into my profile drawing containing the existing ground profile, it did not update.  I have had this happen on several projects and I can not figure out why it is not updating.  My station range on the existing ground profile is set to automatic. 

I used to do this all the time in 2012 and never had this problem. I am using 2013 with the latest update..

View 6 Replies View Related

AutoCAD Civil 3D :: Updating Sheets From View Frames

Dec 17, 2013

I am using AutoCAD Civil 3d 2012.  I have succesfully created a View Frame Group (VFG) from an alignment and then created Plan Profile sheets from that View Frame group.  I did create the sheets in a separate file from the View Frame group (that is an option when you create the sheets).  It appears that if I change a View Frame using the grips, the corresponding sheet viewport doesn't change based on the edits to the view frame.  I must manually update the sheet plan viewport to align with the edited location of the view frame.  Is there a way AutoCAD will do this automatically or does it just not do that?  Do I have to create the whole sheet set again or can I just recreate that one sheet?  I don't want to do that since create the sheet will create a new profile view.

View 2 Replies View Related

AutoCAD Civil 3D :: Data Shortcuts Not Updating Properly?

May 22, 2013

So I've got a customer who's upgraded drawings from a previous version of Civil 3D to Civil 3D 2013. One drawing contains data shortcuts to pipe networks, alignments, and surfaces. At the drawing open the pipe networks are updated, but none of the other data shortcuts are. Removing the pipe network data shortcuts allows the other data shortcuts to be loaded normally. Using SYNCHRONIZEREFERENCES updates all of the data shortcuts normally in the darwing. So I strongly suspect the pipe networks are the cause of the issue. Opening a new drawing and creating a data shortcut doesn't exhibit the same issues. Also WBlocking the trouble drawing doesn't work either.

[URL]

View 2 Replies View Related

AutoCAD Civil 3D :: Updating Cross Sections With New Surface?

Aug 7, 2012

I have a drawing with some cross sections of road showing the Proposed road surface and Existing ground surface. Now we have received a new ground surface and we have to supersede the old ground surfae with the new one. is there any way to swap the surface in the existing cross sections?

View 5 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 :: Updating Map - Generic Leader Style

Feb 4, 2013

I am updating a map and besides manually creating my own block for the "arrow" of the leader. Is there more then one generic leader style I am unaware of to make life easier?

View 1 Replies View Related

AutoCAD Civil 3D :: Updating Surface After Receiving New Survey?

Aug 6, 2013

I created a surface based on survey data, recently i recivied an updated survay (new DTM).

Is there a quick and painless way to update the surface? Obviously this surface is the basis for my entire design 8)

View 5 Replies View Related

AutoCAD Civil 3D :: Updating Sheet Set Custom Properties

Dec 2, 2013

I have a set of drawings with a large number of sheets.  I need to do a mass edit of the properties for each sheet (for example update the revision number, date, checked/design/approved/drafting initials, description).  The updated properties are largely similiar.

Is it necessary to update each sheet's custom properties individually, or is there an easier method?

View 2 Replies View Related

AutoCAD Civil 3D :: Updating Pipe Network Via CSV File?

Jul 9, 2013

i have "as-built" data in csv format for my pipe network assembly.

i'm using C3d 2011, i dont see a way i can import or batch edit the pipe network data with the current csv data.

i can export the pipe network to an excel table through the panorama, i was hoping there was a way to edit that data and push it back into the dwg file.

View 3 Replies View Related

AutoCAD Civil 3D :: Add FeatureLine Triggers Updating Points?

May 14, 2012

I have a few sites that I use just to keep FeatureLines that I'm using for construction and don't want them interacting with anything in other sites. Of the when I draw an FL in one of those sites I'll get a message such as "Updating 286 points". This takes over 2 minutes to accomplish.

Since I don't have a lot of FeatureLines in the sited I wouldn't expect it to take that long. If it were a complicated site I might not think anything of it. If I add another FL I will still get the same message with the same # of points. So it isn't based on the number of vertices in the FL in that site or it would increase after adding each FL. There is no Surface that uses these FL. So It isn't updating a TIN.

Civil 3D 2012
Dell T7400, 4GB RAM, Win 7 Pro.

BTW. If I delete the FL I don't get any message or lag.

View 9 Replies View Related







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