3ds Max :: Enter Math Formulas In Parameters

Dec 17, 2012

I'm having trouble finding this functionality. Is there a way to type say 3+1 into a parameter, like lengthSegs and it result in 4? Or type 1.2* in something like scale X and have it result in 1.2 times whatever the parameter value was?

View 2 Replies


ADVERTISEMENT

CorelDRAW X5 :: Writing Math Book - How To Transfer All Formulas Written In Word

Sep 11, 2013

I am just writing my math book on Corel Draw and unfortunately I could not import correctly all the information from Word, this because all those formulas which I have done in Word using the equation editor could not be transferred to Corel Draw. "How can I transfer all the math formulas written in Word to Corel Draw?"

View 4 Replies View Related

Photoshop :: Blend Modes Formulas

Apr 29, 2009

Does anyone know the formulas or know of links for the formulas representing the different Photoshop blend modes? 

View 4 Replies View Related

AutoCAD Dynamic Blocks :: Using Attributes In Formulas

Dec 9, 2012

I am trying to create an attribute that displays the product of an Area of an object in the block and the value of a different attribute. For instance, here is what makes up the dynamic block:

1 rectangle (with width and height parameters and stretch actions)
1 Attribute called "ForcePerSQIN" - the value of this is entered separately for every instance of the block by the user
1 Attribute called "Total Force"

In the "Total Force" attribute, I want to create a field that contains a formula to multiply the area of the rectangle (which I am able to obtain with no problems using the Area property of the rectangle object type) by the value of the "ForcePerSQIN" attribute, which is user-defined. The problem I have is that it appears as if the value of this attribute is treated as text and thus cannot be used in the calculation; I get ######.

Is there a way to make the "ForcePerSQIN" parameter treat the user-defined value as a number instead of text so that it can be used in the calculation? Or is there a better way to accomplish my ultimate goal?

View 4 Replies View Related

Revit :: Make Conditional Formulas With A Parameter?

Mar 5, 2012

I was wondering if there was a way to make conditional formulas with a parameter?  So I want a parameter called system.  On the pulldown to enter the field under properties.
 
 I want there to be 3 choices (i.e. 1=Air, 2=Water, 3=Gas). 
 
If the user tries to enter any value other than the 3 values specified (whether by typing or pulldown), a message comes up stating they cant do that.  The names for the systems have been simplifed for this example but the spelling is critical to the external database.  I have tried but  but I keep getting the follwoing is not a valid family parameter: X. X because thats the first conditional value. 

View 4 Replies View Related

CorelDRAW X6 :: Create Formulas Similar To Excel Using Macros?

Jun 5, 2013

I have a form I'm creating in CorelDraw and I would like to be able to input numbers and have a table that performs calculations similar to what Excel does.  It's basically going to add up prices and then calculate tax.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Getting Field Formulas From Sheets Set?

Dec 6, 2013

I had a routine that extracted field values from text and atts, but noticed this morning it did not work on fields from sheets sets.

I looked at the code and realized if a field formula is beyond 256 chars, the dxf codes store it in multiple groups.

Here is the revised code that deals with thos multiple groups (3 and then 2):

