AutoCad :: Create Lookup Parameter And Add All Of Necessary Parameters

Feb 22, 2012

I am currently working in AutoCAD 2012 and have been creating dynamic blocks for a while now.What i am running into is this: When i create a Look up Parameter and add all of the necessary parameters (flip1, flip2, visibility and distance) to the block, it acts as it should. However, when i select the LH or the RH look up state the check mark defaults back to the "Default" state. If the "LH (Reversed)" or the "RH (Reversed)" state is selected, the check mark will stay on the selected state.

In AutoCAD 2009 i know that if you set the "Custom" look up state (found at the bottom of the look up window) to the first listed state, it will correct this issue. But in 2012 this is not the case.

View 0 Replies


ADVERTISEMENT

AutoCAD Inventor :: Reference Parameters In IRule That Value Of Parameter A Determines Value Of B

Nov 22, 2012

I want to reference parameters in an iRule in such a way that the value of parameter A determines the value of parameter b.

In this case i want to reference the dimensional height of a UC beam into a parameter <UC_HEIGHT> and then allow this to determine the value of uc designation size in a parameter <UC_DESIGNATION>

This would be useful because instead of typing the uc designation of a beam into the part description or matl. list i can just reference a parameter.

Is this possible? Iv tried an iRule along the lines of

if parameter (uc height) = xxx.x then parameter (uc designation) = 'custom test'

but get error messages

View 3 Replies View Related

AutoCAD Civil 3D :: Unable To Edit Parameters In Corridor Section Parameter Editor

Nov 11, 2013

Unable to edit parameters in Corridor Section Parameter Editor

View 4 Replies View Related

AutoCAD Inventor :: Recently Used Values / Parameters In Dimension Dialog / Width Parameter List

Jan 10, 2012

if it is possible to increase the number of recently used values/parameters in the dimension dialog, during part sketching. For one part, I use approximately ten parameters that will be used repeatedly. When I'm done with one sketch and start with the next, only the last five parameters are in the recently used parameter list. (Create dimension --> select arrow on right side of dialog, see attachment Dimension_Dialog.jpg, excuse me for the poor quality ). It would be much more comfort to have more parameters in this 'recently used'-list.

Furthermore I'd like to know if it's possible to widen the parameter-list. In my case I've several parameters that start with the same prefix, followed by a differentiating suffix. When I create a new dimension, select the arrow on the right and select 'List Parameters', I have to adjust the width of this dialog every time to see the entire parameter. (see picture Dimension_parameters.jpg)

View 1 Replies View Related

AutoCAD Inventor :: Create Boolean Parameter

Sep 13, 2011

Does the IV2012 API allow the creation of a Yes/No parameter. I have created "Text" parameters but I am stumped on this one.

View 5 Replies View Related

AutoCAD 2010 :: Create A Dynamic Block Parameters

Sep 20, 2013

I am trying to make a dynamic block below. I need the "end" of the line to be "moveable". I've tried the point parameter and the stretch action with no luck.

View 9 Replies View Related

AutoCAD Inventor :: How To Create A Check Box For Parameters In Forms

Aug 3, 2012

how to create a check box for parameters in forms in inventor 2013, i have modelling a door which contains to many types of locks and where they are placed so i need to create check boxes to pick multiple items so i need to know how to insert them.

View 8 Replies View Related

AutoCAD Inventor :: Create Multi-value Parameter With ILogic?

May 1, 2012

Is there a way to create a multi-value parameter with ilogic?

Inventor Pro 2013 (PDS Ultimate)
Vault Pro 2013
Windows 7 64
Xeon 2.4 Ghz 12GB

View 9 Replies View Related

AutoCAD .NET :: Create A User Parameter For A Dynamic Block

Feb 13, 2012

We have some dnyamic block share set of parameters, if we change a parameter's value, all block that reference this parameter should be change.we can do it by program.

but create user parameters for a dynamic block must be by hand, can we create a user parameter by code? another way is user global parameter. does AutoCAD Parametric function's user value can be share with dynamic block?

View 8 Replies View Related

