AutoCAD LT :: Searching For A Specific Block

May 8, 2013

Im trying to find a particular block amongst hundreds. I know the name of the block also what layer it is on i just want to be able to find that block through a search so i don't have to spend ages scouring the drawing to find it.

View 2 Replies


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: Change A Specific Attribute From Specific Block To Specific Value

Dec 7, 2011

I've had a simple lisp I've been using for years that suddenly disappeared.  It required that you identify a block name, tag name, and the value that you want the tag to be.  All of this is performed via command line, so it is scriptable.  Since I lost it, I've been experimenting with -attedit.  This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.

1> Any lisp routine that does what I describe?
or
2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?

View 9 Replies View Related

AutoCAD .NET :: Run Command On Double Click Block With Specific Name?

Feb 26, 2013

I wrote a couple of functions one of them creates a block with a Name let say "MyBlock".

I wrote a command "MyBlockEdit" where the selected block attribute data is displayed in a custom form to change some of the properties.

Now I want to add the folowing function:

When a block with the blockname "MyBlock" is doubleclicked the command "MyBlockEdit" is triggered in place of the attribute editor.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete Specific Block

Feb 13, 2013

I need to delete a specific block from current opened drawing by LISP command.

for example removing XREF attached is very easy:

(COMMAND "-XREF" "D" "FRAME")

I can remove "FRAME" XREF from drawing. Now, I want to delete a/all block with "TB12" name with same action!

(command "BlockDelete" "TB12")

so, how can I delete a/all block with specific name in current drawing?

View 9 Replies View Related

AutoCAD .NET :: Overrule Specific Sub Entity In Block And Not Showing The Base

Aug 11, 2012

Planning to overrule some of sub entities in a block. Let's make it simple . All lines and attributes in block should be circles and original block should not be seen. I came up with below code.

The code reacts differently if  I remove

MyBase.WorldDraw(drawable, Wd)

and my goal is not to show the real block. Just showing whatever is overruled.

Public Class toverrule Inherits Autodesk.AutoCAD.GraphicsInterface.DrawableOverrule Public Overrides Function WorldDraw(ByVal drawable As Autodesk.AutoCAD.GraphicsInterface.Drawable, ByVal Wd As Autodesk.AutoCAD.GraphicsInterface.WorldDraw) As Boolean Dim myBlock As BlockReference = CType(drawable, BlockReference) If Not myBlock.Database Is Nothing Then
[code].......

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Block In A Specific Layout Using Function

Jan 28, 2012

I would like to insert a block in a specific layout (eg. "LAYOUT13") using the function vla-insertblock

I have already searched the web and this newsgroup but have not found the solution.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: SSGet Specific Dynamic Block / Since They Are Anonymous

Sep 19, 2011

If you do a LIST command on a dynamic block... AutoCAD tells you the Block Name as well as the Anonymous Block name.

How can I use ssget to snag all Dynamic Blocks that use the 'Real Block'?

View 3 Replies View Related

Illustrator Scripting :: Block Specific Error Message In JavaScript?

Mar 5, 2012

Is it possible to block this message with javascript?
 
I've already tried the following:
 
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
 
This won't work.

View 3 Replies View Related

Xara :: How To Copy Object Or Text Block And Paste Multiples At Specific Intervals

Nov 10, 2011

I am in the course of evaluating Xara, and it has a lot of good things going for it compared to Adobe, particularly in combining many of the features of ID and AI. The graduated color screening on objects is way better than AI.

However, I cannot find how to copy an object or text block and paste multiples at specific intervals. Both Pagemaker and InDesign have this feature, so I can't believe Xara overlooked it, as it is particularly useful when laying out say business cards 12 up on a sheet for printing. Yes, I have done a search on this forum and also studied Xara help files.

View 9 Replies View Related

AutoCad :: Make Specific Command To Start At Specific Layers

Nov 27, 2013

Im using Autocad Structural Detailing 2013. Its is possible to make specific command to start at specific layers?

EX: Breakline ,by default start at "LAYER 88".
Polyline ,by default start at "LAYER 150".

View 2 Replies View Related

AutoCAD .NET :: Searching Files In Vault Using Interlop

Oct 9, 2013

I am trying to search for file in Vault from AutoCAD using Interop.

Is there any way to do so..?

View 2 Replies View Related

AutoCAD Map 3D :: Searching Address Information In Maps?

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

AutoCad :: Quickly Searching For NON-overridden Dimensions?

Dec 12, 2011

It seems there are several ways to search hard coded (overridden) dimensions. However, the FIND command does not locate dimensions that are not overridden.

