AutoCAD VB :: Objectdbx Blocks Collection

Jun 26, 2013

I an trying to access the complete blocks collection but I'm not having much luck

What I'm doing is changing the style of the block attributes using objectdbx.

I can change all of the model and paperspace block attributes but I can't seem to be able to access the un-inserted blocks in the blocks table.

After running my app all of the "visible" blocks are changed but when I insert a block from the dwg the style has not changed.

View 1 Replies


ADVERTISEMENT

AutoCAD 2013 :: Lisp Or ObjectDBX To Perform Batch Purge?

Mar 5, 2013

I often use "purge" for current directory drawings. Any lisp or ObjectDBX to perform batch purge? even i do not need to open the drawings.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: ObjectDBX Access To Block Definition

Feb 22, 2013

Can't you access the block definition via ObjectDBX.

(without the dwg file being open)

I am parsing through the blocks to find all the xrefs. 

When I get to an XRef... I don't seem to find a way to check if it's an XRef.

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Move The Selected Object Using ObjectDBX

Aug 7, 2013

Using Nentsel function, I can get info on a object that is nested with an Xref. Is there a way to move the selected object using ObjectDBX?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Purge Using ObjectDBX Is Deleting Dimensions

Dec 21, 2012

I'm working up a routine to simplify clearing some space. I've been cruising here and other places piecing together something, but what I have ended up with is a routine that deletes all of the intended information (possibly needing repetition for those hard-to-reach blocks), but also deletes dimensions from the model space.

There are several things our company does which are "non-standard" but we have been at it for a while and I am trying to work with what I was given. Following is the code.