AutoCAD .NET :: Create New (user) Parameter For Dynamic Block?

Sep 25, 2012

I would like to add a new (user) parameter to a dynamic block within my code. I have noticed that this is possible manually. But couldn't find how to do this in .Net. When this parameter has been created it would be necessary to fill in a value. So the parameter can either be a general parameter, that can be adjusted later or a (user/dynamic) parameter specific for the block.

View 1 Replies View Related

AutoCAD Civil 3D :: Set All Input Parameters And Create Subassembly In Drawing

Jan 12, 2014

Is it possible to create subassembly from C3D Stock Subassemblies.dll programmatically using .NET? I need call procedure (Basic Lane for example), set all input parameters and create subassembly in drawing.

View 7 Replies View Related

AutoCAD 2010 :: How To Create Filters Both Positive AND Negative In Parameters

Sep 9, 2013

I have in the past needed to create filters that had both a positive AND a negative in the parameters.

One of my most common examples:  Layers in a specific XRef with names that do not contain specific string.

I tried XRefName|*[~anno]* and it gave me ALL the layers from the XRef (including the ones with anno in the name).

I also tried XRefName|*~anno* and it didn't list ANY layers.

It it possible to do this?  I've read throught the docs on using wildcards in the filter properties but don't see anything.

View 3 Replies View Related

AutoCAD Civil 3D :: How To Create Sub-assembly With Insertion Point Parameter

Nov 24, 2013

How to create a sub-assembly with an insertion point parameter using Sub-assembly composer.

like this one below. I found this under the following sub-assembly. All I want is , when the user inserting the sub-assembly they may need to go on both the sides attached.

Example:

So the user should be able to select from the dropdown if the insertion point is 1 or 2. Before inserting. 

View 3 Replies View Related

AutoCAD Inventor :: Create User Parameter Values With ILogic

Oct 29, 2012

Macro for writing the sheetmetal Extents width and length to the custom properties.  I need to get these values into the part parameters so that they can be used in the BOM.

I can get this to work if I manually create the "SM_Length" user parameter, but how do I make the iLogic CREATE the parameters if they do not already exist?  I think it would be something added below the "Catch..." just cant seem to figure out what it needs to be.

'look for custom iproperty and try to set it
Try
iProperties.Value("Custom", sExtLength)=Round(SheetMetal.FlatExtentsLength, iRoundValue)
Parameter("SM_Length")=Round(SheetMetal.FlatExtentsLength,4)

Catch
' assume error means not found and create it
customPropertySet.Add(Round(SheetMetal.FlatExtentsLength,iRoundValue), sExtLength)
EndTry

View 9 Replies View Related

AutoCAD Inventor :: ILogic Code To Create User Parameter?

Jul 29, 2011

I want to use iLogic to create User Parameters with Multi-Value lists filled with info from an excel spreadsheet. What is the code to create a new User Parameter?

i7-2720QM Dell Precision M6600, Win 7 Pro 64-bit, 8GB RAM
Autodesk Product Design Suite Ultimate 2013
Autodesk Vault Professional 2013

View 4 Replies View Related

AutoCad :: Create Dynamic Block Using Stretch And Rotate Parameter

Apr 26, 2013

I have a block of a circle and a line coming from the left and right side quadrant of the circle to a common point (see pic). I want to create a dynamic block using a Stretch and Rotate parameter. You select the block, the Rotate point (grip) shows at the end of the two lines. I can grab that grip and rotate both lines and circle by moving this point around the screen, but cannot Stretch this point to a new location at the same time. How can I have the Rotation end point follow the Stretch parameter?

View 2 Replies View Related

AutoCAD Inventor :: How To Create Part By Setting Common Name And Adding To Different Values Drawn From Parameters

Nov 20, 2013

in iParts factory I would like to create part ## by setting common name and adding to it different values drawn from part parameters.

Please refer to attached image – common name in that example would be “DRILL” and description of the diameter and length automatically taken from parameters in columns “DRILL_D” & “INSERT_L”.

View 3 Replies View Related

AutoCAD Inventor :: IV2012 Sp1 - Delete Unused Parameter Takes 4-5 Seconds Per Parameter

