AutoCAD VB :: Slow EXPLODE When Empty VBA Project Loaded
Dec 20, 2012
I Exploded polylines (for GIS use).
acvba.arx is loaded but no projects (vbaman is empty)
Time to Explode about 3 seconds.When I open the Visual Basic Editor and closs it directly, an empty project is made (ACADProject in vbaman).
Time to Explode now: about 11 seconds ! After unloading ACADProject in vbaman the time to Explode is 3 seconds again.
Without acvba.arx loaded, time to Explode: directly ! ! ! (0,3 seconds) ! !
AutoCAD 2013, 64b.
View 1 Replies
ADVERTISEMENT
Mar 5, 2013
Which setting(s) do I need to change to avoid dimensions that "explode" after inserting into a project. Example, several Architects I deal with, when any dimension string is placed into the drawing, there is a prompt to either type in or hit enter for the dimension shown. I will save the drawing, but if I get into the drawing later and need to continue the dimension string, I cannot select the previous dimension as it is now just lines and text. I am using Autocad 2013 and have never been able to figure this out.
View 1 Replies
View Related
Dec 7, 2012
There is a way to detect is a project is loaded using PSD VB code?
View 9 Replies
View Related
Oct 25, 2013
When I try to add a window or door, I get a message: "No doors family is loaded in the project..etc etc" and then I try to go and find a default template file to use which I assume has basic families loaded, I can't find any anywhere. I'm stuck at step 1, already.
View 6 Replies
View Related
Aug 7, 2013
I am having an issue when opening and saving files is very slow when I have a project active in the Project Navigator.
If I have an active project, and I open a file via Project Navigator or Windows Explorer, the process hangs for 15-20+ seconds at the 'Opening C:xxxxxxxxxxxxxxx.ac$' point, where it is creating the temporary file.
If I 'Close the current project' in the project browser and open the same file via Windows Explorer, the process takes less than a second.
View 8 Replies
View Related
Apr 16, 2014
i have a certain tv-promo-project where i have to render several comps which all include the same amount of text and just a hand full of additional graphic elements, e.g. a lensflare and a glowing line which separats the text blocks.
The text of the specific promo-comps are read out of a "main text comp" by expressions. The expression is as follows:
txt = comp("Master Textkomposition").layer("Textebene").text.sourceText;
txt.split("
")[0]
The rendertimes of the project are constantly slowing down as the render queue and the process goes on. The first comp takes about 8 Minutes to render (it is only 10 sec long) and the second already 20 min, where the third comp reaches like 2 hours of render time. I also recognized that even the preview in the timeline is really slow, although the used effects are usually not that performance heavy.
View 2 Replies
View Related
Oct 26, 2012
Just deleted PR4, and installed PR5.Opening an existing project takes an extremely long time (maybe 20-30 mins? guessing here)The Smoke loading screen shows something like "Connecting Control Surfaces"..
View 9 Replies
View Related
Oct 31, 2013
I'm a web developer currently slicing an illustrator file for web graphics. Some of the icons and images have shadows, lights, etc, and it's impossible to simply see by a naked eye which pixels contains some shade or nearly transparent color and which doesn't.
It would be extremely useful if I could somehow easily differentiate between empty and non-empty pixels, so I wouldn't miss any when slicing.
View 2 Replies
View Related
Dec 6, 2011
I have a Project Template that is used when creating a new project. I noticed that the Tool Palette in the Project Template and the Tool Palette in the new Project are not the same. How do I get the new Projects to pull the same Tool Palettes from the Project Template?
View 2 Replies
View Related
May 14, 2012
How can I change the way the Project Browser maps the creation of new projects?
Currently, the new project folder is created and named according to the Project Name prompt. We want the folder to be named according to the Project Number prompt...
View 3 Replies
View Related
May 6, 2013
Is it possible to assign a project number to a project file and have it fill in the project Iproerties field?
View 2 Replies
View Related
Jul 17, 2013
I have to set up a project in Navigator so we can get started on it but I will have to go back and change the project number when we get it.
My question is how do I change the project no so that it re paths everything and reorganizes itself numerically in Windows Explorer...or should I just create a new project in Navigator and copy the files I need into the new project?
View 2 Replies
View Related
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
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
Dec 12, 2011
I do not have vault installed and I am trying to add sub files to my project. As of now my project has to find many of my files and I do not want to copy and past them into my project folder as this will mess with my parts numbering system. I want only one part / assembly file per part. I assume that you can do this with the project dialog box or some other system tool I just can not seem to figure it out.
View 1 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