Example, I want to find all dimensions that are 12'-0". If I 'FIND' 12'-0", it will only locate dimensions that I have forced to 12'-0".

View 4 Replies View Related

AutoCAD Inventor :: Searching Whole Assembly Stack

Sep 18, 2013

I'm looking to write a VBA macro that'll run through an entire assembly and list all the assemblies and parts that have a custom property like "Inhouse" set to a certain value (YES/NO)...

Any example of something that at least runs through a whole assembly?

View 9 Replies View Related

AutoCAD Civil 3D :: Searching For Textstyle References In Styles?

Jun 18, 2012

C3D 2013.Is there a way to search the C3D styles for references to textstyles?

IOW - I know there are references to a certain textstyle in this drawing, how to find it/them without manually inspecting each style?

View 8 Replies View Related

AutoCad :: Moving 2D Object To 3D Position Through Association / Searching

Dec 20, 2011

I have a 2D plan and a 3D plan. The data is essentially the same on both, the only difference being that the 2D plan has several hundred points on it (all at elevation/z coordinate of 0, of which can easily be copied to the 3D plan).

I want to move those 2D points to their respective 3D positions. I.e. if point X is at coordinates 15213.321, 51646.632, 0 I would like to search in the Z direction above (or below; although in this data set it would always be above) for any object (line, polyline, 3dpolyline or an arc only I think) that crosses or is on this coordinate and then move the point (or place a new point) to that z coordinate. So if there is a line whose z value is 895.265 at coordinate 15213.321, 51646.632, then the point (that was originally 2D) would become 15213.321, 51646.632, 895.265.

Any lisp or other method in AutoCad that could accomplish this (ideally without having to select each point individually)? Surely this must have come up a few times before although I'm not too sure what search words to be using to look for info.

View 5 Replies View Related

AutoCAD Dynamic Blocks :: Change Dimension By Stretch Searching

Jul 28, 2011

I try create simple block where I change dimensions of polylines. Everything work with stretch partameter until I try use search parameter for change dimension.

View 4 Replies View Related

AutoCAD Inventor :: ILogic Syntax For Searching In Excel And Update IProperties

Dec 17, 2013

I want a ilogic rule syntax for following process:

I have one excel sheet it consists around 5 sheets for Plate, Flats, Rounds, etc. When i am run the rule then it will ask and do the following:

Ask the thickness value.It will search thickness value in “D:LINUS KOTTEstock numbers.xlsx” in sheet 1If thickness value found then fill the stock number in iproperty(project tab-stock number)   

Here i am using different rules for plate, flat, round, etc.,

View 2 Replies View Related

AutoCAD 2010 :: Searching External MText / Rich Text Editor?

Jun 26, 2012

I'm searching an external RTF-Editor which is quicker then "MS Word" and better then the internal editor. Some applications use this RTF-modules.

Can one of these used by Autocad?

View 2 Replies View Related

GIMP :: Make Hotkey Or At All Save Specific Options For Specific Tools?

Sep 26, 2012

