AutoCAD Map 3D :: Maps Removed From Ribbon
Sep 9, 2010
I've recently started using Map 2011 and am not happy with the new ribbon. Most of the commands that I use for setting up my maps seem to have been removed from the ribbon. Is there a way so that the ribbon set up from Map 2010 can be used in 2011? I just got used to the layout in 2010 and then everything changes.
View 3 Replies
ADVERTISEMENT
Feb 28, 2011
I would like to know if I can import my AutoCAD 3d file into 3DS MAX, with the lighting maps and material maps intact. This is because I am doing my thesis on AutoCAD 2011 but I would like to use 3DS Max to do a walk through video.
View 3 Replies
View Related
Nov 28, 2012
I am trying to customize Autocad 2012 ribbon tab. I can't seem to find how to mimic the small arrow that appears in several of the standard menus. For example, in the 3D Solids - Home Tab, the second panel from the left is "3D Solids Home - Mesh" It has a small arrow in the corner that opens up a preferences dialogue box.
How can I add that arrow to a custom panel with that little arrow so that I can add my command to it?
View 4 Replies
View Related
Jan 24, 2013
Where are the bits of the Ribbon API to add a slide out to a ribbon panel?
Autodesk.Windows.RibbonControl ribbonControl = Autodesk.Windows.ComponentManager.Ribbon; RibbonTab Tab = new RibbonTab(); ribbonControl.Tabs.Add(Tab); // create Ribbon panels Autodesk.Windows.RibbonPanelSource panel1Panel = new RibbonPanelSource(); panel1Panel.Title = "Panel1"; RibbonPanel Panel1 = new RibbonPanel(); Panel1.Source = panel1Panel; Tab.Panels.Add(Panel1);
Â
I saw some source that hinted you could use panel1Panel.AddSlideout() but in the search I do not see any Ribbon API that allows for any slideout functionality?Do you *have* to use the CUI API for this?
View 5 Replies
View Related
Aug 15, 2013
I am having an issue with line types. I have about a dozen lines types that are coming up in my drawings, they are not being used by a single layer or object in the entire file, but they cannot be purged from the file, nor deleted by the Linetype Manager. How can I remove these line types from either of the files that they are appear in. They have infected my template files. TO make matter worse I cannot copy ANYTHING from the infected files into a new drawing because these linetypes will be carried into the new drawing. For some dumb reason I cannot attach a .dwg file to this message to provide an example.
View 2 Replies
View Related
Jan 4, 2014
DWG To PDF from the list Plotter has been removed, How to turn?
View 2 Replies
View Related
Dec 6, 2012
I accidentally removed the Content Center folder from my favorites menu. How do I get it back?
View 3 Replies
View Related
Aug 21, 2012
After using Autodesk recommendations for a clean install, remove programs, remove files and remove registry edits I can not delete the file
C:Program FIlesCommon FIlesAutodesk Sharedacsigncore16.dll
How this file is still in use if all Autodesk files and references were removed?
View 4 Replies
View Related
Oct 14, 2013
I have to ask one quetion that in my cad file there is lots of unused fonts & linetype which actual is not in use but still not deeted from that file
View 8 Replies
View Related
Oct 29, 2012
I have a 2D drawing that I used presspull to give the correct depth to. Now I have to make modifications to it that are angular to the presspull direction and am not sure that presspull is the correct way to do it. I've searched around for vids and have looked at quite a few, but am stumped. Don't know if I need to change the orientation so that the angle I want to cut is the direction for presspull or if I am simply looking at the problem wrong. If I knew how to take a screenshot, I would post some so that it would be clear how inept I am.
View 6 Replies
View Related
Apr 1, 2013
(defun layun (target_obj / original_layer original_layer_info target_obj_atts new_layer )(setqoriginal_layer (cdr (assoc 8 (entget target_obj)))original_layer_info (tblsearch "layer" original_layer)target_obj_atts (entget target_obj));setq(if (or(wcmatch original_layer "*-P123"); REMOVES 4 CHARACTERS(wcmatch original_layer "*-P123456"); REMOVES 7 CHARACTERS(wcmatch original_layer "*-P123456789"); REMOVES 10 CHARACTERS );or(progn(setq new_layer (substr original_layer 1 (- (strlen original_layer) ??))) ; NEED TO ASSIGN VARIABLE TO MATCH THE NUMBER OF CHARACTERS TO REMOVE(if (not (tblsearch "layer" new_layer))(progn(entmake ;;;begin to make new layer(list'(0 . "LAYER")'(100 . "AcDbSymbolTableRecord")'(100 . "AcDbLayerTableRecord")(cons 2 new_layer) ;;; layer name(assoc 6 original_layer_info) ;;;re-use original linetype'(70 . 0) ;;;flags - use default flags(assoc 62 original_layer_info) ;;;re-use original color);list);entmake);progn);if(entmod (subst (cons 8 new_layer) (assoc 8 target_obj_atts) target_obj_atts)));progn);if);defun
assign a character where ? is shown so that it matches with the number of characters to remove based on the 3 lines above (see wcmatch lines). At present, whatever number I replace that ?? with, it removes that number of characters from the layer that I selected (if it meets that WCMATCH criteria). Another option which may be more difficult is to be able to have the routine look at the object layer and if it contains -N- or -D- or -NEW- or -DEMO- then to remove all the characters that follow these layer modifiers. This way I can cleanly add another project modifier behind these modifers.Â
View 9 Replies
View Related
Nov 26, 2013
I'm new to AutoCAD, and especially new to AutoCAD Map 3D. I need to make a plat showing a well location. When using Petra or DrillingInfo, a map can be printed to a DXF. DrillingInfo puts out a DXF with just the 0 layer, and the well spots come in as polyline circles. The DXF Petra puts out opens with different layers and symbology, which I like. It's just that the well spots are blocks, which I do not understand. When I open the Petra map with AutoCAD Map 3D, my well spots are unitless block references, and are tiny specks. I need to resize them so they can be seen.
View 9 Replies
View Related
Jun 11, 2012
Could AutoCAD Map displays USGS maps as black and white?
View 3 Replies
View Related
Sep 20, 2012
If I removed a catalog from LR4, am I able to retrieve them back without importing the files again?
View 2 Replies
View Related
Sep 16, 2013
I've done it many times...I hit Enter before changing my selection, and have removed instead of deleting a few files. Is there any way to get them all back in my catalogue so I can properly delete them? Or any way of isolating them in the Finder/Lightroom?
View 2 Replies
View Related
Feb 21, 2011
When I look at the LatLong choices while in the "Select Global Coordinate System", I see a longer list than I expected. Which of these choices is most consistent with the Latitude and Longitude system Google Maps uses?
View 1 Replies
View Related
Nov 17, 2011
We're looking to use our state provided aerial photos as background landbase in our production maps. I'm wondering AutoCAD Map has to ability to search for geographical locations (like a Google Maps) if the database (??)Â is connected to the drawing. I understand our state's aerial photos to be referenced to the NAD83 state plan coordinate system.
View 1 Replies
View Related
Jun 19, 2012
get the list of all the MAPs commands with description.
View 5 Replies
View Related
Aug 7, 2012
I'm working on a project looking at modifying cycle routes. I just discovered that they've been added to google maps and I was wondering if there's a way to import the cycle routes from an area on google maps into CAD. If not, I can draw them in on the OS but it would be time wasted if there's a way.
I thought maybe on AutoCAD WS on chrome, but it seems limited on the mapping features available.
View 3 Replies
View Related
Sep 11, 2013
We have a project where we have a combination of CAD data and shape files (connected) with various labels in both formats.
They are in the proper order for both 'Groups' and 'Draw Order' in the 'Display Manager'.
We have two separate viewports, created and named using 'Display Maps' with the applicable layers turned to visible as each viewport requires (some common shapefiles need to be display, some different, some different CAD data also). When we do a regen within one viewport the other non-active viewport immediately loses its draw order (CAD objects appear above the shapefile data). If we switch viewports and Regen then the first viewport will lose its draworder.
Could this be a case for Autodesk Subscription and the developer's to resolve?
View 1 Replies
View Related
Mar 16, 2013
Photoshop crashes when Fonts are turned off in Bitstream. What one is it? The fonts are slowing my computer down in Corel. I tried to turn off all my fonts and start over. I have a basic system folder I use to turn on only the ones I need. This speeds up my Corel but then when I went to open Photoshop, the program crashes and won't open. When I went to a restore point, the photoshop programs opens, of course, all 800 fonts are loaded slowing down my Corel again. I took them out again, carefully leaving what I thought to basic fonts the program may be calling for. But I did not get the right one. I have been turning off and turning on back and forth to get it to work. Only when I load the all again, does it work. As soon as I remove them, its back to not working!
View 2 Replies
View Related
Feb 20, 2008
I'm working on a healthcare brochure. Several of the images provided show the patient with heavy "tan" lines, the client asked that I remove them... I've attempted using the clone tool as well as the healing tool but the resulting image looks very choppy & unrealistic. Does anyone have any quick suggestions or ideas?
View 4 Replies
View Related
Apr 19, 2005
After discussions with the council members I have disabled the User Reputation system.
It had a behind the scenes feel that I didn't like. I think that reputations should be built in public, in view of all.
View 9 Replies
View Related
Jul 13, 2009
I removed a background (chroma color green), using Photoshop CS2, from an image to be imported into a NLE (premiere pro 2.0). When I open the image a new background, a white slate, appears. I'd like for the background to remain transparent. What am I doing wrong? I found something a while back saying some files (JPEG, TIFF, etc) don't support transparent background and a white slate is added to replace areas without pixel content, but I can't find the article/thread. Is there a file that supports transparent backgrounds?
View 5 Replies
View Related
Jan 17, 2013
Can LR3 safely be removed after LR4 is installed?
View 1 Replies
View Related
Dec 13, 2011
I recently bought a Sigma 50mm 1.4 lens and had to notice, that although LR is able to choose the right lens correction profile, it shortens the displayed lens name to "50mm". So if I export to jpg, the exifs only show "50mm" instead of "Sigma 50mm f/1.4 EX DG HSM" as it is displayed by other programs (eg. Mac OS Preview) when viewing the original cr2 file. This has to be a bug, since the Canon 50mm 1.4 and the 50mm 1.8 II remain their full name.I'm glad LR at least chooses the right correction profile, I kinda dislike to use "50mm" as lens filter option, because that doesn't really say anything about which exact lens was used (well, in my case it does, as the other 50mms are displayed correctly.
View 2 Replies
View Related
Mar 12, 2012
Does LR 4 remove the "Recovery" button?
View 3 Replies
View Related
Jan 15, 2014
Is there any way to backdate my Premiere Pro CC to a version that still accepts .swfs because I really need to use them for a lot of animation work.
View 3 Replies
View Related
Jan 11, 2011
I use FDO to connect to an image (NAIP TIF obtained from USGS Seamless Server) and other shape files we created using GPS surveying. Â I also have contours in the drawing created in Civil 3D and a polygon property boundary from the land surveyor. Â When viewed in model space everything is very reasonably aligned to the NAIP aerial image.
When I plot the drawing (tried DWG to PDF, our office copier, and a HP DJ500) the map data has shifted relative to the aerial image. Â The shift is visually quite large. Â It almost appears that the drawing layers are translated and rotated relative to the aerial photograph.
View 2 Replies
View Related
Oct 8, 2013
I am creating a large base map and the county is supplying me with a bunch of jpeg files to use. Â Each map seems to come with 5 different files..how to put these images in correctly using AutoCAD 2010.
View 5 Replies
View Related
Apr 12, 2012
A co-worker tells me when he opens a drawing then minimizes it and then opens a new drawing to fiddle around with, when he closes it and doesn't save and returns to the first drawing, when he runs commands he gets "No Null Object" errors. He can click OK or whatever on the error messages and continue, but they constantly fly in his face.
He's running AutoCAD 2011 Maps 3D x32 on Windows 7 x64.
View 3 Replies
View Related