;GET LIST OF TEXT AND FIELDS FOR A GIVEN TEXT;RETURNS ("PLOTTED BY " "%<\AcVar Login \f "%tc4">%" " DATE" ...);FIELDS START AND END WITH WITH %< >%;(TXT-FIELDS-SEPARATED (car (Nentsel " Select Text, MText or Attribute: "))) (DEFUN TXT-FIELDS-SEPARATED (ENAME
/ DICT ELIST ENDINDEX FIELDS FLDDICT FLST FORMULA INDEX OBJ SPLIT-FLDS TRIMMED-LIST TXT-LIST TXTAFTER DENT FLDVAL FLST-TR) (SETQ ELIST (ENTGET ENAME)) (COND ((OR (= (CDR (ASSOC 0 ELIST)) "TEXT")

[code]...

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Parsing In Field Formulas

Nov 3, 2011

We use Sheet Set Manager fields to keep track of section cuts and details and such.Users are asking me if they can get only the last 4 digits of the sheet number to show up on the section cuts.

Is there a way to parse or truncate a field in the formula area of the field dialog box?I'm familiar with LISP and DIESEL but the file dialog box / formula area does not seem to accept those functions. Will it take a .NET function? If so, what? Or, is there another option I'm overlooking?

View 2 Replies View Related

Photoshop :: Blend Modes Math Equations

Jan 4, 2009

one of my top questions ever about photoshop is where could I found some documentation about the real math equations and algorithms that plays inside blend modes operations?

View 1 Replies View Related

AutoDesk Smoke :: Progress Bar Uses Interesting Math

Aug 29, 2013

Smoke 2013, ext. 1.When rendering almost anything, I get Frame x of y.  Where x is substantially greater than y.  i.e., frame 1236 of 900.  I also get the time as negative.  Don't remember any other version doing this on a regular basis.

View 1 Replies View Related

AutoCAD 2013 :: How To Do Simple Math Without Using AutoLisp

Jun 21, 2013

I would like to know if there is a way / setting that I can turn of to where can do simple math problems when inputing numbers say for like offsetting a line without having to use AutoLisp.

For example if I was to offset a line I would type in "5.75/2" and get 2.875. I would like to be able to do this without having to type ( / 5.75 2).

Is there a way to do this without having to type all of that.

I am using AutoCad 2014, and at work we design driveline equipment so a lot of the drawings are from a front view to a section view, and for like a round cover that is in the front view it is easy to offset the centerline in the section view by the radius and continue drawing the section view.

View 4 Replies View Related

AutoCAD VB :: Access To User Parameters In Parameters Manager?

Aug 3, 2011

How can you access user-defined parameters/function defined in the Parameters Manager dialog?

View 1 Replies View Related

AutoCad :: Linking Constraint Parameters To Action Parameters?

Sep 21, 2011

Im wondering if its possible to link either a constraint dimension to an action parameter or vice versa. Or using a linear parameter's value in an user parameter formula.

Its a 2D cylinder, for winding purposes we just have a rectangle, with a distance from the Y axis for radial.

Parametric dimensions: B=thickness, C=Lenght, R=radius
User parameter: A=Diameter (R*2), Mass in kg ((((pi*(c*b))*(A+B))*1.25)/1000)/1000

For the BOM, i need A, B, C & mass

For drawing references for peoples on the floor, to distinquish a cylinder from a stick, we put lines at the top and bottom of the cylinder, 1mm distance inbetween them.

I figured that making a linear parameter + stretch on the thickness to replace the B parametric dimension, allowed me to make an array of that line, with increments of 1mm as i stretch the cylinder. The thing is that the mass formula cant take the value of action parameters....

Other alternative is to keep the B parametric dimension, and add a linear parameter as above for the array. But then i have 2 places to adjust, and from a test i made, if i change the R dimension, the linear one does not follow. Its very frustrating.

What i was hoping autocad would be able to do is distance1 for array to be same as B dimension, but it does not allow me to do that, unless im missing something.

View 0 Replies View Related

Photoshop :: Math Behind Linear Dodge (add) Blending Mode?

Mar 17, 2013

Simply adds the two components. But this is only correct if there is no transparency involved.

Once there is transparency involved, it gets more complex. So, what is the math behind the linear dodge blending mode if the top layer has semi-transparent pixels (=alpha less than 1)?

View 8 Replies View Related

Photoshop :: Blend Modes Math For Successive Layers

Aug 31, 2013

For successive layers, all have different blend modes ... for finding the pixel values seen on screen, we should start with the bottom most layer ... isn't it?

View 1 Replies View Related

Illustrator :: Mathematical And Scientific Equations - Math Fonts In AI

Feb 5, 2014

I want to construct some mathematical and scientific equations in Ai. Where I can get the necessary fonts that will work in Ai?

View 4 Replies View Related

AutoCAD Inventor :: ILogic Calculating Math Functions (Tan / Sin / Cos) Incorrectly

Sep 2, 2013

ilogic is calculating tan/sin/cos/aTan/aCos/aSin incorrectly. E.g.
 
MessageBox.Show(Atan(35))
Answer = 0.4738... when it should be 0.7002....

View 5 Replies View Related

AutoCAD Civil 3D :: Math Functions Within Label Text Contents?

Jan 13, 2005

I would like to perform a math function within a point label and have it displayed along with my point. I have a bottom of curb elevation point and would like to show the top of curb elevation as 0.5' feet greater than the flow line without inserting 2 separate points. For drafting purposes only. (ie. TC 10.50/FL 10.00 ; the TC value would be automatically derived from the FL or point elevation value.)Can math functions be performed within a label's Text Contents?

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Math In Foreach Function

May 15, 2013

In the foreach function can you use math like (foreach pt1 (add 1) so that foreach one you pick it adds one the next one will be named pt2 then pt3 and so on.

View 6 Replies View Related

Photoshop Elements :: How To Type In Math Symbols / Equations In PSE6

Jul 10, 2013

I am working on a cool project and need to know how to do this. 

View 20 Replies View Related

CorelDRAW Graphics Suite 12 :: Display Math Equations As In-place Vector OLE Objects?

Jun 6, 2012

display math equations as in-place vector OLE objects in Coreldraw 12.It looks like the Mathtype OLE in CDR saga is still not resolved, even with the latest Mathytype and Corel X5.  The option to insert as a bitmap is not at all convenient - one wishes to be able to edit in-place and have vector scalability.

The work-arounds posted in various forums don't seem to work with complex mathematical symbols, adding fonts to the system doesn't seem to work, WMF/EMF also getting messed up, and so on.  As Mathtype works flawlessly e.g. in MS Office and Open Office, the question is what is CDR doing...

I recently tried another program, "Aurora" [URL] , which renders *Latex* equations as vector OLE objects - quite nice (there are a couple of other Latex OLE solutions out there, but this one has the options I need).  Free trial version.

Aurora supports both vector and bitmap rendering.  Vector rendering works perfectly in all programs I tried, except ... Coreldraw.  Choosing vector rendering shows some horrible font substitution.  I tried adding the Latex fonts to the Windows system, but the problem seems to prevail (and all the other programs, e.g. Word, OO, work fine without doing this). But maybe it is just my version and system configuration.

View 2 Replies View Related

AutoCad :: Performing Data Extraction And Linking To External Data With Formulas

Apr 19, 2012

I am trying to link my extracted data from blocks with attributes to an extenal source so that the table I create and place into the drawing already has the formulas I need to due the required calculations. But every time I create and place the table the formulas are not in the table. I include the columes that contain the data but it doesn't seem to be working.

View 2 Replies View Related

AutoCAD Inventor :: BOM Not Do The Math (multiply Qty X Weight (mass)) In Weight Column

Feb 8, 2012

The weight of the parts is correct but if the quantity is greater than 1 in a weldment  the BOM collumm does not do the math and multiply the quantity X the weight. If it is a formula what is the syntax?

View 1 Replies View Related

Photoshop :: 16 Bit File Math In PhotoShop

Jun 4, 2009

I have been building binary gray scales in Photoshop. The source psd is 16 bit RGB, 1000x1000 pixels. I use the color picker and paint bucket to fill consecutive boxes with ascending binary 8 bit values (color picker only allows selecting 8 bit values). A simple 8 step binary gray scale would be 0, 32, 64, 96, 128, 160, 192, 224, and 255. These values are exactly what I would type into the color picker and confirm on the Info tab.

I then save the file as a 16 bit tiff and read back the RGB values with an external image viewer. In all cases the values in 16 bit are off by multiple 16 bit steps. Instead of 0, 8192,16384, 24576, 32768, 40960, 49432, 57344, & 65535, I read 0, 8224, 16448, 24672, 33153, 41119, 49343, 57567, & 65535. Convert the file to 8 bit and values read 0, 32, 64, 96, 127, 159, 223, and 255. I do not understand how PhotoShop employs +/- 32768 to define 65536 colors let alone how it converts. My project requires I can predict the values.

View 2 Replies View Related

Photoshop :: How To Re-enter ACR From CS5

Aug 27, 2012

I seem to recall reading something that indicated you could get back to ACR after you have made some changes in Photoshop?
 
If so, under what circumstances does it work, and which menu items get you there?Can you bring files into a plugin, and then get back to ACR after returning to PS?
 
I have CS5.1 (with the last patches to CS5.1).

View 4 Replies View Related

Photoshop :: How To Enter 16 Bit RGB Value?

Sep 19, 2008

I created a new blank file with 16 bit per channel mode.

I expect that RGB values would be three 16-bit numbers (0 to 65535) but when I try to manually enter a RGB value, each color is still 0 to 255.

View 2 Replies View Related

GIMP :: Enter Key In Mac OSX

Apr 27, 2012

I am trying to use the Foreground select tool, and while I can select the section I want. WHen it instructs me to press the enter key, I do and everything de-selects.I cannot copy the selection...I'm using a MacBook Pro 10.5.

View 1 Replies View Related

Photoshop :: Enter ACR With Image In CS6

Jun 24, 2012

From within, is it possible to enter ACR with the image in PS CS6?  I need to bypass most of ACRs options when I input a Raw image and would like to go back to ACR after limited processing.  I know that I can output the file and re-load it but that is not efficient.  I'd like to include the second ACR pass in an action if possible.

View 2 Replies View Related

Photoshop :: Enter Key Behavior

Dec 17, 2008

I have a Toshiba laptop. When I use the type tool in photoshop, and press either the enter key on the alpha pad or the enter key on the number pad, it does not do a line break. It behaves as if I meant to finish using the type tool. I have flashed my bios and even completely reinstalled Vista (because it was having some other errors as well with Windows) and I still get the problem. Any suggestions?

View 10 Replies View Related

Photoshop :: Cant Enter Text

Jan 16, 2009

i try 2 enter text on a image.. any image.. i get an error message Could not complete request because somethign prevented the text engine from initilized.

View 2 Replies View Related

Photoshop :: How To Enter Text

May 2, 2004

let's assume that i am writing my text for two buttons: a:hover and a:active statuses. i am entering the text "links" in the two different buttons (=images.) How do i make sure that the text is exactly in the same places and not entered randomly instead in each button? so that when i clic on the button the text is not "shifted" in some way, but remains in the same position (only the image changes. example button 1: /links button 2: /links

how do i make sure that the word "links" is exactly in the SAME position in both buttons?? thanks.

View 6 Replies View Related







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