AutoCAD Inventor :: Retrieve Lines Made Invisible In 2D DWG
Sep 18, 2013
I'm editing someone's 2d inventor dwg, and want to show a part behind an object in the section that isn't currently showing (the part I want to show is on the model, in the appropriate level of detail referenced by the 2d view.)
I believe that the author turned the line visibility off. Is there a way to turn all line visibility back on in a 2d view?
View 7 Replies
ADVERTISEMENT
May 2, 2013
Recently upgraded to 2014 and now anytime I add leaders to a point inside a view, the leader disappears. If I move the start point to the outer extremity, then it shows up fine.
Autodesk Product Design Suite Ultimate 2014
Inventor Pro 2014 - SP1
Win7 Pro x64
Dell T5500; Xeon E5520 2.27GHz; 15 GB ECC RAM; Quaddro FX4800; SSD
View 9 Replies
View Related
Jun 27, 2013
When I plot my dwg my contour lines disappear. Looks good in model and layout but when I plot (usually to pdf) the contour lines do not show. Labels for contours are there. I attached samples.
View 2 Replies
View Related
Aug 1, 2012
I drew a 3d shape using 3dpoly and I want to convert that drawing,which is now only a 3d sketch, into a solid.I have attached a picture of the lines sketch sulita.jpg.
View 9 Replies
View Related
Sep 6, 2012
I am looking for a way to use objects created from lines and arcs as text because of a machine that will not read text. The objects look like letters and numbers. I am wondering if there is a way to create a text style, library or whatever with the created "text". There can be hundreds of characters on a single drawing so importing and aligning and placing each object 1 at a time is very slow and painstaking.
View 9 Replies
View Related
Dec 26, 2012
I have designed artwork that uses lots of colors and lines. Everything was pretty much designed with lines and shapes and then I used live paint to paint in certain sections. The artwork looks perfect when exported as a GIF and it appears fine in Illustrator. The problem happens when I export the document as a PDF. When I export it as a PDF, tiny white lines show up where I have invisible lines in Illustrator. These invisible lines were put there in the first place so I could have set regions for the live paint without them showing. I'm not sure why they are showing up when I export.
I have tried multiple PDF settings and also tried flattening the layers and attempting to use Transparency Flattener Presets and export it as a PDF 1.3 but it is still greyed out in the export options when I try.
I've attached a screenshot of the PDF after it has been exported to see the lines. You will notice black lines and thicker white lines (like the one at the top), these are intentional. the ones that are undesired is the thin one near the bottom whre you can see theres a break point in color and then multiple ones going up. Deleting these with live paint selection, expanding the art, using direct selection tool to delete all ruin the art flow or do not work.
Exported image:
How it looks in illustrator:
View 5 Replies
View Related
May 6, 2013
I need to crop image in autocad, path for croping is made of lines and arcs and one picture needs to be croped with circle. Is it possible to crop this way?
View 4 Replies
View Related
Sep 9, 2012
I am really new to illustrator and I need to know the answer to this question fast. If I made a weird shape with 5 different lines how would I fill it in? Nothing really happens when I select the lines and then select a color.
View 5 Replies
View Related
Jul 20, 2013
Any file I save to pdf takes any lines and makes them very small as in hairline size.
If converted to object they work fine.
View 9 Replies
View Related
Dec 20, 2013
In the past we filled in our changes, we did on the part, in the iProperties of the IDW. In the IDW we use some Custom iProperties for this. That's not usefull because you want this data in the 3D-model. Now I have written some code to automate this, which works really great. This code works in the IPT as well as the IDW. But what I want to achieve is: When my IPT is the active document, I want to read out the iProperties from the IDW to check if there is already filled some of these properties, because I have to deal with 'old' documents as well.
So my basis question is: How can I read out iProperties from an IDW into the IPT. I have found lots of solutions which go the opposite direction, IPT -> IDW. I want IDW -> IPT.
View 9 Replies
View Related
Sep 20, 2011
Is it possible to retrieve the changes done on C drive before version from Vault overwritten them with older version?
View 1 Replies
View Related
Jan 11, 2012
Is it possible in VBA to automatically generate dimensions on a particular view?
Some told me that retrieve dimensions tool will be applicable. Looking for sample code for retrieve dimensions?
View 4 Replies
View Related
Oct 4, 2012
I have created a pipe using sweep through 2 planes and 3d sketch. I want a specific bend on that pipe to be extracted for drawing purpose. How do I do that ?
View 9 Replies
View Related
Feb 12, 2013
I try to retrieve the values of an occurrence in an assembly document, same as when I click on 'Change size' (see the attachment).
I Know how to get key values (from list) from content center family member (Getting data from content center) but for the expression values (from user entries), I found nothing.
View 1 Replies
View Related
Oct 1, 2013
In Inventor 2010 is it possible to retrieve the dimensions from the weld in an idw without rewriting this dimensions?Now when hitting weldings in idw the symbol stays empty.
View 5 Replies
View Related
Oct 17, 2013
I've recently been playing with the "Retrieve Dimension" feature in IDWs to pull the model dimensions and tolerances from the IPT. I'm wondering if I am understanding the behavior correctly.
The IPT Document Settings > Default Tolerance "Use" and "Export" standard tolerance values boxes are checked.
I have standard tolerances defined for .xx and .xxx precisions. Default in the IPT is .xxx.
If I place a sketch dimension and extrude a feature, place that part in an IDW, and "Retrieve Dimension," the result is that the dimension's precision and tolerance are defined by the active IDW style.
However, if I place the sketch dimension, and then modify its precision to be something other than the IPT default, when I "Retrieve Dimension" in the IDW, it pulls the modified precision and tolerance from the IPT settings.
Is this the expected behavior? When I see the box in the IPT Default Tolerance tab that says "Export Standard Tolerance Values," I understand that to mean that the standard tolerance values in the IPT will be propagated to the IDW. Is this incorrect?
I'm using Inventor Pro 2013
View 2 Replies
View Related
Sep 21, 2011
I typically have a part file with bunch of sketch blocks as die drawings.I use those for rest of my workflow.
If I want to make drawings of these sections.
Is there a way by which I can retieve all dimensions from the sketch of the sketch blocks (die) on to a drawing.
I know that I can get model sketches but I do not know a way to get the model sketch dimensions.
Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013
View 1 Replies
View Related
Oct 20, 2010
The code that follows is my attempt to explode the BOM and retrieve the UnitQuantity. When I look at the BOMQuantity object, BaseUnits is always nothing, and UnitQuantity is nothing.
Dim i As Long
For i = 1 To oBOMView.BOMRows.Count
Dim oRow As Inventor.BOMRow
oRow = oBOMView.BOMRows.Item(i)
Dim oCompDef As Inventor.ComponentDefinition
[Code] .....
View 4 Replies
View Related
Aug 13, 2012
I am trying to retrieve dimensions from an assembly. The features that I want were created in the assembly itself, not on the original parts in the assembly. I can manually dimension some of the features, but there are others that I need to retrieve. When I retrieve dimensions from the assembly, I am only given the original dimensions for the parts.
View 7 Replies
View Related
Sep 5, 2013
how to retrive circular pattern holes dimesnions from the model. i can get other dimensions but struggling with holes.
View 2 Replies
View Related
Aug 8, 2012
I have a section view in which the section lines are MIA. Is there a way to retrieve them? So I can change the scale?
View 4 Replies
View Related
Jun 10, 2013
Some months ago I created an iLogic code that creates all my notes that I use in my drawings, linked to a form. A good tool the made my work a little easy. Now I wanna make an update on it.
In my code I create a sketchedSymbol and then some textBoxes with my notes, but before that I erase all the Symbols in all sheets and then the main Symbol itself. Then I create again the symbol and textBox in a specific point of my Sheet. So, everytime that I need to update my Notes, it goes to that point of the sheet, it's not a problem, but it's annoying have to move them always to the correct place. And i can't use a specific final point for the notes because it may change according to the drawing.
So, my idea is:
If the Symbol is already created, how can I get its position ?
I create the points with TransientGemometry and then CreatePoint2D, but I dont know how to retrieve these points, even if that is possible.
The code I use is that below (I just erase the notes because it was too big, this is just the main code creating the stuffs).
' Set a reference to the drawing document. ' This assumes a drawing document is active. Dim oDrawDoc As DrawingDocument oDrawDoc = ThisApplication.ActiveDocument'Update the document oDrawDoc.Update'apaga o symbol existente em cada sheet Dim oSheets
[Code]....
View 7 Replies
View Related
Oct 19, 2012
I was trying to reposition a retrieved dimension in drawing. I was able to position the text, however the dimension line however still stays in its default retrieved position. how I can reposition the dimension line as well?
Dim mydim As Inventor.ObjectCollection
Dim invDimConstraints As DimensionConstraints
Dim invDimConstraint As DimensionConstraint
invDimConstraints = invPartDef.Sketches.Item("MySketch").DimensionConstraints
[Code] ........
View 1 Replies
View Related
Apr 24, 2012
how do I retrieve the centre point in my design axis in Inventor, when I create a new sketch, like the point at x0:y0:z0
View 2 Replies
View Related
Oct 8, 2012
I want to retrieve dimensions in a drawing with ilogic. I found some code but how to translate it into a ilogic code.
I always use assembly models in these drawing and all the parameters have unique names. So in my drawing i want to retrieve some specific dimensions in a view.
View 9 Replies
View Related
Jun 4, 2013
Is there a simple way to retrieve the mouse position in the inventor window? I know about using mouse events but i don't want the position on click etc. just where it's at when i run my code.
View 9 Replies
View Related
Aug 19, 2013
I am using Inventor 2012. I have a subassembly that has two parts. I was able to dimension each part by retrieving dimensions. This subassembly also is an iAssembly. The main part stays the same but the second part changes.
My problem is, I had to make the main part an iPart because in one of the subassemblies, the main part has an added feature. After making the main part an iPart, all my dimensions in the subassembly drawing turned pink. I removed the dimensions and tried to retrieve them again but now I cannot. There are many dimensions I cannot manually dimension.
Is there away to retrieve dimensions from an iPart in a subassembly?
View 8 Replies
View Related
Mar 25, 2011
How can you retrieve the active sheets revision?
View 5 Replies
View Related
Mar 19, 2012
I am trying to retrieve center of gravity in my assembly, I now already coordinates given by iporoperties, now i want to measure to that specific point, is it possible to do it? or to actually show the center of gravity in the assembly?
View 1 Replies
View Related
Oct 8, 2008
I have tried to use the command retrieve dimensions for an iPart and iAssembly but no dimensions will appear
View 6 Replies
View Related
Mar 15, 2013
I want to use a certain bolt from Content Center. Unfortunately, the particular size I want to use does not exist in the content center, but it does exist at one of our suppliers. How can I add this size to Content Center?
Or, can I somehow check out this bolt as an iPart, and then I can modify it (add any size I want, or even make it custom) according to my will?I am using Inventor 2013
View 5 Replies
View Related