AutoCAD LT :: Make Macro That Retrieves A Block Name By Clicking

Aug 1, 2013

I want to make a macro that retrieves a block name by clicking on the block that will be part of a macro / diesel routine but I have not figured out yet.

I know that I can copy and paste from the LIST command but I was hoping to figure out how to get the block name just by clicking on a block.

View 2 Replies


ADVERTISEMENT

AutoCad :: Clicking Block Go To Block Editor And Not Allow To Change Its Attributes

Oct 26, 2012

When the block is in a drawing and I click it, it takes me to block editor.

However if I go to it in block editor and test block it allows me to change the attributes.

Why does clicking the block go to block editor and not allow me to change its attributes as it does when I test block.

View 9 Replies View Related

AutoCad :: Can't Edit Block By Double Clicking

Aug 20, 2013

I think a setting changed on my pc this weekend. I used to be able to double click the block and edit the attributes in the editor. Now, I can't change any values. I can only get to the dialog that shows info on the block and when I right click, I only have a few commands come out of the flywheel. I rebooted, but no go.

View 2 Replies View Related

AutoCAD Inventor :: Title Block Macro

Jun 13, 2013

Malfunctioning Title Block Macro in Inventor 2014? The script is attached. I think there is a problem with datums. I have switched to a new computer and installed Inventor 2014 on it. The macro worked with my old computer and Inventor 2013. This is a .ivb-file, not a .txt-file. Please change that before you test it.

View 8 Replies View Related

AutoCad :: Lisp / Macro To Convert Text To A Block

Aug 8, 2005

Is there a lisp routine or macro out there that will convert crappy text to a set block? i.e someone had used simplex 15' text for street names, we now have a street name block using romans 12' text. want to be able to click on text and convert to block while converting the text street name to the street name entry. there's only one entry for the street name block.

View 4 Replies View Related

AutoCAD Inventor :: Create Macro To Get Constraint Rec Block In Sketch

Jan 16, 2013

I am using inv2011. I have to create rec. blocks very often and in inv2011 . I have to constraint it in middle.

Can i write a Macto that gives me constraint rec block in sketch. This feature already available in Inv12.

View 5 Replies View Related

AutoCAD Inventor :: Macro-command To Change Title Block In IDW

Feb 11, 2004

Is there any macro-command to do this :

"Open the .idw that you created your title block in. Locate and right click on your title block in "drawing resources". Select copy. Open the file that you want to put your title block in. Right click on "drawing resources" and paste your title block there. Now you will have to delete their title block and then activate yours. "

I want to change my drawing template and I have many to do and it must have somewhere somehow a way to do this automatically?

View 8 Replies View Related

Illustrator SDK :: Conduct HitTest At Given Point Which Retrieves More Than One Object?

Sep 17, 2013

Is there a way to conduct a HitTest at a given point which retrieves more than one object?
 
As far as I understand provides AIHitTestSuite::HitTest only the hit at the clostest object. Would be great to have a way to get an array with all the ArtHandles which are at the location of the given point.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Macro Block Inserts And Layers

Jul 10, 2013

Im currently creating a custom menu to insert blocks on request. I have set up the following macro which seems to work fine:-        

^c^c-insert;HVLV-UB610x125;;;;

However when pulling in a specific block the drawing the layer becomes 0.

Ive tryed adding this additional macro line before the above one which fixes the problem :-

^C^C-LAYER;M;E-LIGHTING-CEIL;C;R;;;ORTHOMODE;1;^c^c-insert;HVLV-UB610x125;;;;

However now the block retains its layer properties ......ie  E-Lighting-Ceil (or what ever I name it) but it drops the block

in RED, instead of its original colour.

Question is Im looking for a macro that will bring in my block as per ^c^c-insert;HVLV-UB610x125;;;;

but also bring it in to a drawing on its original layer that its saved to.

please note that even thou the first code brings it in at layer 0, the blocks layer is also inserted into the DWG however its just not associated to it ..... hence the user has to select the block once he or she has brought it in and then change the layer from the layers manager manually. This is not ideal.

just to recap i just need a macro that will A) bring in a block from a location. And B) keep all the properties it has when it is brought in.

View 3 Replies View Related

AutoCad :: Make VBA Macro (application) For Inserting Blocks

Feb 9, 2012

