AutoCAD Inventor :: How To Create New IPT Related To Another Existent IPT
Sep 22, 2012
I have a part called rectangle.ipt (simply a rectangle in it).
I have to creat another part, called rectangle_holes.ipt. This one, is the same as rectangle.ipt, same dimensions, but has holes in the rectangle.
Is there a way that theses 2 parts could be related, so that if the dimensions of rectangle.ipt changes, rectangle_holes.ipt automaticaly changes?
View 2 Replies
ADVERTISEMENT
Feb 21, 2012
i attached a lsp with and excel
the lsp does creat circles with diameter of 5 related to imported points from excel
i realsed that it is able to get the first column but can get the coordinate from the second one
(setq posX (atof (substr line 1 nPos))) (this is ok)
(setq posY (atof (substr line (1+ nPos)))) (not this one)
View 2 Replies
View Related
May 31, 2013
I'm trying to write a VBA macro (for Inventor 2010) that would have to work on drawing .idw files that are generated from a given component.So when I have an open assembly document, I want to go through all component occurences and work with the associated drawing.
There's a built in command in Inventor for that, in the context menu, something like "Open drawing" (mine is german, so not sure how it's called in english), which does this. It opens the drawing of the given part. From this I assumed, there must be a reference within each part, that points to the referencing drawing.
But I'm not able to find this information anywhere within the properties/objects of any component.how or where can I get this information out of the components?
View 5 Replies
View Related
Oct 5, 2009
Is there a way (either thru Inventor or Vault) of print ALL idw (drawings) files related to an iam (assembly)?
Inventor (and Vault) are capable of creating and managing a BOM of the iam files and would think that it would be reltivly easy to query this bom and "find" all the associated idw files and batch print them. Possibly with the option to select the "levels" to dril down to (All, Top Level, Sub Assemblies within the iam, etc, etc)
View 9 Replies
View Related
Jul 7, 2011
My attempt to plot all related files form an ".iam" resulted with the following code. The code as is working for us. We use an eight digit number for file name. Plotted PDF will have revision added to file name. Any chance of making an addin or iLogic code for similar functionality?
Private PDFPATH As String'FOLLOWING CODE USES CODE FROM URL...AND OTHER PLACES INCLUDING INVENTOR HELP.Public Sub PrintRefFiles() 'BOMQuery() ' Set a reference to the assembly document. ' This assumes an assembly document is active. Dim oDoc As AssemblyDocument Set oDoc = ThisApplication.ActiveDocument Dim ASSYIDW As String ASSYIDW = oDoc.FullFileName ASSYIDW = Replace(ASSYIDW, Right(ASSYIDW, 4), ".idw") If Dir(ASSYIDW) <> "" Then 'Debug.Print strDisplayDim oDrawDoc As drawingDocument Set oDrawDoc.
[code]....
View 2 Replies
View Related
Jun 17, 2011
Is it possible to use a user selectable browser for all related functions?
I'd like to see the possibilty to select with which webbrowser Inventor interacts.
Currently the wikihelp opens in my default browser (Google Chrome), but the help function and subscription links open in Internet Explorer.
View 3 Replies
View Related
Apr 19, 2012
Is there a way in Inventor to take an assembly feature and basically have it fall out at the part level also? So if you were to open the part up, it would have the cutouts in it.
View 2 Replies
View Related
Jul 28, 2013
How to zoom in and out via the API.
I can access the camera and eye etc. but cannot find the property related to zoom. I initially thought it was to do with the position of the eye but when I use the "Zoom" by dragging the mouse button I see that the eye position doesn't change.
I would like to connect the zoom to a slide bar and zoom in and out using that.
View 1 Replies
View Related
May 20, 2013
I want to duplicate & then rename a project I have stored on my vault computer, However I am experiencing many difficulties.
There are probably around 1000 + files in this project-multiple assemblies/drawings & parts. Initially i did a Pack & Go of the Project to my desktop. I then took my first top level drawings & using Design Assistant renamed all the reference parts and assemblies related too it. This worked fine, albeit a very long time to rename all the files.
The problem is that i have say 50 drawing files, some contain similar assemblies/part files which will have already been rename in the first top level drawing & some container different assemblies/parts (which are not related to the first top level drawing) & will have to be renamed separately.
Is there an easier way to duplicate & rename a vault project because design assistant makes this task extremely laborious. An great tool to add would be to 'Find & Replace' a file name & apply it too all the files. Similar to the function in Microsoft Word.
I have looked into the copy design feature in vault however, you can only copy a project within a project, you cannot copy it to a completely new folder in the vault.
The other problem is, is that you can only add a prefix or suffix to every file/related part/assembly, & i would rather replace the project number rather then add the new project number to the file names. This would be a viable option if you could rename multiple files quickly, however this just stems back to the design assistant.
View 3 Replies
View Related
Mar 24, 2012
For the last few years I had my content center libraries running as part of the vault server. I have not made any customizations.
I want to try to have the content center libraries on my local machine to see if that speeds things up.
Is that possible while still using the vault server for our regular data?
Do I need to make any changes to my project file?
IV210 Professional Suite
View 2 Replies
View Related
Apr 12, 2012
I'm using Inventor 2012, and experiencing some trouble with certain types of projected geometry that I'm using in a sketch associated with a view in an .IDW file - but only when the view involves a break (or breaks).
I'm generating section views to show the layout of hole details at various axial locations along the part. When placing a section line, I can't "pick up" any appropriate locating geometry from the view. So, after creating the view (using just a vertical section line), I edit the sketch that defines the section line. Project some geometry (the edges of the holes, in the attached example), draw some additional geometry constrained to that, then constrain the section line to that. That works fine; if I move the view around, the section lines stay attached to it. This is what is shown in the attached "before break" picture.
When I apply a break to the drawing, though, the section lines don't follow the changing view. They stay right there, as if the view had not been broken at all. This is what's shown in the attached "after break" picture. Move the view around, and they track with it - but always staying the same "real" distance apart from each other. It is as if that projected geometry were completely ignoring the break.
I observe something similar if I start with an IDW view with one or more breaks, then create a sketch associated with the view. If I project geometry, some of it projects where it should, but other geometry projects elsewhere on the page - as if no breaks were present in the view.
The part I've shown here is something I put together as a simplified example of what I'm observing. The part I'm actually trying to detail is more complicated (many more details), and much longer (so breaks are a requirement to put it on paper).
View 3 Replies
View Related
Feb 24, 2013
when I'm in a part file and attempting to open the related drawing file by right clicking on the part name at the top of the design tree, the drawing can't be found automatically and I've to find it in the file open dialogue box.
View 2 Replies
View Related
May 30, 2013
Dealing with an old topo. Building a surface from a point group of points in the drawing, and 2D polyline being used as proximity breaklines.
Here is my list of events after I rebuild the surface:
So I went to use the 'Resolve Crossing breaklines' tool, and here's what that looked like:
So are there or aren't there?
When I use the 'Zoom to' feature, it takes me to the midpoint of a TIN line on a breakline, with no other objects around. Crossing window selection: only the surface and one polyline. I found one crossing breakline just by accident, not from either of these tools. After I fixed it it didn't change anything. I even deleted all the breaklines from the surface and added them again, closed drawing and reopened, no change.
View 2 Replies
View Related
Nov 4, 2012
Lightroom 3.6 has developed a strange problem ever since I tried to import seven pictures (canon RAW) directly from a CF card (rather than using Windows and then synchronising folders which is what I usually do). use of a CF card may be a red herring. Also, I’m using Windows 7 SP1.
To cut a long story short, if, in Lightroom Library, I now select “My pictures” (the top level folder) I can see all the folders and pictures that have previously been correctly catalogued and synced in Lightroom. I right click and select “Synchronize folder”. I would expect nothing to happen, because all folders have been synced, BUT, after a delay I get “Import new photos (644)”. There are no photos to import, and therefore, if I then let Lightroom try to import them, I get the error message “No photos were found to import”.
Every time I want to synchronise, I get the same problem.
I tried using a backup LRcat file. In this case the same thing happens, but it wants to import over 700 pictures. This would be partly correct as they will be about 100 genuine pictures to import due to the LRcat file genuinely missing some of my more recent photos.
Also, if I add a new folder and picture files in Windows and then open Lightroom to synchronise, it will want to import the 644 plus the correct number of new photos in the new folder. It then imports the genuine pictures. If I then try to resynchronise, I’m back to the 644 false ones.
This tells me that Lightroom has decided it needs to import 644 false pictures, plus any new genuine ones.
How can I get rid of the 644?
View 12 Replies
View Related
Jul 22, 2013
I can't find a way to add clips to an existent archive....
View 3 Replies
View Related
Mar 11, 2014
I have an InDesign document with one missing image.The strange thing is that this image is not (longer) placed in the document. The links palette also can't tell me where the placeholder for that missing element is: There is no page number shown in the links palette, there are no elements beside the pages or on the master pages. There just don't seem to be any placeholder containing that image!Selecting the missing image on the links palette and clicking on the "go to image" button doesn't work - nothing happens.I also tried to the relink the image to a file that's existent, but the relink button doesn't work here as well.
After that I placed a file with the same name at the path InDesign expects it but now the links palette shows the link as modified and I'm also not able to refresh it.Something seems to be stuck.
Would have saved the document as .idml but unfortunately it's a document in our content management system and saving it as .idml will result in loosing all article links.Because of the content management system I'm also not able to get a PDF out of that document because MadeToPrint / InDesign Server throws an error for all documents with missing or modified links.
View 18 Replies
View Related
Dec 8, 2012
I just downloaded the trail version of photoshop CS6 Extended. I do not have a red-eye removal tool. Should I have this tool?
View 3 Replies
View Related
Feb 13, 2014
I have an action that opens a raw file, corrects for wide angle, and saves with same name. However when I run the droplet (created from it) I get:
Unable to Export: The destination folder for this operation is missing.
/Users/juandent/Pictures/Lightroom Exports/corrected with droplet/Users/juandent/Pictures/Lightwoom Exports/
View 1 Replies
View Related
Sep 4, 2011
I am looking for a way to show how objects are related one to another, how piece A fit on piece B, different cuttings and so on.
View 9 Replies
View Related
May 20, 2011
I draw a rectangle, and I want to draw a line coming out from the rectangle. Normally I would use OSNAP to get midpoint and endpoint, but this time I want to draw it from any part of the edges of the rectangle.
How do I get the cursor to "snap" to the lines of the rectangle? Similarly, I would like this function for the MOVE tool as well, I used this method in Sketchup before and really liked it a lot.
How do I achieve this in AutoCAD? I tried Nearest, Perpendicular, but they don't work as well.
edit: just found out my subject line is not related .
View 2 Replies
View Related
Apr 5, 2012
We are using AutoCAD Map 3D 2011 (Service Pack 2 - Version 3). This is replicable on multiple machines in multiple OS environments.
We attach a source drawing, run a query on Object Data but when that data appears in Model space it appears without any of the accompanying text for that object.
You can then execute the same query with a crossing window which brings in the surrounding objects including their text, but the original object still does not have its text. If you delete the object and re-run the query with the crossing window again, then the object appears with its text.
This is a nightmare for the users because if they want to search on a specific object, and then have to delete it to get it back with the text, they then have to search for the item in amongst all the other items. This kind of defeats the purpose of querying that object in the first place.
Is this just the way AutoCAD functions, or are we doing something wrong in our process sequence for querying the object data?
View 3 Replies
View Related
Sep 4, 2013
So this really doesn't have much to do with objects in a drawing. Say for instance, I go into the PURGE dialogue box, and I want to select multiple layers to purge, but not all of them. If I click a layer, and the hold CTRL and click other layers, the only one that stays highlighted is the one I just clicked...so using CTRL doesn't allow me to highlight multiple entities at the same time.
It's gets a little more weird using SHIFT. The conventional SHIFT method (works in Windows Explorer and other applications) is clicking an object, holding SHIFT, and then clicking another object further down the list...this will highlight both of those entities clicked, plus every single entitiy in between them. In AutoCAD (use the PURGE dialogue box again for reference), if I click an object, hold SHIFT and click an object down the list, it will highlight the last object clicked and everything in between the two, but it will deselect the original object. Also, if I use SHIFT to select multiple objects, and then go back to the original that was deselected and hold CTRL to select it, the last object that was selected using SHIFT gets deselected.
View 9 Replies
View Related
Nov 16, 2011
i have problem with hatch,if i delete any lines from related hatch protion object area, my all related hatch object erased.pls guide me how to solve problem.
View 6 Replies
View Related
Nov 24, 2009
I'm relatively new to the software and have somehow managed to delete/remove the bar/ribbon with all of the functions related to the actual drawing of..well a drawing.
View 6 Replies
View Related
Mar 16, 2009
I am trying to learn how to use Photoshop CS4 and to print images. I have consulted several books, web sites, manuals, etc. and one of the things I realize I need to do is to learn how to relate the image on my screen with the print that comes off my printer.
I'm using a Spyder 3 Pro monitor calibration device, I have adjusted the color settings in Photoshop, I have downloaded ICC profiles off the web (I'm having trouble installing them) etc., etc. etc.
And at the end of all this, the prints I created when I was 'winging it', are far superior to what I'm printing after all these adjustments. My instinct is telling me that its still worth trying to follow these instructions and that it will all come together at some point but the variables seem endless. Can anyone send me to a clearly written site, source?
View 1 Replies
View Related
Nov 25, 2007
I am using photoshop CS3 to edit some pictures for a catalogue. Usually i cut around the picture, select magic wand, select inverse, and refine edges to soften the pictures jagged edges.
Now all of a sudden refine edges doesnt behave this way! It doesn't do anything! it shows a preview, but once i click ok, nothing happens. I know this has nothing to do with layers as have checked and there is only one, otherwise i wouldnt see a preview either.
One curious thing it does do is, once ok'd, refine edges actually changes my selection field radius to what it would be had i actually refined the edges. But no change to the graphic itself.
View 4 Replies
View Related
Sep 30, 2013
I'm trying to figure out how to create an iLogic rule that would create a Custom iProperties and put in what version of Inventor the file was last updated with.
View 8 Replies
View Related
Jun 16, 2012
How do I uninstall all the things that Photoshop CS6 installs? I don't see a "custom" or "advanced" installer option, but it puts all kinds of things on my computer that I do not want (I only want Photoshop installed). The full installation is 2GB, which is quite a lot (I have a small SSD)
View 42 Replies
View Related
Dec 11, 2007
I am a new member and a fairly new user of Photoshop. The company wehre I work had outsourced icons in 16 px x 16 px size bitmaps with magenta background. They got the results they were looking for. Please see blown up image below:
Notice that the image has a uniform background color that we require!!
I created a similar image of 160 px x 160 px size in Photoshop. When I reduce the image to the icon size of 16 px x 16 px and save as a bitmap file, the background is pixalated.
View 4 Replies
View Related
Apr 16, 2013
I'm creating a logo that uses two ovals, an innner and outer one. I'd like the outer one to be an exact, larger version of the inner one and look perfectly proportional to the inner one.
However, as you'll see in the attached, the top version (made up of the inner oval and then a 10% expaned version of it around it as the outer logo) doesn't look as proportional as the the bottom version (made-up of the inner oval and then an outer oval I drew myself that I thought looked good.)
Is there a way to create an exact, larger version of the inner oval (to use as the outer oval) that will look and be exactly proportional to the inner oval? Or is the way I'm doing it (drawing it to look as close as possible a fine way to do it)?
View 5 Replies
View Related
Jan 29, 2013
The following processes: Fill, Stroke, Text Coloring (highlighted selections from chromatic palette), Mask Layer coloring, etc. are all failing unaccountably. When Menu-selecting Fill or Stroke, or when clicking the color wells to access the Color Picker (for text, mask-layer color, etc.) I do NOT get the usual Color Picker window. Instead, the icon instantly changes to the eyedropper (and sometimes the color sampler) icon, all menu options are greyed out, and all attempts to select another tool or do anything at all result in that awful 'doonk! doonk!' sound. I learned, (after a horrible 24hrs of even reformatting my computer to cure PShop) that at least the freeze can be broken by hitting 'Enter', and sometimes only after hitting it many, many times. The command in question then executes without new editing, and is usually useless. I have realized that all of these: Fill, Stroke, Mask/Text color, ALL involve the Color Picker, to which I seem to have been denied access. That last time 2 years ago it involved the Hue/Sat sliderwindow, but at least that seems to be working fine.
To compound and complicate the problem: Duplicate and Print Preview are also failing to offer any kind of editing window before I must inevitably just hit 'Enter' many, many times before the process is executed to whatever settings were last recorded before this problem, and of course, it is useless to me. I can't even resize images on the page before printing them anymore and they end up just zoomed and cropped.
View 4 Replies
View Related