What I want to know is if there is a way to make a hotkey or at all save specific options for specific tools. Let's say I'm using the 'Paintbrush, Opacity 70%, Hardness 075, Size 4.00' as my "standard outline tool". Can I some how save that preference (and any other tool such as "Specific Eraser Op. 100%, Hard. 100, Size 10.00) so that I can easily switch between "Ouline Brush" and "Specific Eraser" . Maybe to the 'f-buttons'

I'd like to be able to make maybe 5 specific tools:-Outline Brush

-Small Eraser
-Big Eraser
-Detailed Color brush
-Big Color Brush.

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Searching For Dynamic Blocks With Visibility Perimeter That Is Case Sensitive

Dec 19, 2013

create a routine to list all the dyanmic blocks in my drawing with a specific visibilty parameter name. The problem with the blocks that I'm trying to search for in my draiwng is that the visibility names are very similar with the only differences being CASE sensitivity (ie. OBJECT vs. Object).
 
(defun c:test (/ BNAME DATA E I PNAME SS VIS) (if (setq data nil vis (getstring T "
Enter the Visibility Parameter Name: ") ss (ssget"_X"(list (cons 0 "INSERT") (cons 2 "`*U*")) ) ) ;; setq (progn (repeat (setq i (sslength ss))(cond ((and (setq bname(vla-get-EffectiveName (setqe (vlax-ename->vla-object (ssname ss (setq i (1- i)) ) ) )) ) (setq Pname(car (vl-remove-if-not '(lambda(j) (eq (strcase (vla-get-PropertyName j)) (strcase vis) )) (vlax-invoke e 'GetDynamicBlockProperties) )) ) (not (member bname data)) ) (setq data (cons bname data)) (foreach itm data (print itm)) ));; cond );; repeat );; progn );; if (if (null data) (princ "
Block/Parameter Name not found")) (princ))

View 9 Replies View Related

Photoshop :: PS Keeps Searching The A: Disk

Nov 14, 2004

I am using Photoshop 6. Since I have loaded a picture from a floppy disk, Photoshop keeps searching the a:/ disk of my computer with almost every action I do (selecting a tool, opening the layer style window, selecting a layer, what ever)

Every time I hear the sound of the computrer searching for a floppy, that is not there, and see the light of the a: drive flickering.

It makes working with PS rather slow.

This only happens with PS not with other programs. And it continues after resetting the computer.

View 7 Replies View Related

Revit :: Searching With Element IDs?

Dec 4, 2012

I am used to searching for Elements by using their IDs, however in editing a door family I have been stumped by a dialogue, herewith:
  
The unusual thing with this is that this dialogue is always followed by another stating that 'No good view could be found', whatever view I try to look for them in!  Having opened every view in the family and done a search I am wondering what next to do?

View 6 Replies View Related

Photoshop Elements :: Searching By Tag Name?

Aug 24, 2012

When searching for images in Elements 10 by tags such as "cats" is there any way to prevent Elements 10 from displaying all the images in a stack which might contain one image tagged "cats"?

View 3 Replies View Related

Illustrator :: Searching Among Layers By Layer Name?

Jun 1, 2013

Is it possible to search among the layers of an Illustrator file by layer name?

View 5 Replies View Related

Lightroom :: Searching Based On Two Keywords?

May 28, 2013

I always click on the arrow next to a certain keyword in order to filter my photo results down to just that keyword. How can I search for images based on two keywords? So maybe I want to search for all images of keyword "Bob" with his dog keyword "Charlie." When I click on the second arrow it deselects the first one.

View 3 Replies View Related

Lightroom :: Searching By Multiple Criteria

Jul 16, 2012

It is important that a "catalog" or database is easy to search by complex queries.  So, for example, if I want to know what images I entered in the state fair in 2011 and am trying to enter in the state fair again in 2012, I'd like to be able to search on something like:
 
keyword "state fair" and "2011" and "2012".since I have a "state fair" keyword with "2011" and "2012" as children. 
 
In Bridge this is trivial since you can build criteria.  How do I do this in LR?  The only way I've been able to do this so far is to add a second keyword column to the library filter bar and fiddle around that way.  It's pretty clumsy.
 
OR, for example, I want to see which 11x14 (or 14x11) images I have, that have NOT been used for a specific club competition..I'd want all the filenames that contain "11" AND "14" AND "x" and do NOT contain a keyword "xyz"
 
Since this one requires both keywords AND multiple pieces from the filename, I haven't figured out how to put this together in Lightroom. 

View 6 Replies View Related

Lightroom :: Searching For Photos By Lens?

Oct 29, 2011

how do I search for all photos taken with a certain lens? 

View 1 Replies View Related

CorelDRAW X4 :: Exclude Backup Files When Searching

Nov 11, 2013

Is there a way to exclude "backup" files from search. Don't tell me to turn off backup! They have saved me on more than one occasion. When I search my Corel "Jobs" directory which has over 40,000 files it shows all the backup files too. How can I exclude those files? No, creating a seperate place just for these files is not a viable solution either as the backups are set to save within the same directory as the Corel file. If it were seperate it would be really hard to find as we often just call files "18 x 24 coro" but under the clients name. Can't have the backup saving over others with the same name. 

File directory is SERVERJobSavesCorel draw 9Aclients name...

I want to search all of Corel draw 9 but don't want to see "backup" files

View 3 Replies View Related

Illustrator :: Won't Open Searching For Server Error

Oct 16, 2012

I have downloaded Illustrator, Photoshop, InDesign from the Creative Cloud. When I try to open the app, I get an error that tells me "Cannot find the server "NDC-DiskStation" (my server name)" I've contacted Adobe about 5 times they keep sending me to Apple, which always sends me back to Adobe. I can open my app when I am connected to my server at my office, but cannot open it when not connected. However, I downloaded the app while not connected to my MacBookPro lap top.

View 1 Replies View Related

Photoshop Elements :: Searching For Missing Files

Dec 12, 2013

Whenever i select a pic in organizer i allways get message "searching for missing files" when i want to fix the pic and can not get beyond this point. Tried import from card reader but the result is exactly the same.

View 9 Replies View Related







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