AutoCAD Inventor :: Turn Off Visibility Of Diameter Dimension Extension Line
Jul 5, 2012
It's 2012. I haven't found a setting in the dim style or the RMB options to turn off the extension line. I saw the posts showing drawing a sketch in the view but come on, all that to just turn off the line?
see attached jpg. I want to know if there is a way to get rid of the "extension line" that the diameter dimension creates?
as you can see it runs over the slots on my detail and looks confusing.
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 slphantom (NNTP handle: scottl)
When you make a diameter or radius dimension it always has this static extension line shown in red when you move the dimension far enough away. I can not seem to extend this extension line at all it is always the same length no matter what variable I change. How to lengthen this extension line?
I am trying to create a dimension in an .idw that goes from a line to the tangent of the outer diameter. I have tried several approaches but I cannot get it to work. Essentially I am trying to replicate a drawing which was created in Solidworks but I am having trouble with this dimension.
I am having an issue with my dimensions. If I have a dimension that is 1'-3" or larger, my extension line beyond my dimension line extends the normal length, but as soon as my dimension goes under 1'-3", the extension line then gets twice as long outside of the dimension line (see attachment). I have researched...and i can't seem to find a dim variable that will let me change this. is there anything to control this happening once my dimension goes below 1'-3"?
I'm using BIMLink to adjust parameters in a model... If a dimension ends up being zero, is there a way for me to have conditional formatting to turn off visibility of a dimension with a zero value?
I am trying to edit my drawing template dimension style to always do a diameter (if it is a circle). Right now it defaults to radius and I manually right click and change it. I found all sorts of styles for how it displays the radius and diameter, but didn't find where to set the default.
How do I change this dimension into a diameter dimension?
I have tried editing the dimension style to display as a diameter and it doesn't change it. I tried creating a new dimension style and it doesn't change it.
We need re-location the diameter dimension after we change the drawing view's scale. but we didn't know how to change the Startpoint of the dimension (mark with Red word "1"), just find the text location.
Who knows how to set the new point to for the startpoint?
how to break diameter line into horizontal line at the end ?... there's no such option in editor style (I want to have 2 arrows for this diameter, not one as it is in editor options)
I want to use diameter extension lines to span the diameter of the circle by forcing the dimension line to be on. When I do that, the arrows are on the outside of the diameter and I want them on the inside so I use the flip arrow command. What happens is the extension line opposite of the dimension text is sticking outside the circle and I want to get rid of it because it just looks bad. I dont see a way of turning off this little extension line. Every thing I turn off doesnt seem to do anything.
The attached part has multiple holes in multiple locations...... I want to show in the .idw one set "row" around the circumference at a time.
So I want to show set one, how far in from the end of the tube, then how many and at what degrees around the 360*. to do this i can only suppress the other features right now.
so when I make another View those same parts are suppressed and i cant change it around otherwise it messes with the holes I want and don't want to show in the previous view.
Somehow my top level assembly shows the UCS triads for hundreads of my parts (but not all of them). I know I didn't turn the visibility of all these UCS triads on manually. Now I cannot get them to turn off.
When I toggle the visibility status of a few and save the file they come back when the file is reopened.
Note, they are NOT visibile in their respective part files, just in my top level assembly.
I have a code generated a rendered view on my idw. My dimension lands on a specific location in my view that makes the dimension difficult to see due to the rendering colors... Is there anyway to have a dimension have a white box behind it to obscure some of the rendering to make the dimension value more visible?
In Inventor dwgs when I turn the visibility of the harness assembly off (the icon turns gray) the harness still remains visible in the View on the dwg. My co-worker is having the same problem. This is happening on several different inventor dwgs where the harness is not visible (the visibility is turned off) but once an edit is made to the assembly (such as making a part visible) the harness becomes visible even the the visibility is turned off in that View. I don't know if this is related to the recent installation of service pack 4 for inventor 2010 as this problem recently began occurring.
It happens sometimes, when I try to turn off the visibility of a part in a created view, the option is grayed out, can't uncheck visibility. Whats the reason?
I have three sketches. Two are 2D sketches and the third is a 3D sketch created by the intersection of two surfaces created from the previous two 2D sketches. The order of the browser is as follows:
Sketch1 Sketch2
Revolution (surface) Extrusion (surface)
3D Sketch 1
When I go back to edit Sketch 2, Sketch 1 is always showing...regardless of whether or not I turn on/off visibility. The visibility toggle has no effect. Sketch 2 has no projected geometry from Sketch 1.
I have been trying to sequentially show (and then hide) the dimensions for each feature (together with its related sketch dimensions) in a part browser tree.
I can set the visibility for any one of the sketches with e.g.
I have an assembly that was generated by Pro/E. It opens fine, but there are roughly 1000+ planes that are all visible. Is there a way to easily shut these all off whithout having to do it in each part?
At my company when producing drawings for manufacture we require a sheet for any steel profiles to be cut!..We do this by selecting the assembly from base view,hitting model view tab, selecting presentation and choosing the relevant profile from the drop down!
Once the profile is placed, we highlight the view and hit the parts list tab which obviously creates a parts list, but for the whole assembly, we then have to edit the parts list by turning off the visibility of the lines of all the parts which are not relevant!!...as you can imagine this is quite a laborious task if you have 50 different profiles.
The reason for this is to show the qty, steel grade and part number to the suppliers. My question is, any code that will take the lines of the parts list that are not relevant to the selected view and turn the visibility of those lines off?
I've managed to cobble this code together to turn some sketch visibilities on and off. However, what I'd really like to do is have a single sketch containing some blocks, and turn the visibility of the blocks on and off... How to call the blocks -
'Iterate through the sketches collection'Turn the edging indicators On And Off For Each oSketch In oDoc.ComponentDefinition.Sketches Select Case oSketch.NameCase "Front Edged"If E01 = True Then oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Top Edged"If E02 = True Then oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Back Edged"If E03 = True Then oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Base Edged"If E04 = True Then oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfEnd SelectNext
Since changing to Inventor I seem to be unable to turn off visibility of parts in assemblies on a drawing. Usually I just expand the view in the browser then right click on parts and turn off visibility. When I try this the visibility option is grey.