;;; not sure who Jeff M is, but assuming this bit is from him(defun odbx-test (/ dbx_doc) ;; edited 5/28/06 by Jeff M (if (< (setq dbxver (atof (getvar "ACADVER"))) 15.06) (progn (alert "ObjectDBX method not applicablein this AutoCAD version" ) (exit) (princ) (gc) ) (progn (if (= (atoi (getvar "ACADVER")) 15)(progn (if (not (vl-registry-read "HKEY_CLASSES_ROOT\ObjectDBX.AxDbDocument\CLSID" ) ) (startapp "regsvr32.exe" (strcat "/s "" (findfile "axdb15.dll") """)
[code]....

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Bind Xref Via ObjectDBX Without Opening

Feb 11, 2013

is it possible to bind an an xref via ObjectDBX without opening the drawing?

View 1 Replies View Related

3ds Max :: ObjectDBX Has Reported A Fatal Error

Apr 23, 2012

I've loaded Max 2013 onto a render node. When I run backburner it starts to Launch 3ds Max 2013 the give me a DBXHost message ObjectDBX has reported a fatal error. Unable to load AcDB resource file.

The machine is running XP 64 with 8 gigs of Ram

View 4 Replies View Related

Lightroom :: Move Single File In Collection To Another Collection?

Jan 25, 2014

I mistakenly created a collection when only one file was highlighted.  I made another collection with all the other files I wanted in it, but I can't drag that one file from the filmstrip..

View 4 Replies View Related

Lightroom :: Smart Collection - Can Source Be Named Collection Set?

Jun 25, 2013

If I specify a smart collection rule that says the source must be a collection matching some pattern, does this only apply to actual collections and exclude collection sets?

I was hoping fo a way to build a rule based on the collection set ... is this possible?

I also tried matching Any Searchable Text set to the collection set name, but that doesn't seem to work...wouldn't all photos in the collection set be associated with that string? Looks like no.
 
There used to be a way I thought that you could submit a new thread after doing a question search. That seems to be gone.

View 3 Replies View Related

Lightroom :: How To Convert A Collection To Smart Collection

Apr 16, 2013

Is there a way to convert a collection to a smart collection?

I am using NextGEN to export images to WordPress. NextGEN created Publishing collections in Lightroom to match those in my WordPress blog. My problem is that they are not Smart Collections.

View 1 Replies View Related

Lightroom :: How To Set A Collection As A Target Collection

Feb 28, 2013

I am trying to create a new collection but I find that I do not have a "Set collection as target" (or whatever the correct phrase is, since I don't have it.) I have right clicked and examined all menu options.

View 6 Replies View Related

Lightroom :: Ordering Of Collection Sets And Collections (inside Collection Sets)?

Jun 25, 2013

What are the rules for how elements (specifically, collections and other collection sets) are ordered within a collection set?
 
I was trying to get a collection to appear at the top of the list of items in a collection set, but it seems to get stuffed below all the other collection sets regardless of the name given to the collection.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select All Blocks Like Selected Blocks With Window?

Feb 28, 2011

(defun CELBLKS ( / e blk ss blkl)
 (setq blkl ""  ss (ssadd))
 (while (setq e (entsel "

[Code]....

i have this lsp, it works great but how can modify it if i want select with a window.? exemple: if i have 3 differentes blocks, i want to select them with windows and the lisp select all blocks that are identical of those 3.?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Zoom All & Extents With Blocks Containing Fields On Layout Tabs

Aug 22, 2013

We have a new title block which now contains various fields to automatically populate the drawing number, number of sheets, issue etc.  The problem we have is when we go to zoom all or extents on a layout tab it moves the layout to the right each time.  If we only have one layout or we use a plain title block i.e. with no fields, the zoom works fine (layout stays put in the center).  This is also true if we directly insert a field onto the layout - again no problems. 

The cause of the problem only happens when a block containing a field is inserted onto the paper space of a layout and,there are multiple layouts containing blocks with fields.

View 6 Replies View Related

AutoCAD Dynamic Blocks :: Finding Number Of Times Specific Blocks Used In A Drawing?

Aug 8, 2013

How to find no of times specific blocks used in a drawing?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Stretching Same Parameter In All Blocks In Drawing From One Field?

Jul 15, 2011

How do I manipulate a height parameter all of the dynamic blocks in the drawing from one single field? Say a field located in the drawing properties or on the drawing itself.

For example:  Multiple blocks of different walls of same height with other blocks of things on located on those walls, dependant on the wall height, all linked to and changed by a single field. Possibly a Wall Height field located in the custom tab of the drawing properties.

I can pickout each of the blocks and change them at the same time in properites menu because they all share the same parameter name.  I would just like to have that height parameter of every block in the drawing, that has that specific parameter controled by a single field.  Which I could enter a new height at anytime that would change every block in the drawing to that height.

View 1 Replies View Related

AutoCad 2D :: Replace Dynamic Blocks With Normal Blocks Based On Parameters

Aug 2, 2012

We used a bespoke program to convert our drawings to Java applets for web usage. This does not cope with dynamic blocks at present and we have started to receive drawings from our clients using them.

I need to replace this with standard static blocks based on one of two criteria. Either:

1) Replace based on visibility state (have generic chair block with multiple different chair types set by visibility type, need to replace depending on which type it is set as)

2) Replace based on parameter (have table with size set by dimensions, need to replace with static block for each dimension)

View 0 Replies View Related

AutoCAD Dynamic Blocks :: Add Exact Same Objects And Visibility State To Blocks

Jan 7, 2014

I have over 100 blocks that I need to add the exact same objects and visibility state to.  Is there a way to globally make this change, or even to copy the visibility states from one block to the next without having to recreate the states in each block?  I thought I had previously run across a routine on here that would make changes to multiple blocks at once, but I can't seem to find it now.  

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Convert The Blocks In Dwg File To Lines That Are Centered On Those Blocks?

Jan 24, 2012

I have a project in 3D that I would like to export to Stadd.  This requires lines rather than blocks.  Is is possible to convert the blocks in the attached dwg file to to lines that are centered on those blocks?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: AttSync Of Blocks - Takes A Long Time With Numerous Objects

May 18, 2012

The AttSync command does what it advertises fairly well.  My problem is that I have thousands of small blocks in a single drawing.  (My current drawing has 2100 block references with four attributes in each one.)  I may change the attribute values in a few of them and need to re-sync the attribute locations.  When I run AttSync it updates every single block insertion.  One of two things are desired:

1)Flag each block insertion as having been sync'ed, reducing the number of objects requiring synchronization when AttSync is called again.  Provide a way to force all to be sync'ed.

2)Allow a selection set in the AttSync command after selecting the block to sync.

Either or both of these would a great time-saver for those of us with large numbers of blocks with attributes.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Exploding Blocks With Negative Values?

Apr 24, 2013

I built a building foundation for a grading plan and I have another building that is the exact mirror of it. I have tried to mirror it. Didn't work. I created a block of the feature lines and inserted it with a -1 x value but I can't explode it. I tried the regular explode and xplode. Neither worked. I can use the the block to draw feature lines over but it just seems so much easier if I could figure out how to explode the block.

C3D 2013

View 2 Replies View Related

AutoCAD Dynamic Blocks :: Delete Last Attribute In All Of Specific Blocks

Jan 24, 2012

I have the same block repeated multiple times in a drawing, and I want to delete the last attribute in all of the specific blocks.  When I edit the block in block editor, the attributes do not show up.  After I explode the block, there is no text.  The attached image shows the properties of the block.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: How To Get Blocks To Have Images Associated With Actual Block Name

Apr 29, 2013

I am using AutoCAD 2013 on Windows 7 platform

95% of the blocks on the palettes have the images associated, and named, per the block name.

I have 48 blocks that the images are named like this "Block tool_F2149212-4649-41F5-95E6-4A978EC376F5_2".

I have tried resaving the blocks and recreating the blocks to no avail.

How to get these few blocks to have images that are associated with the actual block name and not the generic "block_too" name?

View 4 Replies View Related

AutoCAD LT :: Fields Within Blocks / Update Blocks For A Client

Dec 4, 2013

I am trying to update blocks for a client.  Each block has a line of text with the block name in it.  I would like to automate these with a field so that if the block name changes or a new block is created from that one, then the field would update as well.  I am running AutoCAD LT 2012 currently.

View 8 Replies View Related

AutoCAD Dynamic Blocks :: Sharing Parameters Between Blocks

Nov 20, 2013

I wish to have a single dimension alter the dimensions in a set of nested blocks, similar to shared parameters in Revit. For example, I have a circle that has a fixed diameter that I wish to control in all blocks.  I have set the diameter to barDia so now I wish to manipulate the dimension from outside the block.

Am I able to share the parameter across all the blocks?

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Replace Standard Blocks

Jun 20, 2012

I was trying to alter the standard blocks on the tool palette. How I messed everything up but I basically have two huge problems now.

1. I am missing the necessary default blocks that should be under my edit block directory.....all the Aecb files.
2. Now when I try and put in a receptacle or any other standard block a triangle with an exclamation point shows up upon insertion.

I attached a picture of the "edit block definition" and the troubled symbols.

View 1 Replies View Related

AutoCAD 2013 :: Unnamed Blocks Inside Blocks

Feb 19, 2013

I received a file that has a large number of blocks with unnamed blocks inside. I need them all to be by layer, and i really don't want to explode it.

How can I can do it?

View 6 Replies View Related

AutoCAD Dynamic Blocks :: Text Disappeared From Blocks

Oct 1, 2011

I have been working on a drawing with 3 different dynamic blocks for several weeks and everything has been working perfectly.  However, all of a sudden this afternoon, the text in all 3 dynamic blocks disappeared and will not display on the screen in paper or model space, and does not print.

As best I recall, I was creating a polyline viewport when this text disappeared.

I cannot turn the text on in these dynamic blocks.  The text in on layer 0 which is on, and is unlocked and unfrozen.  Additionally I have turned on, unlocked and unfroze all layers in the dwg and this does not work.  I have also checked the text layer in the block editor and it is on layer 0.  

When I click on any of the blocks, all the information appears to be correct, ie: door numbers, text style, etc.  The text, however, just does not appear.  Also I have never set any invisible text parameters and when I open the block editor, nothing in the invisible text area is selected or select-able.  

Previous versions of this drawing, which I saved yesterday, display all block text perfectly. Perhaps there is a setting I accidentally hit which caused this problem?  

I have tried repeatedly turning on all the layers, unfreezing, unlocking, changing parameters in the Style menu.  I closed Autocad and turned the computer completely off and back on again.

View 1 Replies View Related

AutoCad :: Separate Same Type Of Blocks In Dynamic Blocks?

Dec 12, 2013

how can i separate same type of blocks in dynamic blocks? all layers are same..

View 9 Replies View Related

AutoCAD .NET :: Plots All Blocks To PNG - Open DWG / Get List Of All Blocks

Nov 30, 2012

I have a program that plots all blocks to png - open a dwg, get a list of all blocks, insert each into an empty dwg, zoom extents, and plot using the OOTB PublishToWeb PNG.pc3.  In the attachments is an example of the problem.  When I do this manually from a layout, I get the correct image.  When I plot from code using the same PC3 file, draworder is being ignored.  

It works if I apply transparency to the block and use ps.PlotTransparency = True, but I would prefer not to have to tell the user to change the block definitions.  Is there a plotsettings property I am missing?

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Text In Blocks

Oct 4, 2012

I want to create some symbols which includes text.  For example, I have a square with an "F" centered within the square.  The problem I am having is when I insert the block into a drawing and rotate it, the "F" also rotates.  Is there any way to make it so the "F" is always horizontal no matter how I rotate the block?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved