AutoCAD Inventor :: Component Visibility States In Drawings

Feb 18, 2013

Why the visibility cannot be toggled on/off in drawings? Why the visibility selection is greyed out?

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic To Remove Component Visibility From Drawings Environment

Aug 21, 2013

I am looking for a way to create an external rule that will allow me to turn off the visibility of bolt generator items in the model while I am looking at the drawing. Bolts may be buried several subassemblies (4 - 6) deep.

View 6 Replies View Related

AutoCad :: Create Dynamic Block (Visibility States) From Folder Of Drawings / Blocks

Aug 11, 2011

I have a ventilation attenuator I would like to compile into a dynamic block.

At the moment I have the files in folder (Folder name is length) I wish to create a dynamic block per length.

Is there and easy way to compile this without having to copy and paste from the other files?

View 9 Replies View Related

AutoCAD Inventor :: Shortcut Key For Component Visibility

Mar 21, 2013

I'd like to set up a keyboard shortcut so that when I press the 'V' key, inventor toggles the visibility of the selected part or assembly. However, "Visibility" seems to be about the only command that doesn't exist in the list of keyboard shortcuts*. I found this post in which someone says it's not possible, but might be using VBA. I've done some iLogic but know nothing about Inventor's inner-working VBA. I'm wondering if there's some workaround, VBA or otherwise, that'll allow me to toggle visibility using the 'V' key.

*actually it does but it says it's only available for use in Inventor Studio. Go figure. 

Using: Autodesk Inventor 2013 Product Design Suite

View 2 Replies View Related

AutoCAD Inventor :: Drawing View Component Visibility

Nov 8, 2011

I am using this code to turn visibility of components off in IDw file, what I need top turn visibility of a component of in a subassembly.

'oDrawingDocument = ThisApplication.ActiveDocument
'Get the first view
'Dim oView As Inventor.DrawingView
 'oView = oDrawingDocument.ActiveSheet.DrawingViews.Item(2)

[Code] .........

View 2 Replies View Related

AutoCAD Inventor :: Modifying Component Visibility With Custom View Rep

Oct 11, 2011

In my neverending battle to find a way to turn off unneeded components in an assembly, I'm trying my hand at modifying component visibility with a custom View Rep. View reps seemed to pose fewer issues than LOD's (in that you can have a drawing and model open at the same time without a million error messages)......until I tried to make a pattern.

When first placing a new subassembly component into an assembly, it will automatically place in the "Last Saved" View Rep. Since certain parts may be invisible in my "skeletal" subassembly, this is ideal. HOWEVER, when I try to pattern this subassembly, all of the occurrences absolutely insist on displaying at the "Master" View Rep. This makes no sense to me whatsoever and destroys yet another workflow at the 99% mark. I understand that I can change the view rep manually, but manual workarounds and corrections defeat the point of using iLogic to manipulate our models.

Am I the only CAD user who wants the simple ability to "turn off" an assembly component? iAssemblies are not an option due to the shear number of combinations of unneeded components.

View 4 Replies View Related

AutoCAD Inventor :: Using ILogic To Set Component Visibility Based On Positional Representation

May 30, 2013

what code I would use in an assembly if I want to enable and make visible certain parts depending on the positional rep I am using.

Basically I am having trouble reading the pos rep into an iLogic code

View 5 Replies View Related

AutoCAD Inventor :: Visibility On Drawings?

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

AutoCAD Inventor :: Top Line Assembly And Component Drawings

Oct 2, 2012

I have an iassembly model with iparts in it. I am trying to make one absolutely complete model rather than have several models with redundant parts in it. For example having the full assembly and making a Top Line Drawing from that, but then also making a drawing from the individual components.

So for example I have a Top Line assembly drawing with a tank with all the fittings, gauges, and instrument panels shown. Then I would want to make another set of drawings showing the tank itself, fittings, gauges, and the instrument panel. My main issue is with the tank drawing; the tank drawing is supposed to be simply the tank so I would need to remove the fittings, gauges, instrument panel etc.

