AutoCAD 2010 :: Certain Blocks Display Large Box Around Them
Jul 28, 2009
I am having a problem with a bunch of existing drawings. The drawings displayed fine with Autocad 2009 but with 2010 the blocks have huge rectangles drawn around them. (so big they extend off the title block) We have a few machines running older versions and the drawings display fine but any machine with 2010 all displays these boxes.
View 5 Replies
ADVERTISEMENT
Oct 16, 2012
I received a drawing from a client where the architectural ticks display very large. The leader arrow shows as the correct size but the dimension tick does not. I went into the dimension style manager (dimstyle) and everything seems to be in order. The tick size is set up to be 1/16". I tried to dredge up out of my memory the autocad variables that mess with the size of the archtectural ticks like "dimasz" and "dimblk", but with no luck.
Currently using Autocad 2013.
View 9 Replies
View Related
Jan 23, 2013
After closing and reopening my command prompt, I find that it is now at the bottom left of the screen and no longer part of the main graphics window. How can I get it to display at the bottom of the main display?
View 9 Replies
View Related
Jun 21, 2012
We have some custom macro's running in Inventor wich we call from the ribbon > user commands.
In Inventor 2011 we used the large and small together and the icon's were shown properly.
Now we have moved to Inventor 2013 and the large icon's arnen't shown properly. They display as an large orange @ signin a square box.
The Icon's meet al the requirement, .bpm, 16x16 & 32x32 pix, 24 bit, naming (Modulename.Macronam.Small/Large.bmp)
View 9 Replies
View Related
Oct 22, 2012
Is there a way to display large icon without text in the ribbon in autocad 2011? or this feature is only available in 2012 and up.
Is there a workaround to display large button icon without text in 2011?
View 4 Replies
View Related
Jun 9, 2009
I am finding the layer combo control in 2010 an annoyance. The drop down box does not access as many layers as did the version in 2009, and I find myself continually searching through the drop down box to reference a particular layer. How to rectify to have it similar to 2009?
View 9 Replies
View Related
Sep 18, 2011
I am asking the user to select points and insert a block at each of the selected points. On user exit from the point selection I draw a polyline connecting the blocks.
However, I cannot get the already inserted blocks to display until I complete the insertion of all blocks. How do I go about getting them to display as soon as they are inserted? The code segment below is inside a transaction and nothing appears on the screen till this transaction is committed' Pt(0 to 2) is defined as a double and is returned when the user selects a point with function
SelectPoint Do While SelectPoint(Pt) = True Dim MyPoint3D As New Point3d(Pt(0), Pt(1), Pt(2)) InsertBlockAtPoint(MyPoint3D, myTransManager, strBID, _ myBlockTable, CurrentBlockSpace, dwg, True)' strBID is a previously populated structure containing data about the block insertion details and Xdata to be added to the block reference Dim MyPolyPoint3D As New Point3d(Pt(0), Pt(1), 0) myPoints.Add(MyPolyPoint3D)' myPoints is a data set used to plot the polyline
[code]....
View 7 Replies
View Related
Feb 13, 2011
I have a CAD file with property parcels in it. It has come from an external contractor and from a GIS program of sort sort I believe.
If you click each 'boundary'/land piece, it is a block/object (not a proxy graphic) and in the properties pane window, there are attributes that has the lot number, the lot area, parcel number, other info etc in it.
Each block is irregular and different, i.e. they are not all the same rectangle block repopulated, they are different blocks.
I don't know much about attributes in AutoCad althoguh after reading about them, is there some way to edit an attribute (make it not 'invisible' and to increase the text size of its display) when it is already in several hundred different blocks? The only way I could work out how to do it was to go into every block and do it.
I also tried using the ATTSYNC command to update blocks with attributes although that requires me to individually select each block/give each blocks name.
I also tried using the DATA EXTRACTION wizard and was able to extract the attributes into a table/excel file, although that is not really good enough as I need the attributes displayed over the CAD data so you can see what parcel of land the attributes are referring to.
Any better way or a lisp command to do this? Clicking each block/boundary/land unit to place a label over it would also be okay. I just don't want to have to manually create the labels from reading the property pane, there must surely be a better way,
View 9 Replies
View Related
Oct 30, 2012
I am trying to get back some of my work that was "lost" when a crash accured. I had 16 blocks (all the same) inserted into my map at the correct locations. I recovered the drawing but noticed that the blocks weren't displaying. I conducted a quick select for the layer which they're on; it stated 16 items were selected (but they are not displaying). While they are still "selected" I checked the properties & it stated all the correct information (quantity, block name, color, layer, scale, etc...). I made sure all layers associated with the block were not frozen. So it's acting as though they're still in the drawing, but aren't displaying...
View 1 Replies
View Related
Mar 21, 2004
how can i remove blocks of large text,ie 2inchx6inch,long and replace with the background(sea) which its on?tried with clone brush,but very blotchy,
View 7 Replies
View Related
Jul 2, 2013
How do i assemble an extremely large format image to be used in a convention display?
View 8 Replies
View Related
Apr 18, 2013
In an effort to free up space on our company server I have been tasked with archiving and/or deleting files, of which a large amount are cdr files. So my question...yesterday out of a design subfolder I deleted around 1700 backup files comprising 19GB of file space. It would be except for one thing, deleting 19GB out of that one folder cleared up 160GB of space on our server.I have double checked my file counts, sizes, folder counts, etc before and after I deleted the files and everything adds up except for the 19GB deleted cleared up 160GB of space. These files were mostly last saved with x6, though some of them were probably first created with x4.
View 9 Replies
View Related
Aug 6, 2012
I have a dwg file with >9.8MB. When use Ctrl-c Autocad freeze for 15 seconds aprox.I can open and manipulate this file with other CAD Software and regenerate this file in only 531Kb (that is true for my file), with the same elements (identical file).
I try to purge, reset scalelistedit, but nothing.(I want to attach >9.8MB file but is to large for this discussion group)
View 5 Replies
View Related
Aug 4, 2013
I am currently working for pepsi factory with huge machines in their factory building. My problem is that these drawings are very big and not loading quite well even in high performance systems. My current drawing size is about 120MB, without any hrefs.
View 9 Replies
View Related
Nov 22, 2013
I am trying to insert a block into a file in Acad 2014 and it comes in too large. If I insert the same block into the same file using Acad 2012 it comes in at the correct scale. Doesn't seem to matter if insunits is 0 or 1, or insunitsdefsource or insunitsdeftarget are also 0 or 1.
There must be some variable or variables I'm missing.
View 3 Replies
View Related
Mar 16, 2012
I have a drawing with multiple layouts which is of a road plan and profile in 2 view ports.
When I publish the multiple drawings to DWF the 2nd viewport with the profile in it is completely black, but when I plot to DWF a single layout, it works fine which I don't understand. Surely the publish command publishes to DWF with the same settings as when you do a single plot to DWF, no?.
I have attached an example of the publish result.
View 2 Replies
View Related
Jun 5, 2012
I am designing grid arrays using CAD2012 but I need to save them in 2000DWG and then R13DXF for working with an old machine.
I don't know why 2000DWG much larger than 2010DWG and even worse when I save in R13DXF.
I am not sure whether it's my design or something is wrong with the setting. I only use basic structure (rectangles and lines).
I attach one section my 2000DWG drawing without hatching and explode here. The real design would have 9 of this grid with labels and with solid hatching and explode all the components.
I tried the full strusture with solid hatching and explode all the components then save as R13DXF for the machine to read it. The 2000DWG gets >5mb and R13DXF becomes >50mb which is crazy. I tried purging but it doesn't get better.
View 4 Replies
View Related
Mar 28, 2012
I have a large map style drawing I'd like to slice into smaller files. I dont want overlap, but a clean line in common. See attached image for details for a 4-quadrant map.
View 2 Replies
View Related
Aug 21, 2012
I have an excel spreadsheet with a lot of coordinates. I know how to insert a large amount of coordinates as an block in my dwg. But what I want is to connect my Excel to my dwg, so if I change my Excel automatically the blocks in my dwg change.
View 3 Replies
View Related
Oct 8, 2013
A work mate here at sometime or another clicked on the "always perform my current choice" check box when the "Hatch - Large, Dense Hatch Patterns" dialogue box appeared.
Question is, is there anyway to reset this so the dialogue box comes back up?
View 2 Replies
View Related
May 25, 2012
How do we use Vault with an outside vendor that controls a large ‘master layout’ directory of AutoCAD drawings that is given to us each week by way of FTP? How do we update the files in vault without having to check out dozens of files or folders then copy the new files (which often have missing xrefs that have to be fixed before Vault will accept them) into the working directory then check back in the files. This is way too time consuming and complicated to do on a weekly basis.
The simplest procedure we can think of looks like this:
1) Download new set of drawings.
2) Open these drawings in AutoCAD reference manager to fix/remove broken xrefs so Vault will accept them.
3) Check out the entire folder that needs to be updated from Vault
4) Paste the new drawings over the drawings in MyDocsVaultVendor
5) Check all the drawings in through Vault, solving any vaulting issues that may have been missed in the reference manager.
View 1 Replies
View Related
Mar 12, 2012
I created some custom linetypes. When I copied them over to my drawing, the text in the linetypes came in extemely large. I really need to get this figured out as I am setting up a template for a new customer, and they want all these included.
I have attached the dwg for reference.
View 5 Replies
View Related
Dec 17, 2012
When I open a large facility building drawing my mouse is "jumping" on the screen.
The resolution of the mouse does not allow me to select obejects on the screen because the mouse jumps in large increments.
I do not have this problem on smaller drawing, such as electrical schematics.
Is there a setting to increase the resolution of the mouse movemrnt id AutoCAD?
View 9 Replies
View Related
Feb 21, 2012
I'm trying to import a pdf underlay in AutoCAD 2012. However, every time I have imported it, the frame of the underlay shows up, but the pdf itself doesn't show up.
Contrast = 100
Fade = 0
Monochrome = No
Show underlay = Yes
Path is correct
I've tried importing image underlays (PNG files), and they work fine. Also, the pdf file is pretty big (about 100 MB), so I didn't know if that affected its ability to display. How to get this to show up?
View 8 Replies
View Related
Feb 29, 2012
How do I get rid of this "pin point" in my display. It shows up when displaying an isometric or perspective view. I would like to make a nice screenshot without it. There must be a variable somewhere?
View 2 Replies
View Related
Jul 24, 2013
I have big problem with Text in AutoCAD drawings. Text is missing and I can't write in new drawings as well. We have different systems xp x 64, xp x84 , windiows 7 x64 and windows 7 x 84. Different AutoCAD’s: 2010 2011,2012 and the same problem. The problem occurs in many files, so not only in this one. When text bloc don’t work it showing every time, when we want to write, on down ribbon “** Undefined symbol 101 and 102 ...” . When we want to open stiles for text AutoCAD Mechanical have critical error: “Unhandled Access Violation Reading 0x0000 Exception at e0533c85h” and closed. We have different computers with different graphical cards. We installed already SP 2 for 2012 and other versions are too upgraded. It looks like this problem isn’t connected with hardware. We are using local licenses. You can see this problem on attached pictures.
View 9 Replies
View Related
May 4, 2012
when I am working on a large drawing and/or pasting as a block, all the grey lines (colour 8) turn to white. When I select a grey line, it flicks back to grey, but de-select, and it's white again.
If I toggle on hardware acceleration, the problem is fixed for a short while, and also if I turn it off, it is fixed for a short while, and also if I save, close and re-open it's good untill I paste a block....
I suspect it may be because of my setup and an un tested graphics card:
Windows 7 64 bit Ultimate - running through bootcamp on a macbook pro
Autocad 2012 Lt
Machine Configuration
---------------------
Processor Speed : 2.2 GHz
RAM : 8103 MB
3D Device
---------
Name : AMD Radeon HD 6750M
Manufacturer : AMD
Chip set : Radeon HD 6750M
Memory : 707 MB
Driver : 8.17.0010.1063
Your machine contains a 3D Device that is not certified.
View 1 Replies
View Related
Aug 12, 2013
Windows 7 Enterprise SP1 - AutoCad 2011 - Current Microsoft Patches - Office 2010
I can get Gotham .OTF fonts working ok in Adobe applications (Photoshop, Illustrator), Microsoft Office Applications (Word, Excel, Outlook) and Archicad. But I cannot get the Gotham fonts to appear in AutoCAD. Do I specifically require .TTF files for the fonts to work correctly in AutoCad?
Attempted .TTF conversion that only wanted to replace the existing .OTF via Control Panel-Fonts...Uninstalled KB2753842 that seemed to be a forum topic of cinversation
View 3 Replies
View Related
Jul 12, 2013
I assume it's just my autocad display but I can never tell if lines and are drawn correctly or not. I'll draw construction lines and circles and grip edit my linework to snap to the end points and arc midpoints perpindicular to the circle but there are still overlapping displays. In the attached image I've snapped to arc points to the circle and the edges of the hatch to the extension/intersection of them and this is how it still displays.
Yes, I am constantly regenning and my arc smoothness is set to 10000.
View 2 Replies
View Related
Jan 24, 2012
I suddenly am having a problem viewing underlays. It happens with PDF Files and DWF Files. When I insert the file nothing is displayed. I dont see a frame or an image. All I get is a point. When I select the point the underlay ribbon bar comes up. I have the show underlay selected. The Fade is Set to 0, In properties I can the layer is set to 0, but under view the height and width is all 0.00000.
I am running straight Autocad 2012 w/ SP1. Its 64 bit on Windows 7.
View 1 Replies
View Related
Oct 26, 2012
have a problem with the display of my constraints
after i uncheck the "show all dynamic constraints"
all the dimensional constraints stay invisible even i re check the show all
i can find a way to turn the visibility of the dimensional constraint on
Product Design Suite 2013
View 6 Replies
View Related