Can I make VBA macro (application) for inserting blocks? I need to insert blocks from list of blocks that I made. I want to use less time with that application on inserting blocks, then to use standard method Insert>Block... So I want to check the block from my list, to define attributes and to put the block automatically on drawing, and then to repeat all with another and another blocks. all to be put one close to other.

View 9 Replies View Related

AutoCAD Inventor :: Macro To Make Change In The Assembly?

Jun 22, 2012

I have an assembly that includes iPart.

For example there are:

C: Part1
C: Part1 Part1-01
C: Part1 Part1-02 ...
C: Part2
C: Part2 Part2-01
C: Part2 Part2-02 ...

I need a macro to make the change in the assembly. You need to replace Part1-04 to Part2-04. Which method should apply for this?

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Tool Palette Macro To Insert Explode Block

Mar 29, 2013

It's been too long since I created one of these for Toolbars. I need a macro that will insert and explode a block. I just need the block's content, not the block itself. I can create a maco to explode a block with no path, but can't remember how to include the "*" in a file with a folder path to explode the block while its being inserted. Because of spaces in the file name, quotes (") must be around the path.

View 1 Replies View Related

AutoCAD Inventor :: How To Make Button On The Ribbon For Running Specific Macro

Jun 16, 2011

I know I can make a button on the ribbon for running a specific macro. But, is this possible for iLogic rules? I would love to be able to run rules and launch forms from the ribbon!?

View 5 Replies View Related

AutoCAD Inventor :: How To Make Macro That Adds Vendor Column To End Of A Parts List

Sep 10, 2008

I am trying to make a macro that adds the vendor column to the end of a parts list, sort by it first, then by part number, renumber the parts list, then save the overrides to the BOM. Everything works great except for saving the overrides to the BOM. The item number sort order gets jumbled back up. I am using Inventor 2008 Pro SP2. Below is the

Public Sub SortPartsList()
Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oPartsList As PartsList
Set oPartsList = oDoc.ActiveSheet.PartsLists.Item(1)
Dim oPropsets As PropertySets

[Code]...

View 5 Replies View Related

AutoCAD Inventor :: Adding Save Run Macro To Automatically Run Macro

Dec 30, 2012

I have been using the addin "Save Run Macro" to automatically run a macro every time the "Save" button is pressed.

Any of the following questions about "Save Run Macro"?

1] When I protect the macro from viewing (so I can protect my code) "Save Run Macro" does not see the macro.

2] When I save the part for the first time (ipt, iam or idw/dwg) the macro does not run. I always need to run the macro again.

View 1 Replies View Related

CorelDRAW X6 :: Make Macro Window Open On Specified Monitor?

Dec 29, 2012

now that i am weeding myself off of my Intuous and using my Cintique as my mouse-source for both of my monitors, it is more important to have my macro (and other CorelDraw windows) open on my second monitor (where CorelDraw is).

presently, i have Ultramon to force-open Coreldraw onto my second monitor; but when i open a macro window (such as Select Same), it opens on my primary monitor.

is there a setting to change this?  or (shiver) a line of code to add to the macro itself?

View 3 Replies View Related

CorelDRAW Graphics Suite X4 :: Macro To Make All Objects Same Size?

Sep 19, 2013