I would like to know if there is a way to "Hide" or "Supress" the components that I do not need for a particular drawing without taking them out of the model; yet at the same time removing it from the BOM because they wont be necessary at this level.

View 6 Replies View Related

AutoCAD Inventor :: Solid Body Visibility In Drawings?

Sep 6, 2012

I'm making drawings of assemblies in Inventor 2012 and was wondering how to turn off the visibility of specific solid bodies within a single part containing multiple bodies, or make it match the visibility in the assembly and part file itself.

In particular my situation is that I have a camera whose part model includes a solid body for its view cone. The visibility of this solid is turned off, so when opening the camera itself, or the assembly containing it, it doesn't appear, but when I place that assembly or part in a drawing it's included, and the only way I've figured out to get rid of it is to turn the whole camera's visibility off within the drawing.

View 3 Replies View Related

AutoCAD LT :: Manage Visibility States

Apr 26, 2013

When opening Block Editor, the screen is black as opposed to previous white, and cannot get Visibility Manager button to function. Was working ok last week. Opened 2013, now same problem.

Other system is not experiencing this, and we have run the Repair / Re installation.

View 1 Replies View Related

AutoCad :: Any Way To Select Visibility States

Nov 7, 2011

I know that you can select similar for color, layer, line type but is there a way to select by visibility state? All of my dynamic blocks use visibility states depending on which view you want it in (i.e. plan,front or side) and in most cases differant sizes of the object. I would like to be able to change let say the size of an object in the plan view from visibility state 1/2" insert plan to visibility state 1/4" insert plan without going to each block.

View 0 Replies View Related

AutoCAD Inventor :: Visibility In 2D Drawings - Hide Part Of Assembly

Aug 16, 2011

I want to be able to hide a part of an assembly in one projected view of the 2d drawing but not all, however when I do so the hidden lines stay hidden lines. They do not change. I know you can change the hidden line properties to make them continuous lines but is there a setting that will allow these lines to change automatically?

View 9 Replies View Related

AutoCAD Inventor :: Turning On Visibility Of Line Segments In Drawings?

Oct 1, 2012

In drawings there are a lot of times where I turn off the visibility of certain line segments to make the view look cleaner.

What if I was to reverse the visibility of these lines segments down the road?

View 5 Replies View Related

AutoCAD .NET :: Is There Any Way To Make Visibility States Read Only

Jun 17, 2011

I have this dynamic block which has a visibility states. I don't want user to be able to change it. So I made grip visibility to 0 when I created the block. Now I realized user can change that thru the properties window.

I just want this to be change only within program interface .  Is this Possible ? 

View 1 Replies View Related

AutoCad :: Making Block With Visibility States

May 10, 2011

Is their a protocol for making a block with visibility states? I have not done this in a long time but I know the procedure for creating the visibility states but for some reason no matter how many times i adjust this one block i cannot get the this attribute definition to stop showing in visibility states.

I have tried doing a show all and hiding this attribute manually over and over again and i cannot get the block to hold the info. it looks right in the block editor but as soon as i insert this block i can see the visibility state is not right. is their a procedure of how i set up a block like this so that the visibility states will work the way i want them too?

View 3 Replies View Related

AutoCAD 2013 :: Visibility States All Screwed Up

Apr 3, 2012

I work with a lot of blocks that use visibility states. I've immediately found that editing these in 2013 is impossible because of a bug. When I'm on "Visibility State 1"and select "Visibility State 2" from the drop down, the state just reverts back to "Visibility State 1". The actual block will change and my drawing from "State 2" will show up, but the drop down still lists "State 1". So, when I try to Make Visible an object (in order to put it on "State 2" which is currently visible on my screen), the object is put on "State 1". This needs fixed IMMEDIATELY. This makes Autocad 2013 worthless to my firm.

View 8 Replies View Related

AutoCad :: Duplicating Attributes With Visibility States

Feb 23, 2012

I have a simple block with option 1 having title at the left and option having the same title at the right. I can use visibility state should the title be mtext.

