AutoCAD .NET :: Way To Explode A Dimension
Feb 20, 2010
I'm looking for a way to explode a dimension. I've tried using the Explode() method, but it just results in an eInvalidInput error. Is there a way to explode a dimension into objects?
The reason for this is that I'm using Autocad Architecture and I'm auto-labeling and dimensioning some items I am inserting into the drawing, however the 2d elevation drawing tool in Architecture automatically ignores text and dimensions, so I need a way to explode these into lines so they will show up in the 2d elevation drawings.
View 3 Replies
ADVERTISEMENT
Jun 2, 2011
I'm trying to get the dimension text that I pull out to the side closer to the actual dimension marks. The 2 1/2" and 2" shown have a minimum distance they can get toward their dimensions. I would like it to be about half of what it is, but so far I haven't been able to find the property that changes that.
View 3 Replies
View Related
May 28, 2013
I have one problem in ilogic "How to convert the normal dimension to driven dimension through ilogic"
View 4 Replies
View Related
Feb 10, 2012
Is it possible to override a dimension with some sort of formula or function that relates to the length of the dimension?
A simple linear scaling might be possible by inventing a new unit with the appropriate conversion ratio, but that wouldn't work. What I need for the dimension to display a length 400 less than the actual length.
View 9 Replies
View Related
Dec 4, 2013
How can I avoid getting zeros when creating dimension line with quick dimension command. the Zeros indicates the line itself. how it can be avoided?
View 5 Replies
View Related
Feb 23, 2013
how to make a radius dimension a diameter dimension? I have Inventor Profession 2013.
View 1 Replies
View Related
Jun 27, 2011
Is there a way to override a dimension and have it shown as a GD&T Basic dimension. I can override a dimension with the text option but not with a box around the letter. It sounds strange to do this but the letter represents a dimension in a chart format that are Basic dimensions.
View 9 Replies
View Related
Jun 23, 2011
I want to insert dimension lines on this project. But instead of having an actual dimension I'd like it just to be a letter that refers back to a chart of possible dimensions for that element. How do I do this? I'm using AutoCad Architecture 2012.
View 1 Replies
View Related
Feb 21, 2013
Can i change the length of the dimension line 'extension' when my dimension text placement is beside the dimension line (see attached image)?dim line length.jpg
View 6 Replies
View Related
Jan 27, 2012
Is there a way to make the linear dimension a diameter dimension?
View 9 Replies
View Related
Dec 29, 2010
every one now a day i am making isometric drawings so i m little bit confuse in that i am using dimension and change the oblige angle text of dimension so is it right way or not ????
View 9 Replies
View Related
Jul 29, 2011
When doing an angle dimension and trying to put text under the dimension line, the text types out straight which if long enough will extend over the dimension line. Other then creating text with arctext, is there no other way to get it curved? I am using AutoCAD 2010.
View 3 Replies
View Related
Jul 9, 2008
I'm trying to explode this block in a drawing i'm editing but autocad will not let me do this.
View 9 Replies
View Related
Jun 27, 2012
Has any experienced a situation where they were unable to explode a block created with the cut & paste command?
My block "A$C58A67B84" which is an anonymous name created by AutoCAD is a floor plan from a customer in which we need to make changes or additions to however this block acts like when it was created the "Allow Exploding" box was un-checked. I know that was not the case though, since all I did was a regular "Cut & Paste".
View 3 Replies
View Related
Aug 22, 2013
how to Explode Spline?
View 9 Replies
View Related
Mar 28, 2012
I'm creating an array using a block from an existing dwg file on my drive. When i import this block on it's own, i can explode it to ownerspace with "bref.ExplodeToOwnerSpace();" but when i'm creating the array, i don't have this ability and i'm left with one of my blocks in the array exploded, and the rest not. How do i explode the blocks in the array? When i try to use acEntClone.ExplodeToOwnerSpace(); it doesn't exist and i only have the option of acEntClone.Explode().
The Original Block
Document acDoc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument; Database acCurDb = acDoc.Database; LayerTable acLyrTbl;
[Code]....
View 2 Replies
View Related
Mar 20, 2013
I am having one region entity which is not getting exploded.
This region is resultant of solid editing (bolean opearions) on some regions. When I use explode() function to explode this region programatically it returns status as 'eNotApplicable'. And if I try to explode this region manually using EXPLODE command in AutoCAD 2010 it gives message as 'Cannot explode REGION'.
I am not getting why this is causing problem in 2010 only. It is working fine in other AutoCAD versions.
View 6 Replies
View Related
Jan 19, 2012
I have a block of a survey from an outside company which was sent as a block.I am guessing that when it was creating, they un-checked the box that allows it to be exploded.
I would like to edit the block, and without being able to explode it, I have to go into the block editor to do so.Is there a way in block manager to change it so that I can explode the block?
View 5 Replies
View Related
Mar 23, 2011
how to explode a PDF in Autocad Civil3D 2011? I need to be able to manipulate the PDF by removing parts and drawings new sections.
View 9 Replies
View Related
Jun 11, 2013
is there an easy way to 'explode' an assembly of parts in the traditional sense of explode....to make an exploded parts diagram?
View 7 Replies
View Related
Aug 10, 2012
I have a drawing that I unioned some of the object (a 3D pipe network), and now I want them individually again.
Instead of doing the slice command at every point, is there a way to explode them or un-union them all at once?
View 1 Replies
View Related
Sep 10, 2012
The original drawing was created in Inventor but i've never had such a problem before. I've been revising a drawing and to revise, i need to move a block 50mm from its original position. It's not allowing me to do so though.
As soon as i select move...it goes into "not responding". I can't explode it either....i can explode everything in the model space and once....but this leaves all dimensions as lines arrows etc.
I've even taken the same block into the drawing....and move/exploded it without any problems. In the properties bar....they are exactly the same except for the coordinates!
The really annoying thing is....i can't even delete and replace as it keeps crashing! There aren't any constraints either.
View 9 Replies
View Related
Jul 26, 2007
How to explode solid hatch ? .. is it possible ? Just asking.. nothing more..
View 9 Replies
View Related
Dec 6, 2012
This is probably very easy using ssget or something, but I don't know exactly how that works. All I need to do is to explode any occurrences of a block with a particular name.
View 7 Replies
View Related
May 7, 2012
I working with a LISP program which creates some assembly drawings on the fly. For certain parts of the drawing I INSERT other dwg files which of course become blocks. Once in the drawing the users are sometimes wanting to edit the drawings where the blocks are, which makes an explodeable block necessary. But since the drawings are not actually blocks until they are imported this is not an easy thing to resolve. The other thing to keep in mind is that this drawing process is completely automated. The user does not get a chance to interface with it until the drawing is complete. So asking the user to do something as the drawing is being created will not work.
View 4 Replies
View Related
May 2, 2013
Is there a way to do this within 2012 or would I need to use a script?
View 6 Replies
View Related
Dec 10, 2013
We use Real DWG 2014 in standalone application. I can't explode AecDbScheduleTable objects, collection passed to Explode() method is always empty.
Sample code below:
public static void ExplodeScheduleTable(string strFileName) { try { Database db = new Database(false, true); db.ReadDwgFile(strFileName, FileShare.None, false, null); using (db.TransactionManager.StartTransaction()) { BlockTable blockTable = [code].....
View 5 Replies
View Related
Mar 28, 2013
where I have a drawing with 3D faces creating the Chassis of a desk, and the top and pulls were inserted from other drawings and are blocks. There are numerous drawings with this scenario and I am looking for a way to explode the blocks ONLY in the drawings without exploding the 3D faces as well. Then we'd like to purge the drawing of the nested blocks before saving it.
I'm hoping there is a solution that doesn't require us to open each drawing individually as there are hundreds of them...if not thousands. We didn't catch this 'mistake' until today and have created many, many product lines (started in November) with this issue.
View 5 Replies
View Related
Jun 14, 2011
is ter any way to explode a reference block
View 4 Replies
View Related
Apr 25, 2008
my normal dimension style has text above dmension line & I want to add 'typical' to it below dimension line.
I have done this lot of time in my previous job an year back. but I can't seem to remember what to type between dimension text & the word I want to add in edit text box, so that it appers below dimension line.
View 7 Replies
View Related
Oct 11, 2011
I'm inserting dimensions and the tics keep coming out huge and not on the dimension line, in fact there's one on either side 20 ft out. If I change the drawing scale in the tab at a the bottom the tics get smaller and closer in, but they are still off the dimension string by a long shot.
View 3 Replies
View Related