We have some weird printer issues here and i'm wondering if there is a config option within the print manager to set for simplex or duplex printing. I've looked in programming help and couldn't find anything as well as googling it. Looking for a oDrgPrintMgr.Duplexprinting=NO or something similar.
I'm relatively new to 3d modelling and I'm currently experiencing an issue with regards to double sided materials. I'm attempting to texture the trumpet/ horn section of a gramophone. the final result of the render is really poor and is no where near the desired outcome. I'm not entirely sure if this is due to my render setup, poor modelling or something else.
I need to print a 11x17 brochure double sided. I have a hp laserjet 5500 printer that is capable of duplexing. How do I need to set up my page(s)? Do I use 11x17 size or do I use 11x34 size when I tried 11X34 it shrank it down to fit on one side.
I'm workign on a school project that involves me printing out small double sided tickets. Can anyone offer any help to how I would set this up in PhotoShop so I could drop a sheet in, it would print the tickets on one side, and then i could flip the paper and it would print the back side? With it being lined up?
My printer allows double sided printing. I opened two images in PDN and wanted to printed on one piece of paper (on both sides) and I cannot figure out how to this. Both images fit one page.
I am designing my Business Card in PS. Now my business card has a back and front...In illustrator I would create two Artboards. What would I do in Photoshop? Do I extend the canvas to double the size? Or do I create a seperate file for the backside?
What is the correct way from a printing perspective?
I created a really simple missile model in sketchup and imported it into 3dsmax. The flat pollies that make up the fins of the missile only seem to exist from one direction. Do I have to give them thickness or is there a way to make them visible exturable from both sides?
I am using cs5.5 and i can't find any option in the print window to switch double sided printing on/off. The default printer settings on my Mac have already been set up for 1 sided printing.
In illustrator, when I have two artboards to create a double-sided document, the second one must be upside down for both sides on my print-out to be pointing the same way.Is that normal? and if yes, why this quirk?
i created a double sided greeting card (5x7) portrait and selected email attachment under share tab. The result was two separate files. First file was the front of the card and second file was the inside of the card. Not resembling a card. Is there any way to share a card and have it resemble the actions of a real card. (ie: front of card shows first then by clicking next or open or ?? u see the inside of the card?)
I have CorelDraw Graphics Suite X6. I have created what I want in the end to be a double sided business card. However, when printing I am unable to get what will be the back design to align with the front design. Does Coreldraw have a option of sort to make this happen automatically? Or is there a technique to make this happen?
I just installed the student version of Inventor 2011 on my machine. Everything went well but when I double click the inventor icon nothing happens. Autocad mechanical and TruView work fine.
Does Inventor use the mouse double click speed settings from windows? I have set my windows double click to be quite slow but am finding I have to double click in Inventor a number of times before it works. I presumed I was clicking to slowly. Changing the setting in windows did not work?
I am using 2008. In previous releases I was able to double click on a feature in the tree and edit any dimension I wanted to, including the "extrusion dim". If I wanted to just edit the extrusion, I would RMB and edit feature. Now when I DBL Click in the tree, it is the same as the RMB used to be. Now to edit any dim other than the extrusion, I have to edit sketch.
The part in the attachment was made in catia. The main face is curved in two directions. In my language we call this a "double curved surface" this is possible to generate a flat pattern from in catia. How to do this in inventor?
In 2010 and previous releases I recall being able to show the feature dimension by right clicking "Show Dimensions" and then being able to double click on any visible dimension and change its value. I don't see this behavior in 2012. Is there a setting to turn this on?
I have a window schedule lisp routine that places a 6-sided polygon around text that label each window. I want to change the code so that its a circle instead of a polygon. Here is the code line that needs to be modified:
Is there a way in a dwg to only make a spicific part shaded and the rest in a 2D sketch,? i created a sketch and traced the part and filleted it but that took forever. im using IV 2011 RS
I'm using autodesk inventor 2010 and am having problems when inserting an image onto my model. Basically I select insert image then pick the bitmap picture but when I position it, it multiplies but stays in one grouping meaning I cant isolate one image.
I remember that you used to be able to specifically pick out individual cut edges to project to a 2D sketch. Maybe it was 2010? However, I come across this issue again and again since the new 2011 and now 2012 where I must project all cut edges. I can no longer figure out how to just project the ones I want. This can be every frustrating when dealing with complex shapes. Is this no longer possible?
IV2012 Windows XP SP3 32-bit Intel Core 2 Duo 6400 @ 2.13 GHz Nvidia Quadro FX 3450/4000 SDI 256MB Vram 2 GB Ram 160GB HDD
I´m building a solid in inventor 2012 and I exported the model to ANSYS for Finite element analysis. The problem is that ANSYS
don´t recognize the solid as one part only and also can't assume connection between some lines and areas. I want to merge a part with inventor, so inventor can export the model as a solid 1 part. In solid works there is the option to merge a file when I save a file for exporting. How can I merge a single solid in inventor 2012?
Can i flatten something like You can find on the pic. ( this one is from CATIA ) or something like this. Not everything, just surface by surface. When i draw similar thing, i had problem, because i dont know how to flattern single surface, All of them are curved.
I'm borrowing from the samples library in the Inventor:
Public Sub GetSingleSelection()
' Get a feature selection from the user Dim oObject As Object Set oObject = ThisApplication.CommandManager.Pick(kPartFeatureFilter, "Pick a feature") MsgBox "Picked: " & oObject.Name
End Sub
Works fine, and is fairly simple, but the problem I'm having is if I press the escape key after starting the command, but before making my selection, I'm not able to start the command again.
I realize from my searching that using the Selection (Simple) sample allows for an interrupt, with some modification, was just wondering if there was something similar for this simpler selection option.