However the two titles are in form of attribute tag. Hence how to proceed?

View 2 Replies View Related

AutoCad :: Doing Cascading Menu In Visibility States

Sep 7, 2012

Is there anyway of doing a cascading menu in visibility states. Where it brings up a couple of options that you can select taking you to more options? Sort of like some website menus.

View 4 Replies View Related

AutoCAD .NET :: Explode Dynamic Block With Visibility States

Oct 2, 2012

I have a dynamic block with visibility states.When I use the method BlockReference.Explode(entities) I get in 'entities' all entities including all those who are part of the visibility states not selected. But I want only the entities in the selected visibility state.What surprises me more, is that entities from other states of visibility, although they were added to the current space, do not appear.

How to retrieve only entities associated with the selected visibility state?Or how can I identify entities that are not part of the state of visibility?

var entities = new DBObjectCollection();selectedBr.UpgradeOpen();selectedBr.Explode(entities);foreach (Entity entity in entities){ currentSpace. AppendEntity(entity); tr.AddNewlyCreatedDBObject(entity, true);}selectedBr.Erase();

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Multiple Visibility States?

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

AutoCad :: Create Dynamic Block With Several Different Visibility States

Jul 22, 2012

I'm trying to create a dynamic block with several different visibility states and for each visibility state I have created an attribute. Each attribute has a different text style because I need the size of the text to change when I change the visibility state. But on the model space I can only see and edit te attribute in one of the visibility states. How to create a block that allows me to see different attributes in different visibility states or that alows me to change the text stryle of the attribute acording to the visibility state?

View 2 Replies View Related

AutoCad 2D :: Can Attribute Values Change Visibility States

Jun 2, 2011

The Question: Can Visibility States be changed by an Attribute Value instead of the drop down arrow?

The Situation: I am building an annotative block that the user wants to change appearance (ie different hatches inside a circle) based on an attribute value (1,2 or 3). The attribute is invisible and is one of +/-40 other attributes. I can change the appearance with visibility states and the little pull-down arrow on the block or the properties menu, but the user wants to be able to change it with attribute value. Is this even possible?

View 4 Replies View Related

AutoCad :: Attributes And Visibility States In Dynamic Block?

Dec 6, 2013

In the past I have not managed to get attributes to constantly behave themselves if I applied a visibility state to them. Following posts by steven-g where he has a method to get them working together I thought I would give it another try. His method was used to link the attributes to a further reference attribute to reveal a field but mine is far simpler, just requiring one of two numbers to appear depending on the project state.

I had two attributes which toggled their visibility but only the primary attribute would display UNTIL AFTER I locked and prest the attributes, wherein it all looks to be working as wanted.

So my question is, why does it now work (and will it continue to do so)?

I don't know if I could get away with only one of those actions but since I had something working I didn't want to break it. I will test it once these drawings have cleared my desk.

View 3 Replies View Related

AutoCAD LT :: 2013 Dynamic Block - Visibility States

Apr 11, 2012

I have made up an extensive dynamic block library over the year, however in the latest version when I have tried to modify blocks with visibility states you can not cycle through the different states it will just revert back to the first one.

View 3 Replies View Related

AutoCad :: Creating Dynamic Blocks With Visibility States

Apr 4, 2013

I use the RIBBONS when using ACAD, when creating Dynamic Blocks with Visibility States I am able to add, rename etc the states, but when I need to tell ACAD what to hide and what to show in each state I cant seem to locate the button within the ribbons to do so.

I find myself having to switch back to CLASSIC view to use them and then back to RIBBON.

See the 2 images.

CLASSIC.JPG
CLASSIC VIEW
RIBBONS.jpg
RIBBON VIEW

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Lookup Tables And Visibility States

Nov 27, 2012

This is my first dynamic block, and I am trying to make a pipe elbow that is selectable for pipe diameter, arc angle of elbow, AND radius of elbow. I got the diameter and the arc angle just fine, but I can't figure out how to do the radius of the elbow. I used a lookup table for the diameter constraints and I used my visibility state for the angle, seeing as I couldn't find a way to accomodate arc angles with a lookup table. What I'm stuck on is the radius bit.

