AutoCad :: Multiple Visibility Parameters
Sep 11, 2012
I found this to interesting and proven on having more than 1 Visibility Parameter. [URL] ......
Their block works perfectly, unfortunatelly I was unable to repeat their work. I can't create more than 1 Visibility Parameter on either 2007 or 2012 AutoCAD.
From some reason it does not want to use the defun commands. CAD loads it with no errors, both lsp files but once I'm trying to run those commands (visibility_add or move-parameter) it just gives me Unknown Command error.
I'm not good in Auto LISP, but how to make this piece of art to work ?
Maybe it's a AutoCAD version issue, but like described earlier I was doing the test on both 2007 and 2012 ver.
View 1 Replies
ADVERTISEMENT
Apr 2, 2007
I have created a block with 3 different elements (A B C). This 3 elements are totally independents and they can be visible or invisible. Whit only one visibility parameters, there are 7 different visibility states:
xxC, xBx, xBC, Axx, AxC, ABx, ABC
If there are 4 or more elements there are too much possibilities.
I've tried to create 3 visibility parameters, but it's not possible.
¿How can i create independent visibility states for each different object in a block?
View 9 Replies
View Related
Nov 12, 2008
Creating a dynamic block that contained more than one visibility parameter. I have tried and it wouldn't let me do more than one. I was thinking of using multiple visibility to work through some text or attribute option all contained in one block instead of having 5 seperate blocks. Wanted to combine all 5 into one, just cannot get the multiple visibility to work.
View 9 Replies
View Related
Aug 22, 2007
Is it possible for a dynamic block to have one attribute which is set to different visibility parameters; eg. i have a block made for a Setting Out Point. I wish to have 4 different locations that the user can place the attribute after insertion of the block ie top, bottom, left, right, of the SOP.
View 2 Replies
View Related
Oct 18, 2011
I have a block which I want 2 visibility states. VS1 and VS2 share some objects and not others. I have a linear parameter in each which I want to do a stretch action on. The stretch action in each visibility state acts upon entities both shared and unshared between VS1 and VS2. This doesn't seem to work..
View 2 Replies
View Related
Feb 4, 2013
Any way to create multiple lines in the full description so that i can display multiple parameters in the label?
i.e. instead of Cottonwood 48" Live
i want Cottonwood
48"
Live
View 3 Replies
View Related
Aug 29, 2011
So, while it wasn't common before, I am finding a need for multiple visibility states in blocks more and more these days, since AutoCAD can't do it I was wondering what work around and tricks people had come up with??
View 9 Replies
View Related
Apr 23, 2013
I am trying to create a dynamic block that allows me to insert a single rack into a drawing and make a single row of racking with all racks staying 9'-0" center of post to center of post. Also would like to be able to turn that one single row into a double row that spacing between rows can be modified. I have attached a cad file showing a single rack and two example, one of a row of double racks and one of a single row of racks. This rack is 48" deep i will also have to create this for a 60' deep rack so how i can create future rack sizes and rows.
View 1 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
Oct 18, 2012
See the dwg attached.
I'd like to modify a dynamic door block I've created so that I can stretch by door leaf size OR structural opening size, but I'm not sure how to do this.
Incidentally, I think the block has some flaws:
- I think the 'center/flip point' is not exactly in the center!
- The frame size should be 40mm, not 32mm
- The packing zone should be 30mm, not 6.38mm!
View 8 Replies
View Related
May 7, 2013
weldsymbol.dwg
Since weld symbols are regularly used in my day to day work, i thought of making a dynamic block. I had zero knowledge of dynamic blocks at that time. I realized that its actually very difficult to make a type of dynamic block i wanted. So instead of breaking my head to create it, its better to downloaded it.
Attached is the drawing i found on a forum. Its extremely cool, that's exactly what i wanted. The multiple toggle is extremely useful. That's what i wanted but was unable to create.
How this multiple lookup toggle were created without any visibility state?
View 9 Replies
View Related
Jul 16, 2012
I run Autocad 2010LT at work, where I do fire alarm drawings. I've been trying to create a dynamic block (sort of a one stop-shop) for my wiring diagrams, and wanted to include device text with it.
My question is, is there a way I can create a dynamic block with multiple visibility states where each state has it's own independent/editable attribute definition?
Basically what I'm trying to acheive is the ability to make a different description layout for each one of my device types. (They all have a different function, and a different address style) Really so I can minimize the time I spend editing the formats when I'm trying to crank out a plan review ASAP.
View 1 Replies
View Related
Sep 22, 2012
I try to create dynamic block of Tectus hinges. Bassicaly I would like create multiple visibility block:
first grip - type of hinge (TE240, TE 340....)
second grib - type of view: elevation, side and plan.
For plan view I would like create third grip with options: close, open 90 deg, open 180 deg.
In attached file I'm started working on this. For now I focus on first two type of hinges TS240 and TS340. I'm close to realize my gola but still something doesn't work correct. If you play with grips sometimes block disappear on show as custom view.
View 1 Replies
View Related
Jan 23, 2012
Could the users of this Lisp post the several Versions here for others to find?
I have come across a few in the AUGI Dynamic Block Forum who would like to make use of the Lisp but may be running into Version problems.
View 5 Replies
View Related
Jul 17, 2013
iLogic code question concerning how Place iLogic Component and retain the ability to push parameters from the subassemblies to the parts after being renamed.
I have ASSEMBLY.iam containing:
SUBASSEMBLY-01:1.iam
SUBASSEMBLY-02:1.iam
and sometimes SUBASSEMBLY-02:2.iam
each SUBASSEMBLY.iam contains PART1.ipt and PART2.ipt which have variable LENGTH and WIDTH. LENGTH and WIDTH are entered manually at the SUBASSEMBLY.iam and are infinitely variable.
To transfer the parameters I'm using iLogic code in the SUBASSEMBLY:
Parameter("PART1.ipt", "LENGTH")=LENGTHParameter("PART1.ipt", "WIDTH")=WIDTHParameter("PART2.ipt", "LENGTH")=LENGTHParameter("PART2.ipt", "WIDTH")=WIDTH
Issue 1: When I place the SUBASSEMBLY as an iLogic Component, the parts are renamed to PART1-01.ipt which renders my Parameter transfer useless. What am I missing on writing this code so it can find the new part name?
Issue 2: I like the automatic renaming that happens with Place iLogic Component. Is there a better way to handle this automatically through Place Component -> Save & Replace?
Inventor 2013
View 1 Replies
View Related
Jan 13, 2012
I have a library of dynamic blocks that we use for various systems. Each dynamic block has roughly 50-100 visibility states. Sometimes I need to use previous drawings for a new phase of work and the symbols that were previously new are now existing and need to have the letter "E" next to it to indicate as existing.
Currently I have duplicate dynamic blocks for "existing" and "re-located" blocks. This seems redundant and would be much more logical to select a number of devices and simply change a visibility to either new, existing, or re-located. However, I cannot think of how to do this unless either with an attribute or a second visibility pulldown.
View 1 Replies
View Related
Sep 26, 2013
we have moved from AutoCAD MEP 2012 to AutoCAD 2014 recently using Dynamic blocks with multiple visibility states.
in 2012 we could select a dynamic block with a specific visibility state and select similar, it would only select the visibility state that was previously selected.
in 2014 that is no longer an option WTH?
i have tried a couple of system variables to no avail (pickadd, selectionmode)2014
selectionmode is not a valid SV in 2012
View 9 Replies
View Related
Aug 22, 2013
Any way to change the size of the circles that I made so that they all enlarge yet keep their respected positions. So for the example below, I would like to just enlarge the circles and not the rest. If I select all the circles and drag them to enlarge, they lose their position. Is there a way to do this? This script [URL] ...... doesn't work for x6 but I think it is what I might need, correct?
View 4 Replies
View Related
Aug 10, 2012
I need to drive more than one constraint at a time. The assembly consist of a hydraulic ram that pulls a cable which is routed around a few pullys and then pulls another linear moving member. I don't really care about modeling the cable right now, I just want the cylinder piston and the final member to move in unison. I can only drive one constraint at a time, so I figured I could relate the two constraints together by setting them equal to a parameter (variable), but that isn't working. Is it me or is driving multiple constraints at a time something that would be very useful for a lot of applications?
View 3 Replies
View Related
Aug 3, 2011
How can you access user-defined parameters/function defined in the Parameters Manager dialog?
View 1 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
May 26, 2013
how to convert multiple selections to multiple layers or multiple files with one go?
View 6 Replies
View Related
Oct 17, 2011
While making a drawing and there is something which I want to turn visibilty of for a while, I will select from a sub-menu "Visibility" (see the attachment) But what I must do if I want to turn the visibility on again for example to that hole shown in screen shot?
View 2 Replies
View Related
Jul 27, 2012
The client I have has 1 seat of factory Ultimate and 8 seats of factory premium.
The issue is the premium seats have an issue when you turn the visibility off on a part in the IPN you cannot turn it back on. This is on all the seats of the premium. There is no issue with Ultimate.
The service pack did not fix the issue. Now I know Autodesk there will never be a fix for this unless I up-grade seems to be the Autodesk way in the past 3 years.
View 2 Replies
View Related
Nov 5, 2007
I'm trying to create slices through a 3D model. it's a model of an underground mine and i need to be able to show each mining level in a separate layout. 3Dclip command works fine for isolating the linework, according to elevation, but it doesn't clip the text annotations although the text is placed at the same elevation as the linework. The result is a mass of overlapping text that appears on every layout no matter where I set the clip planes
i had heard there was a 3D text command in map2008 that might solve this problem, but I can find no reference to 3D text in the map2008 help files.
View 3 Replies
View Related
May 10, 2013
Showing/not showing the same wipeout drawin in Model space in different Vports?
I make a wipe out in MODEL SPACE to "clean" behind an annotative text (also switching off the edge), is it possible show this wipe out only in certain Vport with a certain scale without having "holes" in general view of the same drawing in a different Vport in paper Space?
Something like an annotative wipeout. I tryed also creating an annotative block but it's not solve the problem, it keep hidding behind the block. I'm using AutocadLT2010
View 4 Replies
View Related
Mar 30, 2011
For some of my asemblies I have had to turn visibility off in some parts.
How do I turn it back on?
View 5 Replies
View Related
Oct 22, 2012
Did something change in 2013 as far as the way surfaces are displayed in an idw? the surfaces always always had to be "included" in a idw view. now they come in as regular geometry.
win 7 64 bit sp1
cpu intel xeon E5-2687W0@3.106
eight core
two solid state hard drives
32 gig of ram
Autodesk product design
suite premuim 2014 64bit
Nvida quadro 4000
Space Pilot ver. 1.6.2 2010
View 9 Replies
View Related
Oct 11, 2011
I want to turn off visibility of certain parts in an overlay view but when I right click on the parts or the view(s) the visibility is greyed out. Why does this happen and how can I correct it?
Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot
View 3 Replies
View Related
Oct 15, 2013
I have 2 problems:
1. created a turbine whose blades are made from some planes that I applied thicken offset command. I applied circular pattern to multiply the blade around center point but i get too many planes and i must to make invisible each one. How can i make invisible all planes in the same time.
2. After i make them invisibile i exit from that part but when i start that part again or when i place it in an assembly all planes are visible. What should i do to make them invisible for ever.
View 2 Replies
View Related
Mar 21, 2013
I have a lack of expierence in using visibility checks. I created road profile , now i would like to check the visibility of it. Cuz my profile have hills , and the car driver must see other objects in the road . His sight in front should be 400 meters , eyes height 1 meter and the target in 400 distance should be seen by 1 meter tall.
View 1 Replies
View Related