AutoCAD 2010 :: Control Dimensional Constraint Parameters In A Model?
Apr 30, 2013
Is there a way to setup Field entry text in a Table that will control Dimensional Constraint Parameters in a model?
I basically want the control of the Parameters Manager to be in table form on the drawing that is usable and printable.
View 3 Replies
ADVERTISEMENT
Jan 23, 2012
why can't I snap to a knot on a spline when trying to use a dimensional constraint? I can snap any other geometric feature like a line or a dimension string to a knot. I can grab the knot (also seems to be in the same place as the "fit point", yes?) and move it around, so why, why, WHY can't I use a dimensional constraint? I really need to be able to control a spline's fit points with dimensional constraints, but I can't get at them exept to manually move them around.
View 2 Replies
View Related
Jan 26, 2012
Is there a way to create a table to display parametric information -- either Dimensional Constraint Parameters or User Parameters? This can be done with Inventor but I haven't yet found a way to do this in AutoCAD. I've also considered Data Extraction but this doesn't seem to recognize parameters.
View 1 Replies
View Related
Jun 12, 2012
public class DimConstraints{ [CommandMethod("Test")] public void Test() {
Database db = HostApplicationServices.WorkingDatabase;
using (Transaction trans = db.TransactionManager.StartTransaction()){
Circle circle = new Circle { Center = Point3d.Origin, Radius = 10 };
ObjectId modelId = SymbolUtilityServices.GetBlockModelSpaceId(db);
BlockTableRecord model = (BlockTableRecord)modelId.GetObject(OpenMode.ForWrite); model.AppendEntity(circle);
trans.AddNewlyCreatedDBObject(circle, true);
AssocUtil.CreateRadialDimConstraint(circle.ObjectId, circle.StartPoint, circle.StartPoint);
trans.Commit(); } }}
The above codes use the simplified .NET API for accessing AutoCAD parameters and constraints from: [URL] ....
The above codes can create a radial dimensional constraint. But the type of the dimensional constraint is annotational. How to change it to a dynamic constraint?
View 1 Replies
View Related
Aug 20, 2011
Is it possible to make a Lisp program to move a mechanism by a dimensional constraint?
View 9 Replies
View Related
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
Oct 3, 2011
I am looking for an Example of accessing 2011 AutoCad FX Table.
I would like to programmatically read and write dimensional and user parameters.
View 9 Replies
View Related
Nov 15, 2013
It would be a nice feature to have a control panel in Inventor where you could take certain driven constraints and put them on this control than hit a momentary button to make your model move. Once example would be a hydraulic cylinder. Presently, we drive the cylinder to put things into motion, but I have to access thru browser and usually add symbols to make the constraint stand out (See image). If I had a control panel where I could tie that driven constrain to it and depress a toggle/button which would activate the constrain. I would then have full control and almost act like it would in the real world.
View 5 Replies
View Related
Oct 26, 2012
have a problem with the display of my constraints
after i uncheck the "show all dynamic constraints"
all the dimensional constraints stay invisible even i re check the show all
i can find a way to turn the visibility of the dimensional constraint on
Product Design Suite 2013
View 6 Replies
View Related
Feb 6, 2013
I'm trying to create a window block with a grille. I've created the block and the horizontal grilles. What I'm having a hard time with is creating the vertical grilles. I would like to set up an array that would take the glass width, divide by 12, round up the value to get the number of vertical sections. Here's the code that I've figured out:
(W/(ceil(GW/12)))
W=Width
GW=Glass width
How do I set up an array with this formula?
View 2 Replies
View Related
Jan 31, 2012
As my Inventor endeavors continue, I would like to take a template of a part I made and use Excel to change the parts dimensions. Essentially make it so if we need a 20 Tonne Lift Lug, I just punch in the necessary values in Excel and have the part update.
View 1 Replies
View Related
Nov 14, 2013
From iLogic i got a lot of information. And i want to configure or display this in a form.
But without having to make parameters for everything.
Example:
Display the stocknumber of an ipart/iassembly.
Configure the parameters from a part in the main assembly.
View 7 Replies
View Related
Feb 13, 2013
I have a part made where various parameters in it.
Now I place the part in a assy and from there i want the parameters to control the part.
I do this now by the same parameters from the part to add in the assy by typing the parameters manually in the assy.
Is there a way that you can define parameters retrieved from the part about the assy without retyping and therefore can make mistakes?
View 5 Replies
View Related
Sep 17, 2012
I would like to insert 2 or more of the same subassemblies into an assembly, yet have each subassembly a different size.
When I do this currently when I change the parameter for one of the subassemblies all the subassemblies are changed.
View 1 Replies
View Related
Nov 4, 2011
I am trying to control the parameters contained in a part that is not in my assembly. May sound odd, but I am using the multi body part modeling feature to create all of my bodies in a single part file, then making these components/sub assemblies, and pulling them into my assembly. However, I do not want to have the "control part" in my assembly, I just want it to drive the parts. I cannot figure out how to access these parameters without having the part included in the assembly...
View 7 Replies
View Related
Jul 22, 2013
I have entered in all the available sizes and have the outer frame of the louver adjusting nicely.Now where I am running into trouble is setting up the louvers and the louver spacing. I have been playing around with the parameters for awhile now and I just can't wrap my head around some things.
Example one:
in the picture below,
HEIGHT is selected on 18 in
I have created an user parameter called LOUVER_QTY which is set to subtract 1.6 in off HEIGHT = 16.4, then I divide that by 2.05 and the result is supposed to equal 8 but it is showing 3.149606. But when I assign LOUVER = LOUVER_QTY it is showing 8
For the most part this file works fine, but when the Height is changed to 56 in, the last bottom louver runs through the bottom of the frame.
I know that I have to change the spacing from a direct input (2.05) to a equation based on height to fix the spacing, but I can't grasp how these parameters are working, why are they red(errors)
Also I don't know how to set up the parameters to set the correct number of occurrences in the rectangular pattern to control the amount of louvers. Something related to to the spacing of the pattern and the selected height.
Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49
View 8 Replies
View Related
May 25, 2012
I have a model with 12 circular connectors placed (constrained) in the housing surface. well 11 of them are. The last one WILL NOT behave. when i use the insert constraint (or any constraint) the model of the connector modifies itself and becomes a new model with errors.
i have deleted it from the assembly, saved, closed, opened and when re - inserted have the same problem.
I have re-saved the connector model from its original location to the library folder, re-inserted and got the same problem. The connector model is fine in the assembly up until i try to constrain it.
all the connectors were drawn the same way, using parameters, and saved into the same library folder.
I don't understand how adding a constraint can cause a model in a diffferent folder to be modified.
Windows 7 64 bit
Inventor 2012 Professional
Dell T1600 CPU E31245 @ 3.30GHz
8 GB RAM
View 1 Replies
View Related
Apr 17, 2013
I would like to be able to control the fire rating a door must have through a yes / no parameters. I have created a shared parameter for all the different codes and then I have loaded them into the family, now I just want it to work so that when a rating is checked the name will be in "Fire Rating".
EI0 selected when the door is not fire rated.
As can be seen in the picture, I found out how it can be doneif there are 3 checkboxes.
View 2 Replies
View Related
Feb 25, 2013
I am attempting to Constraint a ling to a length. Can I add several lines to the same constraint, if so how would that be done.
View 2 Replies
View Related
Feb 11, 2013
how to dump the counter of parameters of model:
d0, d1, d10, d12
became
d0, d1, d2, d3
View 4 Replies
View Related
Feb 5, 2013
I need a constraint to fix the perimeter of a rectangle
View 3 Replies
View Related
Nov 12, 2013
I am working in one assembly. in that assembly i created all the part with using i part & same part i called in to the assembly & created i assembly. while creating drawing i have facing problem to show the model parameters in to the assembly drawing table. How to link the model parameters in assembly parameters with using i assembly.
View 1 Replies
View Related
Jun 10, 2013
Is it possible to search & find where a dimension listed in the parameters dialog occurs in a part model ( in which sketch for example)?
Inventor Suite 2013 Ultimate
View 1 Replies
View Related
Aug 23, 2011
I would like to be able to use iLogic to get the value of the Comment field of a model's parameters. I have some text there that I would like to display in a sketched symbol. The attached image illustrates what I am seeking.
View 2 Replies
View Related
Jun 9, 2009
I am finding the layer combo control in 2010 an annoyance. The drop down box does not access as many layers as did the version in 2009, and I find myself continually searching through the drop down box to reference a particular layer. How to rectify to have it similar to 2009?
View 9 Replies
View Related
Jan 27, 2012
linked Excel file to Inventor 12 file parameters. Windows 7, Excel MS office professional '10. Linked excel file, here dimensions are driven by parameters which are driven by excel. toggled 'immediate update' Still - i have to open the sketch - it shows the updated number from Excel, but only on opening the sketch will it change the model to use the new dimension value.
View 3 Replies
View Related
Aug 7, 2013
I have a problem with using the excel spreadsheet to hold my parameters and then making them auto update in the model.
I have the excel 2003 spreadsheet saved in the same folder in the projects directory as the model. When I create the spreadsheet and enter the parameters and values etc I save and close the file.
When I am in inventor 2013 64 bit with SP1 installed, I open the model and can link the spreadsheet to the model and the model reflects the values in the spreadsheet. I also click update on the parameters dialog box.
I then open the spreadsheet and make some changes to the values, save the file and even go to the extreme of closing the file. When I go back into Inventor it recognises there has been some changes in the underlying spreadsheet. The update button is active in the tool bar. However trying to update the models by what ever means does not update the model parameters to those in the spreadsheet. Even closing the model and reopening it does not make a difference.
The only way I can get this to work is disconnecting the file and then reconnecting the file through the links option in the parameters dialog box. Then the model reflects the correct values and updates the model accordingly.
My concern is there is quite a bit of stuff on the net about 2013 not working with 2014 inventor anyway.
View 3 Replies
View Related
Apr 17, 2012
Is there a way to constrain a few objects to an attribute text box width? I want the background box and line to stretch, based on what is typed in that attribute box.
I know that if I make the attribute, a multi-line attribute, I can add a backgroud mask. I don't want to take this route, because the mask boundary varies, depending on what character is typed. Also, there is a gap between the mask and line I would like to maintain.
I tried some constraint stuff, but all I seem to be able to constrain is the insertion point of the text box, and not the width grip...
View 1 Replies
View Related
Jul 30, 2012
I am designing a vertical axis wind turbine just for some practice (just started using Inventor) and everything was going smoothly until I tried to "animate" it spinning. First, I set up a work plane that goes through the center of the structure, and then I clicked angle constraint "explicit reference vector." After watching several youtube videos, I figured that I should click on the work plane, click on another reference point, and then click another point that would be orthogonal to those two (right?). Well after I choose the first point, Inventor will only allow me to choose the center axis as the second option (which I think should be the third option).
View 6 Replies
View Related
Jun 11, 2013
I want to reset the number for the sketches, extrusions, etc. in the browser tree of my template file to start with 01 instead of sketch48 and extrusion69.
I also want to reset the model parameters to start with d0 instead of d485.
The attached image show an example of a simple cylinder that I created from my .ipt template file.
View 5 Replies
View Related
Apr 13, 2012
Basically I've got a detail specific to my design, I've extruded all of the layers up to their desired levels etc, but now I want to be able to rotate it all so that instead of these layers being orientated vertically, they are orientated horizontally, if that makes sense. I understand that there is something involved with the UCS but I'm not sure how to get this to work. This may be an issue with my computer as I know my laptop graphics card is pretty rubbish and impacts a lot of 3d programs such as Rhino and SketchUp so this could be the issue here
View 2 Replies
View Related