I need to be able to select the radius or the elbow as either 1.5x, 2x, or 2.5x the diameter of the pipe. So for example, if I have a twenty inch pipe diameter, I need to be able to set the centerline radius of the elbow as either 40, 50, or 30 and then have the outside and inside radii fit proportionally. So in the case of a 20 in diameter, I would need one block with one variation that has radii of 30, 40, and 50, another variation with radii 20, 30 and 40, and yet another variation with radii 40, 50, and 60. I could easily make a reverse lookup table to do this for a single size pipe, but in order to do it for each pipe diameter I would need to be able to cross reference the other lookup table to pull the diameter value, and then have the radii respond to that value.

If this is even possible? And if it is not possible, how I could edit the arc angles with a lookup table instead of a visibility state? Because if I could do that I could use my visibility state to do the radii instead. My other options are to create a second and third dynamic block for each variation, or to add each individual radii variation to my lookup table. The latter of which I won't do because that is far too many options for a lookup table that already spans beyond the extents of my monitor. How I could accomplish all three of these tasks with a dynamic block.

Attached is the block as I have built it so far. 

View 4 Replies View Related

AutoCAD Dynamic Blocks :: Stretch And Array - Visibility States

Aug 12, 2013

I'm trying to create a block for angled handicapped parking stalls. 

I used an array chained to a stretch in order to increase the number of stalls. It worked but for some reason it does not work in all of my visibility states. In some visibility states the array and stretch do not stretch together. The block should end with a stall but some end with a line and no stalls above it. 

I attached a drawing with the blocks. The block named "STALLS-60-HANDI" it works correctly except in visibility state 9' and in "STALLS-60-4space Handi" it only works in visibility state 10'.  

rename to dwg . fire wall would let dwg posting

View 4 Replies View Related

AutoCAD 2013 :: Selecting Visibility States In Dynamic Blocks

Sep 26, 2012

Is it possible to select visibilty states of a dynamic block in a drawing, for ex. to count how many of each visiblity are in a drawing?

Ex.:

I have a drawing of a big pile plan with al lot of various piles in there. I made one dynamic block of the pile in which i can select what kind of pile i want to have visible. Now i want to count how many of each pile is in the pile plan.

If all different piles would be different blocks i could easily count with 'Block Reference' in 'Quick Select', but i dont know how to do the same with a dynamic block (which has one block name only) and its different visibilities.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Combination Stretching And Visibility States?

Dec 9, 2011

I am working on a few dynamic blocks with ducts.The plan is when you stretch the duct to far it will automatically place a coupling and the next peace of duct.

This wasn’t the problem but if I connect more than 2 ducts it goes extremely slow. (see attached file)

I think that if I am using larger steps between stretching (still testing this theory) it will go faster but this goes against my nature of being possible to exactly decide the length on my one.

View 4 Replies View Related

AutoCAD .NET :: Update Dynamic Block Visibility States And Values?

Sep 21, 2012

I want to be able to update a dynamic block with data from our SQL Server database using a VB.NET program.

The dynamic block is configured to show office locations and has the associated office addresses for each office location embedded within the block.  However, over time, offices close, new offices are added, addresses change, and so on.  Plus, we have a dynamic block in each sheet size for several template types.  So, updating them remotely would be a huge advantage.  I'd like to just click a button, and know that the offices in the blocks were up to date and accurate.

Currently, I can use VLISP and the DBX technology to open each file and change the addresses.  But, I cannot figure out how to change the visibility state (office name) in the prompt list.  Anyhow, I want to drive the changes from a VB external application rather than having to open AutoCAD and run a LISP routine.  So...

how to modify the following properties of a dynamic block using VB.NET?

1. The visibility states prompt list. (add, delete, modify)

2. The associated values. (add, delete, modify)

View 3 Replies View Related







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