AutoCAD 2013 :: Creating IF-function Into A Field

Sep 27, 2012

I am creating a drawing template that everyone in my office will use, stored on a shared location. I want the label "Drawn by ...." in the title block to be filled automatically with the drafter's name who created the drawing. It would be easy to just add the field "Author" or "LastSavedBy", but my situation is more complex. Our workstations are identified by a code that consists of first two letters of given and last name, for example John Smith's computer is named JOSM. So if I use "Author" field, then I would get "Drawn By JOSM", but I want to get "Drawn by John Smith".

I would like to some how create a field that contains function:

IF author=JOSM, value=John Smith
IF author=MAST, value=Mary Stuart

Is it possible to create such functionality? I found out something about Expressions and Diesel Expressions, but didn't understand much.

View 7 Replies


ADVERTISEMENT

AutoCAD Dynamic Blocks :: Editing Fields / Creating New Field Categories

May 2, 2013

I'm working in AutoCAD 2010 and I would like to make the process of creating 2D documentation easier and faster for myself and my collegues, but during the process I've hit a dead end.

I would like to use fiedds (or something simillar) to partly automate the creation of 2D documentation. We have sheets organized in a specific way and I would like to create a custom field for each of the categories (eg. drawing number, number of parts, designer...) that could be edited easily like the parameters or object properties can. Basically what I would like to do is create custom fields or some other object that can be edited from a list in AutoCAD and then automatically refreshed in text boxes. Is there a possibility to do something like that using fields or perhaps a different solution?

View 5 Replies View Related

AutoCAD Inventor :: Creating A Shape From A Mathematical Function

Mar 29, 2013

Using Mathcad, I can create a file with x and y values defining a 2D shape from which I want to create a swept volume.

I want to import these values into Inventor to use as a definition of a sketched line and then use the revolve function to generate the shape. 

View 6 Replies View Related

AutoCad :: Function For Creating Quantities Of Continuous Order Text

Jun 12, 2013

I am wondering if Autocad has some sort of function for creating quantities of continuous order text. Example: I have a grid for which each cell needs a label as such A-001, A-002, A-003..... etc.

I didnt know if there was any function within Autocad that serves as a text generator for something of the such.

Right now I have just copied the first Cell "A-001", pasted in all the other cells, and am individually going through and changing each number. This is a lot easier than generating text each time but it is still quite cumbersome.

View 4 Replies View Related

AutoCAD 2013 :: Revision As Field

Oct 9, 2012

why, when setting up a field on a drawing,... you cannot choose the Revision?  It should show up as a Document Field category... but it is not available to choose?  How are you supposed to link a revision field in your title block, to the revision set as a file property by Vault? URL.....

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Creating Array Using Split Function?

Jan 10, 2013

In asp I'd write:

arrFileName = Split(DrawingName, "_")

JobNumber = arrFileName(0)
DrawingTitle = arrFileName(1)

SheetNumber = arrFileName(2)

I'd like to do the same thing in lsp. I don't want to be limited to three fields so the split function is perfect.Is there an equivalent?

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

AutoCAD 2013 :: Call Name Of Layout In Field?

Apr 10, 2013

I use multiple layouts to produce build drawings and I use the name of the layout tab to identify the sheet on the shop floor.

I currently use a field in the titleblock that calls the system variable ctab, the problem is that whenever you update the fields, they all change to the name of the current tab, not the name of their own tab (by default, when you open the drawing, they all say Model).

I resort to building all of the layouts and converting that field to text prior to printing.

View 1 Replies View Related

Paint.NET :: Creating Ingress Field Effect?

May 10, 2013

how to go about creating an Ingress like field effect.

View 3 Replies View Related

AutoCAD 2013 :: Extract Data From Excel To Field

Feb 2, 2013

I enter data into an Excel job setup worksheet. I then want to be able to extract data from given cells in the Excel worksheet, and have this become fields in AutoCAD. I do not want to use a table in AutoCAD - I want (ideally) to have the Excel data come in to AutoCAD as a field. I can see that Data Links tends to come in only to a table in AutoCAD. 

View 1 Replies View Related

AutoCAD 2013 :: Show Current Volume In A Field?

Dec 21, 2013

I want to do something a little different in my math class unit on volume - I want to bring up AutoCAD 2014, and have a 3D solid on the screen. As I change/edit the object, I want the students to see the volume amount change, onscreen. Is there a way I can put in a field, preferably, that with a quick regen will show the volume of a 3D object?

View 3 Replies View Related

AutoCAD 2013 :: Way To Set Field To Another Sheet Number Besides Current One?

