A friend just called and said that she had done something in Photoshop Elements 5.5 that turned on hidden charaters when she uses the type tool. She's seeing the Pargraph symbol etc. and wants to turn it off.
I've looked and looked for somehing that has a shorcut key or a way to turn it on and off but I can't find anything.
I am trying to clean up my block that i have made and there seems to be some lingering text styles?
I only am using the one? There doesn't appear to be any more hidden layers or entities in the drawing? Yet when i try to delete these text styles from the text styles manager, it won't let me? It keeps telling me it is in use?
Note: Purge doesn't work within in the block editor it seems, and if i open the .dwg and do not go into the block editor, purge finds nothing to purge?
Why do I need to change the paper type/size in Lightroom everytime I want to print aphoto, even during the same session
I set the paper to say 15 * 18 and borderless and select print. The paper size shown in the top left changes back to A4 by itself. Try setting the options again and they remain as selected. Select another photo and try to print 15 * 18 borderless and the paper size changes again.
I want to set up my drawings so that the title block displays properties from the model. I want to set this up so there will be drawing properties to extract into Vault. So I want to know what other Inventor and Vault users are doing to get model properties into Inventor drawings: Using model properties in the title block and nothing to extract in Vault or Copy model properties so Vault has data to extract.
I want to know what the best in class practice is? What are others doing? I do not want to use iLogic I was out of the box Inventor functionality.
I'm looking at several surveys and using plines to quickly map it out and divide. But then to find the area in acres, I'm using a seperate calculator to convert the area given in the properties box.
I've searched and found that there was lisp used before acad 2011. and was hoping that there maybe a way for acad to do it now.
Can I just change the units from sq ft to acres in that field on the properties box in acad 2013?
I have a further query, when I select an object (Line, Circle, Hatch etc...) how can I set the 'Quick Properties' to automatically show for the selected item(s)?
This problem just started when I upgraded to 2014. When I try to set up layer filters the Layer filters properties dialog box does not show. I'm guessing the function is working its is just that the dialog box is poping up somewhere out of view of the monitors, forgot to mention it is a 2 monitor set up.
Is there any Event when The enhanced properties editor dialogue show out? I want to do something when the dialogue is showing.
I first use the CommandWillStart Event to catch the "EATTEDIT" order ,however,if only covers the condition that users doubleClick the block .when users first input EATTEDIT command then select the block this event was wrong!
I am a little new to assigning attributes. My company had a block with two attributes that I need to alter. When the block is inserted, it asks a quantity. The other attribute is titled location. I am told if needed, all these quantities can be totaled per drawing. It has a title of "location". Two things: How to replicate this action? And is there a way to show all properties of a field for an attribute?
How to expand the Quick Properties Tool? show that it will show lineweight and more stuff (See Pic), some drawing that i work with Quick properties show more features, but this drawing doesn't.
Working in AutoCAD 2013LT-my Layer Properties Manager has stopped allowing me access. When I open a drawing layers all come however I get a pop-up note that says: "ALL LAYERS ARE ALREADY INCLUDED IN THIS LAYER STATE. NO LAYERS CAN BE ADDED"
What happened-even when I try to edit layers they will not show up in the Properties Manager as changed.
in doing a chroma key on lab mode playing with a and b values (I got all that) and at the end he added "if necessary add a garbage matte layer mask" I have no idea what he meant, tried to find out thru all the icons but nothing has that name ....
We have an extensive library of parts that we consistently utilize, but we do use Content Center for hardware and routed systems components.
All of our library parts have our company ERP's item number in the stock number iProperty, and the ERP's description in the Comments iProperty.
For CC items, we have added columns for these and mapped them to the appropriate iProperty.
Everything works great except for one thing.
Many of our ERP descriptions inlude inch marks, foot marks, and the & symbol. For our normal library parts thhis is not an issue. However, CC items utilize these characters differently. The result is our descriptions come out different that what is entered.
See the example below...
How to include these characters in the CC descriptions?
I'd like to build a rule into my standard part template that takes the part number (which it automatically gets from the file name by default), removes the characters after a delimiter, as well as the delimiter itself, and sets that as a new custom property. For example, we'll call the custom property Prop1
For part 123-321-1.ipt
Inventor already sets part number iProperty to 123-321-1
I want to set Prop1 to 123-321
For part 123-321-25.ipt
Inventor already sets part number iProperty to 123-321-25
Is there any way to turn on the information ,which can be obtained from schedules, on properties palette? For example, the length for the structural columns can be seen on the schedule created. However, it is not seen on the properties palette. How can I show that information on properties palette under dimensions?
As everybody know copy/paste excel file into an inventor drawing is sometimes difficult. As you can see in the printscreen a special character is not converted. I supposed it's because this special character is not in the AIGDT or is in the extended character set wich is not considered in Inventor?
I am quite conversant with Unicode keystrokes (Alt+XXXX) for most symbols in fact I have a cheat that aids me in the correct character code.If I don't have the code I just copy it from the character map and paste it into the sentence but it gets a little tiresome after a while searching the character map for symbols.
I have on numerous occasions lately had the need to to insert the 'THEREFORE' symbol (You know the 3 dots in a triangle) into text notes on my drawings.
This symbol only seems to have a code "U+2234"..I have spent a lot of time searching everywhere for a clue as to what this keystroke sequence means.
I have my font style set to "Arial Unicode MS". Looking for the correct keystroke sequence for "U+XXXX"?
I'm currently using AutoCad Electrical 2010 and we just got a new printer. Is there any way to map all of my electrical drawngs to that printer without opening each drawing and selecting the new printer?
I need to "Programatically", using Visual Studio, set the default printers paper size to either "A4" or "A3".
I have the following code that gets the required paper size ("A4" or "A3") from the registry and checks that the default printer supports "A3". If it does I want to set the paper size to "A3".
Here is my code so far.
Imports Microsoft.Win32
Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim SetPaperSize As String Dim PrinterPaperSize As String SetPaperSize = My.Computer.Registry.GetValue("HKEY_CURRENT_USERSoftwareMechTools", "Printer Paper Size", "0") For Counter = 0 To PrintDialog1.PrinterSettings.PaperSizes.Count PrinterPaperSize = PrintDialog1.PrinterSettings.PaperSizes.Item(Counter).PaperName If PrinterPaperSize = SetPaperSize Then ' MsgBox(SetPaperSize) HERE IS WHERE I NEED THE CODE TO SET THE PAPER SIZE Exit For End If Next End End Sub End Class
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.
I have a Makerbot Replicator 3d printer for my class. I am having issues when I save my drawing as an stl file bring it up in the Makerware software it decreases the size and I can't get things to scale. I have been in contact with Makerbot for several months and their response is now: "We actually may have had a bit of a breakthrough! Apparently there's something off about the way that Inventor exports files to .stl, and there may be a bug in our software when scaling. Whenever exporting to .stl, especially in metric apparently, Inventor makes the object 10% of the size. To correct for this, can you try scaling your model by 1000%, then exporting to .stl and bringing it into MakerWare? Send me a copy of the .stl either way, and let me know how it goes!" and "The issue is not something we can fix because it's not an issue in MakerWare.
We currently use a Gestetner 3227 B/W printer as a system printer and have experienced consistent print problems while plotting CAD drawings. We now have the opportunity to try to avoid print problems with a new printer.
We currently have Autodesk Inventor 2011 software (but only use the Mechanical Desktop feature for 2D & 3D), a Widows XP operating system and print to 8-1/2 x 11 and 11x17 papers only.
1) Does Autodesk have a list of recommended or compatible "Printers" that I can be directed to?
2) Is there a specific question, feature or requirement that the office manager should ask about the printer to assure compatibility?
So far, when asked if the printers are Autocad compatible, the vendors claim that their printers "should be compatible" or that they need further details about the autodesk product without being able to specify the type of details they require.