I have a need for a macro that I am thinking would be pretty easy to create... I need a macro to cycle through all objects on a page and IF it finds an object that is LARGER than 13" wide, it will unproportionaly size each object to exactly 13" wide (leaving the height of the object alone.) and then after all of the scaling/sizing is complete then to select all objects and right align them (Like when you select all objects and hit the letter R key.

View 14 Replies View Related

AutoCad :: Make 3D Dynamic Block?

Nov 26, 2013

I'm looking to make a simple 3D-Block. From what i read online you cant really create a 3d-dynamic block.

What I want to do: Create a simple cube, then being able to change the size of the cube either with grips or typing in the heights, widths, lengths for the X,Y,Z.

This cube will be used for showing the (No-Fly Zones) for particular areas where VAV-boxes go in a building.

I could create a 2D block with different sizes to it and then insert the block near the VAV-box and then burst or explode the block to then extrude the shape to a required height. (We are working in 3D here)

The purpose for all this! Its then used in Coordination meetings for other trades to see how much clearance there is and required for the HVAC trade.

View 3 Replies View Related

AutoCad :: How To Make A Block With Attributes Text

Sep 13, 2011

How to make a block with attribute text (like showing on sectioning?) a circle with arrow then line and there is editable text on the top of line or editable text inside the circle..

View 9 Replies View Related

AutoCad :: Make Block Unique For Editing?

Apr 3, 2012

When one edits a block all instances of the block are changed. What is the command in AC to make one instance of the block unique, so editing will not affect the instances? In Sketchup it is "make unique".

View 4 Replies View Related

AutoCad 2D :: How To Make Dynamic Block Annotative

Sep 18, 2013

I have a dynamic block that I created with a bunch of visibility, rotate and stretch parameters and actions. When I created said block, I meant to make it annotative but forgot about it during the initial block definition. Is there a way that I can make the block annotative now, or do I have to go back and re make the block all over again?

View 4 Replies View Related

AutoCad :: How To Make Border And Title Block

Nov 15, 2012

I am using Autocad 2012. I am battling to find out how to make a border and title block for my machine drawings . Do i do it in paper space or in model space.

View 9 Replies View Related

AutoCad :: Make Dynamic Block Of Triangle?

Nov 28, 2011

I'm trying to make a dynamic block of a triangle, wich could react to enlargement of bottom corner. The main thing would be that the angle between corners never change ( that means when increasing the weight, the hight also increases.. ). Already for some time trying to do that using Strech action, but nothing works out. Maybe I'm using not that action tool?

View 9 Replies View Related

AutoCad :: How To Make A Block With More Than One Layer Linked To It

Mar 6, 2013

Is there anyway to make a block with more than one layer linked to it? For example if one wants a hole in "floor layer" to line up with a hole in "roof layer" simultaneously so that if it's moved in one layer it will automatically move it in the other(s) layer(s) since they would be linked. This would save a ton of time since you won't have to turn on different layers and make sure they both line up plum by moving them one by one until they all line up on top of one another in different layers.

In other words I would like to move a hole on a single visible layer that would automatically move the holes on any other layer that are linked or plum to that one visible hole (even if the others are Not visible/turned off or if they are frozen in the view port).

View 9 Replies View Related

AutoCad :: Make Dynamic Block Of Just Text

Aug 6, 2013

I want to make a dynamic block of just text. I want to be able to insert a block with a drop down pick list of preset texts and select the text I want it to display.

The attached file containing the various options of text I want to be able to pick from the list. I want to maintain the insertion point common to each text variation shown with a crosshair and the justification of the text as right and the height as 10. I would like to know how to add/remove variations to the block too.

LINK TO FILE IF ATTACHMENT DOESN'T WORK

[URL]......

I am not familiar at all with the controls in the block editor.

View 9 Replies View Related

AutoCad 2D :: Make Attribute For Title Block?

Mar 2, 2013

How to make add attributes in this tittle block and give attribute green color.

View 9 Replies View Related

AutoCad :: Make A Block With Text Inside?

Jan 13, 2014

I am trying to make a block with text inside in it. I need the text to rotate at 0 no matter what degree I insert the block into my drawing. For example the type of blocks I use are for fire alarm in which need to go onto different sides of the walls so I need a base point in which I can insert the block at but the text to always rotate back at 0.

View 9 Replies View Related

AutoCad 2D :: How To Make Existing Block Annotative

Nov 22, 2013

I created an dynamic block few weeks ago and forgot to make it annotative. I try the ddchprop command, switch annotative to yes but it automatically immediately switch back to no.

View 2 Replies View Related

AutoCad :: How To Make A Dynamic Title Block

Oct 29, 2013

I would need to make a dynamic title block and I've tried alot of thing but can't find the solution.

I'll link my block here.

with the example I want in it.

symbole.dwg

View 9 Replies View Related

AutoCad 2D :: How To Make Current Date Block

Jan 6, 2003

How to make a current date block? I've also looked for the file location block attribute. I know it exists cuz the architect in this office used to have it. When he quit, he took it out of the pc's.

I'm using Architectural Desktop 2.0

View 9 Replies View Related

AutoCad :: Make Title Block Attribute

Feb 28, 2012

I want to make my title block as attribute . how can i make it so i ll use it for all drawings. My block is below

BR-6001-1 - A1.dwg

View 6 Replies View Related







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