May 22, 2012

in the field names I only see current sheet number...is there a way to set the field to another sheet number besides the current one? 2013 Civil 3D

View 5 Replies View Related

AutoCAD 2013 :: How To Hide When No Value Is Present In Field Expression

Aug 6, 2013

I have created a Field expression inside a multiline text to extract a block attribute value, but i would like the --- value that it shows when there is no data to be extracted from the block to be invisible.

is there a Diesel expression for this?

Or an Autolisp.

or can you put in ifblank function like excel??

View 4 Replies View Related

AutoCAD 2013 :: Next / Previous Sheet Number Field

May 8, 2013

I am using Sheet Set Manager. I can use a field that will enter the sheet number on each layout. I am looking for a way to have a field use this number and minus 1 or add 1 to get the sheet before and sheet after the current sheet.

View 5 Replies View Related

AutoCAD 2013 :: Insert Field From The Name On Paper Space Tab

Sep 9, 2013

I know I can create text and use "Insert Field" to have the filename automatically update in the title block.  Is there a way to do the same thing with layout names when there are multiple layouts in one drawing file?

View 2 Replies View Related

GIMP :: Creating Soccer Field - Different Color On Each Pixel

Apr 2, 2013

I'm trying to create a soccer field. I searched on google images for examples to learn from and I found this one really good one. The grass looks great and is just what I'm trying to do. [URL] .....

I loaded it into to gimp to have a closer look, and all the artist has done really has used lots of different greens, usually a different color on each pixel. How do you think this person went about creating the grass? Do you they colored each pixel individually then saw what they had done and adjusted it until they got it right. Which would probably take a really long time. Or do you think there is a quicker way?

View 2 Replies View Related

AutoCAD 2013 :: Unable To Re-edit A Field For Attribute Definition

Sep 3, 2013

I have created an attribute using a date field. Now I'm unable to edit it  and change or review it.

View 6 Replies View Related

AutoCAD 2013 :: Link Vport Scale Into Title Block As A Field?

Oct 7, 2013

if it possible to insert vport's annotation/standard scale into title block as a filed? Does some variable exist or I have to create a formula?

View 2 Replies View Related

CorelDRAW Graphics Suite X5 :: Creating American Football Field From Scratch?

Mar 12, 2012

Any tutorial or anything about creating something like a football field from scratch? Or is it better to trace an image of one first? etc..?

View 3 Replies View Related

Photoshop :: Creating Terrain Grayscale Image From Height Field Contours

Jul 18, 2009

The starting point:
I have a JPG image of a battlefield wherein the height contours in feet are marked as faint lines (like a closed contour line for 390 feet, another for 420 feet, etc etc.)

The desired final product in Photoshop:
A grayscale RAW document that shows the height variations in gray tones.
Low lying troughs need to be darker and higher elevations need to be lighter.
See picture below for example:

I am ignoring the roads and other features in the battlefield.
All I am interested is the technique of converting the height contours into a smoothly varying grayscale image.

I am a complete Neanderthal when it comes to Photoshop. I do have a copy of Adobe Photoshop CS3 on my PC.
I have been toying around with the package on and off. But nothing useful has come out yet.

Now to my specific questions

*How do I bring in the height contours into Photoshop? I have tried the magnetic lasso tool and able to trace a height contour with good fidelity.
I am kind of stuck at this point. Do I save the selection to a new layer? Do I thus create one layer for each of the height contours?
Say one layer for the all the 390 feet contours, another layer for the 420 feet contours, one more for the 360 feet contours etc etc?

*Assume that I have somehow brought in all the height contours successfully into a new Photoshop document.
How do I create a gradient effect between the contours?
The lowest height in the map is 300 feet and the highest areas are at 480 feet.
Thus the area enclosed by the 300 feet contour lines needs to be darkest (pitch black) and the area enclosed by the 480 feet contour lines needs to be lightest (pure white).
The areas in between need to go progressively from dark to light shade.
How do I achieve this?

*Assume that I have created now a PSD document that has these smoothly varying grayscales. How do I convert this to a RAW image?

View 7 Replies View Related

AutoCAD 2013 :: Turning Off Dynmode Function

Jan 31, 2013

I am having on going issues with the DYNMODE function in AutoCAD 2013. I know to turn off completely set to 0, but it keeps frequently turning itself back on and setting itself to -1?!

Not a huge issue I know, but I do not like this command at all. How I can turn it off completely?

View 6 Replies View Related

AutoCAD Civil 3D :: 2013 - Function Key Toggles