Dec 23, 2011

I have user parameters that are no longer needed and are not being used anywhere.  They each takes 4-5 seconds to delete, prior to 2012 this would happen instantly.

IV2014 SP1 64bit
Dell Precision T7500, Geforce GTX 480, DirectX11 306.97
SpaceExplorer 4.04, 3DxWare 3.12.2
Twin Intel Xeon E5506 2.13GHz, 12GB RAM, Win7 Pro SP1 64bit

View 6 Replies View Related

AutoCAD Dynamic Blocks :: Passing A Value From The Action Parameter To A User Parameter

Dec 1, 2013

I need to use the dimension created by an action-parameter as a variable in a user defined function but AutoCAD will not allow me (see attached).

How may I access the action-parameter's dimension ?

View 1 Replies View Related

AutoCad :: Use User Defined Parameter To Drive Action Parameter?

Feb 7, 2012

it is possible to use a user defined parameter to drive a action parameter.

I have several polar and linear stretch actions i would like to drive from one parameter.

View 3 Replies View Related

AutoCAD Inventor :: Convert Model Parameter To Reference Parameter?

Oct 2, 2012

I need to convert a model parameter to a reference parameter thru the API.

I saw this item discussed in the group before, but I cant find the thread.

View 4 Replies View Related

Revit :: Cannot Create Shared Parameters

Nov 27, 2011

When I go to Edit Shared Parameters and then the create button I get an error message "The Shared Parameter file was not saved successfully". I am stuck at this point and cannot go any further. What is causing the problem and how can I work around this. I am using Revit Architecture 2011.

View 2 Replies View Related

Revit :: Create New Parameter On Sheet

Jun 4, 2013

I am able to get the parameter to appear on the project information tab, but I cannot get the information to appear on the sheet.  I would like to create a phase parameter on the sheet so that different projects under the same building will be specific to the project and not just the building.  

View 1 Replies View Related

Revit :: Create A Parameter With The Filename?

Jul 30, 2012

It is possible to create a Parameter with the Filename? I have only found the FilePath parameter... 

View 2 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

AutoCad :: Dynamic Block Lookup Table?

Jun 20, 2011

Ok over the past few weeks I've got pretty much most of the Dynamic Block stuff down except this feature.

I've attached a drawing. In the middle I used VISIBILITY to have all the different weld types. I need something at the end to where Weld Tails can be added if they're needed but you can only use one Visibility per block. I'm also going to need something at the front of the block for different symbols like "Field Weld" and "All Available". If I can figure the Tails out then I can do the other one.

View 0 Replies View Related

Revit :: Create Text Parameter For Windows

Jun 12, 2013

I am using Revit 2013 and I am trying to create a text parameter for my windows that will tell you what grid is installed in the window according to which grids you choose (from my parameters above) I have included a picture to better show what I am trying to do.  So far the parameters i have tried to use don't seem to work.

View 2 Replies View Related

3ds Max Animation :: How To Create Custom Parameter Like Button

Oct 27, 2011

I want to create an custom parameter like "button" under my object parameters or in attribute holder and i want this button run a simple code/script for me.

for example: linking Box1 to Box2
$.parent = $Box002

I know how to work with "wire parameter" and "parameter editor" but the problem is that i cant find any way to tell them to run this script with that parameter.

View 1 Replies View Related

Revit :: Create New Parameter Under Identity Data

Feb 28, 2014

How to create a parameter field to include the MasterFormat data using 'txt' file similar to Assembly code parameter already built into revit families. I don't want to use the Keynote field for this purpose. I am looking for a ways to create a new parameter under the Identity Data.

View 1 Replies View Related

AutoCAD 2010 :: Dynamic Block - Lookup Table

Oct 22, 2012

I have created a dynamic block and have applied some lookup tables to it but its not working just the way I want it. I think its to do with the custom entry on the lookup tables. If I delete the custom entry when i select the block in model space the drop down select box to allow me choose a selection is no longer available. How can I remove the custom entry and still have the block working normally. I've attached the block.

View 9 Replies View Related







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