AutoCAD Inventor :: Make Changes To Just One Pattern Without Affecting The Others?
Nov 16, 2011
I have patterned a part in an assembly and now wish to modify one of the patterned components without it changing the others. When I edit one of the patterns it changes the others similarly. Is there a way to make changes to just one pattern without affecting the others? The modifications are to a frame generated design.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 3 Replies
ADVERTISEMENT
Nov 13, 2011
I want make Screw Shaft from sheet metal and make Flat pattern.
[URL]
View 1 Replies
View Related
Dec 3, 2012
How Can I Make Flat Pattern From A Part Of Cylinder ? (2013 Version)
Like Attached Image.
View 1 Replies
View Related
May 17, 2012
it is possible to make such a part from sheetmetal in order to create a flat pattern with Inventor 2010?
View 2 Replies
View Related
Apr 2, 2013
When set it to use 11x17 paper it will print 8.5x11 which is the default size for the printer. So if I change the printer options to default to 11x17 it will print with 11x17. Changing the color between color, greyscale, and blackandwhite don't affect the prints either.
Also is there a way to detect the default printer since I noticed when I "printed" a pdf manually and then tried this script it used the pdf printer and not the default printer, which I would always want to use.
Public Sub Single_Print_11x17() Dim oPrintMgr As PrintManager Set oPrintMgr = ThisApplication.ActiveDocument.PrintManager If MsgBox("Using default printer """ & oPrintMgr.printer & """ with 11x17 paper. Do you want to continue?", vbYesNo + vbQuestion) = vbNo Then Exit Sub Print_doc printer:=oPrintMgr.printer, paper:=kPaperSize11x17, black_white:=TrueEnd Sub
If you notice that i'm not using two of the arguements in the function that are passed, that's because they don't appear to affect anything so I just left some of it hard coded. When/if I can get the different options working I'll start using the arguements more since I have plans.
Function Print_doc(ByVal printer As String, ByVal paper As String, ByVal black_white As Boolean) If ThisApplication.ActiveDocument.DocumentType <> kDrawingDocumentObject Then Exit Function Dim oDrgDoc As DrawingDocument Set oDrgDoc = ThisApplication.ActiveDocument Dim oDrgPrintMgr As DrawingPrintManager Set oDrgPrintMgr = oDrgDoc.PrintManager 'choose printer works oDrgPrintMgr.printer = printer 'choose sheets works oDrgPrintMgr.PrintRange = kPrintAllSheets 'choose size doesn't work oDrgPrintMgr.PaperSize = kPaperSize11x17 'choose scale works oDrgPrintMgr.ScaleMode = kPrintBestFitScale 'color/black & white don't work oDrgPrintMgr.ColorMode = kPrintGrayScale oDrgPrintMgr.AllColorsAsBlack = black_white oDrgPrintMgr.SubmitPrintEnd Function
I'd love to get all these options working since I want to be able to select size and color options when using my print scripts.
View 9 Replies
View Related
Aug 3, 2013
I have an assembly (A) that has a subassembly (B) that has a pattern of subassemblies (C's) that consist of many parts (D, E, F, G & H). The parts (DEFGH) are steel and have their own drawings. They do and should look like steel.
They are welded together as an assembly (C). This will be painted bright yellow. I wish to assign a yellow appearance to the subassembly, not affecting the parts. Last, when I open the upper assemblies (A or B), I expect C to have the painted color. I cannot make this work in Inventor 2013.
I can assign appearances to parts DEFGH. No error there. I can NOT assign appearances to assemblies (C). The only thing I see in the Appearance box is "Favourites" and "Inventor Material Library".
I can individuall select and highlight parts DEFGH inside the assembly C and assign an appearance to them. Sort of a work-around, but...
...this is not carried through to upper assemblies (A or B). If I just open them, all items are steel-colored, not yellow. If choose to edit one of the patterned C's inside B, only that instance is colored. None of the others in the pattern.
I must thus expand every instance in the pattern and highlight every part and set an appearance. But this is still not carried through to A. Or any of several other assemblies that also contain B.
Thus, if I want a persistent coloring, I either have to "paint" the individual parts, or I will have to scour up each and every assembly and "paint" every part inside them.
Is there really no way to assign an appearance to an assembly and have it carried through automatically to all assemblies that contain it? Like in every other solid modeler I have ever used?
View 3 Replies
View Related
Jan 10, 2012
Is there an easy way to switch a title block after a drawing has been made and without affection the part and dimensions within the drawing?
View 2 Replies
View Related
May 25, 2012
where could i find a pattern overlay/pattern of holes for a metal floor.
View 9 Replies
View Related
Mar 27, 2012
How can I make a circular pattern of a single occurence of a rectangular pattern?
A shaft has a rectangular pattern of holes (along its axis) on its surface. I want to pattern the 4th occurence of this hole pattern as a circular pattern? Can I do it in Autodesk. I can not select the a specific occurance of a patterned feature to pattern it again.
View 9 Replies
View Related
Jul 25, 2012
As you see in the template photo (the photo was scanned by Microsoft Security Essentials, healthy) I wanted to extrude my circle, and I made 28 pieces with circular pattern feature; now, do I have to choose all the pieces by one by to be able to choose all?
The sum of the problem: while using the Circular Pattern feature or rectangular pattern feature in Inventor, sometimes I want to extrude (join) or cut the drawings that I made (augmented) with using circular pattern feature, rectangular pattern feature. in this case do I have to choose all the augmented members one by one (for instance I make 42 augmented members), it can take a lot of time.?
View 7 Replies
View Related
Jun 29, 2013
How is it possible to use "Feature Pattern Select'' to make the Pattern a want in an assembly?
View 9 Replies
View Related
May 31, 2013
Is it possible to take a feature created by a pattern and reuse it to create another pattern? I have a circular part on which I have created a linear pattern (using the rectangular pattern feature) of holes, 6 in total listed as 3 ccurrences. if we number the holes 1-6, I would like to make a circular pattern based off holes 2 and 5. I have been unable to figure out how to select the individual "occurrence" related to the hole once in the pattern feature. If I create the circular pattern first and then the linear and try to suppress the others it supresses both holes in the occurrence.
View 4 Replies
View Related
Jul 31, 2012
I am creating an assembly with my base part being a weldment. I've added other components that mount to my base part. Now I need to add fasteners to the mating components. I have added my first fastener and now want to pattern the said fastener using the "Pattern Component" and by using the "Feature Pattern Select" option and selecting "Associated Feature Pattern". At this point I have already selected the component that I want to pattern and selected the "Associated Feature Pattern" to select my base pattern. The only problem is that I am unable to select the pattern desired.
A note on how my Weldment was constructed -The holes were created in the "machining" step of the weldment, not in the individual part before it was placed in the weldment assembly.
If I move the hole feature and its pattern to the individual part and then place it in the weldment assembly, I can then create an "Associated Feature Pattern" in my assembly file.Why can I NOT create the associated pattern when my hole features are created in the weldment assembly? Or am I missing something?
View 4 Replies
View Related
Nov 20, 2013
I have an assembly which I am using as a icopy component. In the assembly I have the adaptive sketch which os used for the icopy function and a part which is adaptive to the sketch. I then have the part pattern itself in the assembly. The problem is the pattern will not update when changes are made unless I edit the pattern. The pattern references parameters from the sketch so that when the sketch changes the pattern should change. It works but the pattern will not update unless i open the pattern to edit it. Is there a vb function which will force the pattern to update when a change is made? I tried the update document vb functions but no change. I will try to get a sample together that is a smaller file size so you can see what I am talking about.
View 2 Replies
View Related
Jan 18, 2012
How to make a hatch pattern with the words "NO GAS" on it.
Im using AutoCAD 2012.
View 9 Replies
View Related
Dec 29, 2013
How to make 2D pattern from 3D surcace tube?
View 8 Replies
View Related
Jan 2, 2012
I am trying to export geometry found in a flat pattern sketch overlaid onto the flat pattern.
Since I am creating the output file manually I gather the flat pattern boundaries and bend center lines for output to a file.
When I add flat pattern sketch entities to the mix they do not overlay properly. What matrix would I have to push the sketch entities through to get them to the same coordinates as the flat pattern?
View 1 Replies
View Related
Dec 13, 2012
I downloaded re synthesizer, but I am lost on how to make a repeatable pattern... some website said re synthesizer is used for removing watermarks, I cannot find anything relating to making a repeatable pattern.
View 1 Replies
View Related
May 29, 2012
how to make a pattern in illustrator from a placed image ?
View 1 Replies
View Related
Jan 21, 2013
I am not so familiar with illustrator so how to make more effectively and fast. I have got designed pattern with pen tool. And now I would like to add two different "relief" pattern to it- you can see it on my picture- the red one. How to do that?
1. adapt shapes to background grey shape of flower?
2. keep same direction of each pattern- line?
3. keep same distance from each other?
How to do that? is it there some way?
View 4 Replies
View Related
Feb 16, 2004
how to make a pattern out of an existing file in PS 7.0
View 3 Replies
View Related
Feb 20, 2012
How do you make a Chevron or ZigZag pattern in Paint.net? I was able to make one, but it was pretty difficult.
I used the Diagonal Lines plugin to draw the lines and then used the Mirror plugin to make the actual chevron.
I then just copied and carefully pasted to make the pattern. Is there an easier way to do this that would be more
View 3 Replies
View Related
Nov 2, 2012
I followed this tutorial to create 3D Christmas lights, and all was going well until I reached one of the final steps- release clipping mask in order to proceed with making a pattern brush. The "Release" option is simply not available, I'm only allowed to "Make."
My questions:
- What might have I missed/what should I look for to enable making a pattern brush with 3d objects?
View 4 Replies
View Related
Oct 18, 2011
I have just been having a blast making photoshop patterns, I could do this forever it feels like . I have only made a few as a test, I want to know how to share them.
1- How do I best make a preview of them?
2-How do I post them so that others can download them if they want them?
View 9 Replies
View Related
Feb 15, 2013
I want to make a chevron pattern so an A4 peice if paper would be covered with symmetrical zig zag lines. How can I do this.
View 3 Replies
View Related
Sep 14, 2011
I am using Coreldraw X5 for printing and sublimation. If I use Pattern or Texture fills for a background, is there any way to make them less intense so the text can more easily be read? I am not sure of the correct terminology, whether it is "fade", "intensity" "transparency" etc. I would just like the fill to be fainter.
View 7 Replies
View Related
May 31, 2012
I was asked how to make a honeycomb pattern during the Meet the Master session on facebook. Here is a quick short tutorial on making patterns, specifically the honeycomb pattern in DRAW.
158110.aspx
Fluid - Richard Reilly
[URL]......
[URL]........
View 4 Replies
View Related
May 6, 2013
I really want to make a small honeycomb swatch pattern (the polygons should be small - 2 px x 2px) , but I just cannot get it to work. What I did is make one small polygon, and went to: Object>pattern>make and applied the following settings:
You will see that on the shoulder of the t-shirt, the pattern is kinda trasparent - the bottom layer is visible-I don't want it to be.The bottom pattern(on the side of the t-shirt) you will see came out fine, except that the polygons are too big and I cannot get it any smaller.
View 3 Replies
View Related
Sep 30, 2013
I am trying to make a hatch pattern in Illustrator CS6 with the pattern tool so I can apply a clean, single lined hatch to various shapes (some small some big - but the hatch needs to remain at the same seamless scale). I understand that there is a Basic Graphics_Lines Pattern under the Swatches Palette, but I don't understand how to edit it with the Pattern Options dialogue box.
I must be missing something, because I wouldn't think making a single line at 45° repeat at the same spacing for a shape fill would be that difficult. I shouldn't have to make a line with the pan tool at a stroke of 1000 with a 0.1-3 dash and make a clipping mask should I?
Basically I don't know how to make a pattern's lines match up when I do the 5x5 or 3x3. I tried doing 1x1 and the result is that of the image with the red stroke...still not aligning. Do I need to get mathematical with the size of the line I'm drawing and its stroke to allow H and V Spacing to work?
View 1 Replies
View Related
Nov 20, 2013
i have a school project, which is making website. i need a tutorial on how to make moving interactive pattern like this http:[url]....
View 1 Replies
View Related
Aug 19, 2013
This is my 3 days of using autocad 2012 3d. I have a basic knowledge in 2d. Attached is the drawing that I am working on. When you open 2.jpg - I want to remove that wall including the window but theres a message appeared that this is 3d solid. When I erase it all of the highlighted lines disappear. But when I am trying to explode all the lines the 3.jpg is view before I explode all the lines the after the 4.jpg is the view after explode. The wall have space in the middle.
How can I remove the wall without affecting the other 3d walls?
View 4 Replies
View Related