Apr 12, 2012

I typically use the function keys to toggle osnap, polar, orthomode etc. on & off.  Now what happens is that when I use any function key it changes the setting for the previous F-key press.  It does this once, then reverts to normal behaviour.  For example:

F3     Osnap On

F3     Osnap Off

F3     Osnap On

F10   Osnap Off

F10   Polar On

F10   Polar Off

F8     Polar On

F8     Ortho On

View 9 Replies View Related

AutoCAD 2013 :: Use Voice Recognition To Add Notes / Redline 360 Drawings In The Field On Tablet

Dec 8, 2013

Is it possible to use voice recognition to add notes / redline Autodesk 360 drawings in the field on a tablet. For example when inspecting a dock being able to use a stylus to add a redline cloud around a specific pile on a plan drawing and then adding comments via voice recognition would be a real time saver.

View 3 Replies View Related

AutoCAD Civil 3D :: 2013 Function Key Operations Switched

Oct 4, 2012

Just installed C3D on my Dell POS Windows 7 machine (OS is up to date).

I have noticed that the functionality between using the F3 and F8 keys reverses itself when first used. If I hit F3 I turn Ortho ON/OFF. If I hit it again, I turn Osnap ON/OFF. If I do the F3 key, then do it again to get the Osnaps set how I want, then go to the F8 key to set the Ortho mode back to where it was before I hit F3, it changes my Osnap setting, and I end up chasing my tail around and around. I can use the SCREEN buttons down below my working area. but I prefer keys, finding it far easier to hit F3 without even having to look at the key board rather than put my cursor over the little square of turn Osnaps ON/OFF there. 

View 2 Replies View Related

AutoCAD 2013 :: Insert Word Document By OLE Object Function

Jul 10, 2013

I want to insert a word document with several pages in autocad by the OLE OBJECT function. The problem is the insert only the first page. How to follow the other pages?

View 9 Replies View Related

AutoCAD Inventor :: R6025 Pure Virtual Function Call In 2013

Jan 10, 2013

Error message read:

Microsoft C++ Runtime Library

Runtime error!

ProgramC:Programfilesautodeskinventor213ininventor.exe

R6025

Pure virtual function call

Clicking okay then shut downs Inventor loosing any work not saved.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This seems absolutly silly.

(setq p1 (getpoint))
(setq p2 (getpoint))

(setq Dist (distance p1 p2))

Why does this not work?

I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.

View 9 Replies View Related

AutoCAD 2013 :: Scale Of Drawing Field Versus Scale Of Object

Jun 27, 2013

When I open a new drawing in my AutoCAD 2013 that I just recently installed last week, I encounter a problem that I am not familiar with from previus versions of AutoCAD I have worked on.  First of all, the units default to decimal, and I want them to default to architectural, with feet and inches.  I have to type UNITS in the command line every time I open a new drawing in order to adjust this.  I have AutoCAD for Architecture 2012 on another computer, and the program automatically defaults to architectural units upon opening up.  Just to let you know, the program I am having this difficulty  with is part of a package called Autodesk Building Design Suite 2013.  I was under the impression that it included AutoCAd for Architecture, but I think it has only standard AutoCAD.

The scale of the objects I draw vs. the scale of the drawing field is very out of proportion.  What I mean is, when I open a new drawing and draw a 30' -0" line, the line appears so long on the screen that I cannot see the whole object, even if I zoom out to the maximum.  I should be able to see the object in it's entirety.  In fact, when I draw a line that is only 12" long, even when the zoom is all the way out, the line looks huge in length.  I have tried adjusting the units to the architectural/inches setting of course, and I have tried adjusting the scale in model space from 1:1 to 1/4'=1'-0", but nothing is working.

View 4 Replies View Related

AutoCAD 2013 :: How To Link Text From One Sheet To A Field In Another Sheet

Mar 28, 2013

I am using AutoCAD 2013 and I working on a project of approxamitely 80 pages and I have a Sheet Set Manager set up.There are about 40 pages that have text saying Continuation on Sheet XX of YY. I managed to use a field for the total count (YY) however I need to link the XX to the another drawing. I have researched and failed miserably.

View 9 Replies View Related

Lightroom :: Copy Title And Caption Field Into Keyword Field?

May 9, 2013

How to copy the "Title"-field and the "Caption"-field into the "Keyword"-field?

View 3 Replies View Related

AutoDesk Smoke :: Match Frame Function On Mac 2013?

Jul 2, 2012

Is there a match frame function for Smoke on Mac 2013 ?

View 5 Replies View Related







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