AutoCAD .NET :: Create Selection Set And Get Insert Point Of Multiple Blocks

Jul 3, 2012

What I am trying to do is create a selection set of blocks with the same name. Then step through the selection set and if the block has an attribute "Tag" with a Specific "Value" then get the insert point.

View 2 Replies


ADVERTISEMENT

AutoCad :: Scale Up 100+ Blocks At Once And Have Each Base Point As Blocks Insert Point?

Jan 25, 2013

Can I scale up a 100+ blocks at once and have each base point as the blocks insert point?

View 9 Replies View Related

AutoCAD .NET :: Insert Multiple Blocks Within One DWG?

Jun 1, 2012

I'm trying to get a routine that creates and inserts a copy of all the block entities in a DWG.  For some reason the code causes CAD to hang?  See attachment for code.

View 6 Replies View Related

AutoCad :: INSERT Multiple Blocks At One Time?

Sep 5, 2012

My coworkers are positive that they have been able to INSERT multiple blocks at one time but now when using the INSERT command, they can only select a single block for insertion. I tried recreating the issue and it does the same thing for me both using DESIGN CENTER and the INSERT command. Is there a setting somewhere that controls the number of blocks you can INSERT at one time or are they just delirious?

If it isn't possible to do in AutoCAD, then is there possibly a LISP routine out there that will achieve this?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Routine To Insert Blocks At Point Locations

Aug 22, 2011

I found this routine but It doesn't work really good (see attachment):

1. We can select block instead of typing the name of it (or simply add this option)

2. That the undo command undo the whole lsp routine instead of undoing all single insertion.

3. That we can Hit the escape key at any point in the routine and it stops the routine correctly instead of writing "too many argu" maybe by undoing the insertion or by stopping the routine correctly at this point.

4. I just found that it does not paste the block directly on the points...? Finally this lsp didn't work at all !

I would like to have a lsp that do SIMPLY this:

1 : Ask wich "points" you want to convert (You know these points that you can change the appearrance in the menu format point style, thats what I mean by "points"). And By the way it would be cool if I could choose to convert the points or to paste my block on those without converting them but it is not that important.

2. Select block in the block listing of insert block popup window and paste it by his default insertion point to all the selected points.

Infos:  New blocks on current layer.

View 9 Replies View Related

AutoCAD 2013 :: Insert Multiple Blocks Using Script?

Nov 15, 2013

It inserts the first block and then quits. I had to change the the file to a txt to get it to upload

View 6 Replies View Related

AutoCAD 2013 :: How To Insert Multiple Blocks At Same Time

Dec 3, 2012

I was inserting blocks. I was trying to insert more than one block at the same time. If I have to insert each block every single time, that's just so slow. There must be another way to make it easier to bring up more than one block at the same time. 

I am using both Mac version and windows version of AutoCAD. In the mac version, when tried to open up block editor, for some reason, it says the BLOCKEDITOR = 0 (read only). I couldn't even get into block editor to make changes for my block.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Place Circle On Selected Blocks Insert Point?

Mar 11, 2013

You have a dwg with multiple sets of different blocks and a circle you want to place on the insert point of each set blocks. 

You select the circle then select one of the blocks in the set and the circle is placed on the insert point of each of the blocks in that set. It would save time from doing it manually and save on mistakes.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Point At Block Insert Point

Sep 26, 2012

trying to insert point instead of block.

(setq blok (entget (car (entsel))))

(setq point (cdr (assoc 10 blok)))

(setq XX (rtos (car point) 2 20)) ;; x koordinata bloka

(setq YY (rtos (cadr point) 2 20)) ;; y koordinata bloka

(setq ZZ (rtos (caddr point) 2 20)) ;; z koordinata bloka

(command "point" xx,yy,zz) is not working

!xx="5582453.414999999" but when i (atoi xx) i get 5582453 no dedimals...

how to create valid insertation point from xx, yy and zz?

View 6 Replies View Related

AutoCad :: Insert Dynamic Block From File With Multiple Dynamic Blocks

Jul 16, 2010

I have a drawing ("SURUBURI.dwg") with several dynamic blocks ("M12", "M16", "M18" ... an so on...). I want to insert in my current drawing, one of the blocks from SURUBURI.dwg, for instance the block named "M12".

For that i tried creating a new command "INSERT_M12" that has the following script :

^C^C-INSERT; "I:/Ionut Mihaila/Goodies/SURUBURI.dwg/M12"

Now obvious that doesn't work, but i think it shows clearly what i want to accomplish. So is there an other way to do this?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Level Symbol - Create Point Attached To The End Of Text And Apply Stretch

Apr 5, 2012

I would like to create an dynamic block to a level symbol, with a parameter that aligns the length of the line under the text with the text end.

I attached an jpg image with an example.

I thing the key element is to create an point that is attached to the end of the text and apply an stretch to it, but I didn't succeed.

View 1 Replies View Related

AutoCAD Dynamic Blocks :: Create Multiple Visibility Block

Sep 22, 2012

I try to create dynamic block of Tectus hinges. Bassicaly I would like create multiple visibility block:

first grip - type of hinge (TE240, TE 340....)

second grib - type of view: elevation, side and plan.

For plan view I would like create third grip with options: close, open 90 deg, open 180 deg.

In attached file I'm started working on this. For now I focus on first two type of hinges TS240 and TS340. I'm close to realize my gola but still something doesn't work correct. If you play with grips sometimes block disappear on show as custom view.

View 1 Replies View Related

AutoCAD .NET :: Insert Block From External DWG File / Specify Insert Point By Click Mouse

Apr 2, 2013

I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:

(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.

(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.

View 1 Replies View Related

AutoCad :: Insert Block - Switch Between Base-point And 0,0,0 Point?

Apr 29, 2013

I'm inserting blocks into my drawing and the block has a basepoint and a 0,0,0 point. The CAD guy who usually works with me is off today but he has a keyboard method of switching between the 2 points when inserting the block.

Its a fairly straight forward thing on his keyboard, nothing he has set up but standard in autocad.

I've had a try hitting a few keyboard buttons this morning but can't seem to do it.

View 1 Replies View Related

AutoCAD 2013 :: How To Insert A Point Before First Point

Apr 3, 2013

I want to add a point after the last point of a polyline. But this point really is the first point and the command insert vertex really insert a new point.So, a solution ,  reverse the polyline to insert points after the last vertex. 

Nobody thought ever to offer a insert_first and add_last  commands ?

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Difference Between Point And Base Point In Parameters

Sep 26, 2013

What's the difference between the "Point" Parameter and the "Base Point" Parameter in the Block Authoring Parameter Pallet?

HP DV7 Laptop
Intel Core i7-3820QM 3rd Generation Quad Core 2.7 GHZ CPU
16 GB DDR3 RAM ( 2 DIMM ) / 180 GB SSD
Nvidia GeForce 650M Graphics w/2 GB Memory
Windows 7 Professional 64 bit / AutoCAD Civil 3D 2014

View 6 Replies View Related

AutoCAD 2010 :: Multiple Grip Selection Not Working When Pan Or Zoom During Selection

Jul 12, 2011

When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.

This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?

View 9 Replies View Related

Photoshop :: Vanishing Point - Shape Modification - Point Selection

Jul 6, 2013

As a beginner i'm learning day by day how to use photoshop. Among the functions i 'd like to handle with there's the vanishing point (in the filter menu). However i can't modify the angles of my selection to change the perspective grid.
 
Take a look on this video at 03"57 (it is what i want to do): [URL] ...... Do i have to set something up before.

View 10 Replies View Related

AutoCad :: Unable To Insert Blocks

Feb 16, 2011

I am having a right torrid time with this drawing first of all the seat numbers (see previous post!!) and now I can't insert a block!!

I select insert block and the dialogue box comes up - I then pick the block that I want and I check the insertion point box to specify on screen but uncheck the scale specify on screen and set it to 1.0 which is the same as the block unit, I then click ok and select a point on the drawing where I would like the block to go by clicking my left mouse button and nothing happens!

I have tried upping the scale of the block but this still does not work!

View 4 Replies View Related

Paint.NET :: Plugin For Point To Point Selection?

Mar 16, 2011

Any plugin for point to point selection?

This is an importing tool I missed many times at paint.net

View 4 Replies View Related

AutoCad 2D :: Blocks Of Structural Members To Insert

Aug 28, 2013

I have a friend that is using AutoCad Mechanical which comes with blocks of structural members to insert, she is using Cad 2011. In one drawing if she inserts a channel and say the channel is 8" long, it inserts correctly but in other drawings if she goes to insert the same channel, it insert at 16'-0". Why?????

View 4 Replies View Related

AutoCad 3D :: How To Insert Blocks But They Are No Longer Solids

Jan 23, 2013

I drew several components in one drawing and saved them with WBLOCK. I opened the drawing into which I wanted to insert the blocks but they are no longer soilds. They are just the lines upon which the original soilids were based. What have I done wrong?

UPDATE: I purged the drawing and the blocks inserted correctly.

View 1 Replies View Related

AutoCad :: Program To Insert Blocks Into Drawings?

Jun 26, 2013

I am a land surveyor and am looking for a routine that will look at my txt files exported from the field data collector, and upon exporting into C3D, will look at the descriptor and place an appropriate block on the node. For example, if the collector code was for an IP (iron pin), when the points are imported into the drawing, a solid round block would be placed on each node with the IP description. Same if for trees, concrete monuments, fire hydrants, etc.

View 9 Replies View Related

AutoCAD Civil 3D :: Create Two Point Styles For One Point

Dec 19, 2013

I am trying to get point 1234 to show a label that says Point #1234 and then in a grading plan have that same point show up as a spot elevation.  I have tried making two point groups "Point #" and "Spot Grades" which include the same points in them with two different label styles for each group, however the point seems to only want to take one label style at a time.

C3D 2012
Win 7 x64
8 GB Ram
Quadro K4000

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Parameters Moving On Insert

Sep 1, 2011

I have a block containing a visibility parameter but the problem is when it is inserted, that visibility parameter is in a different place to where I put it in the block editor.

My geometry is around the 0,0 origin (which is also the base) and the visibility parameter was placed at 0,-25 in the block editor however once it is inserted in a drawing it shows up at 270,130.  

No matter where I move it back to, it always reverts back to another position.  Every time I try to change and reinsert, I purge the drawing so I know it is not picking up on something else.

View 1 Replies View Related

AutoCAD 2010 :: Creating A Place To Insert Blocks

Jan 15, 2013

I worked with about 70 blocks that I routinely insert in drawings, at present I have an area where I keep all them in every drawing.  I would like to have a bar that will contain the blocks where I can drag and drop them into place.

View 5 Replies View Related

AutoCAD Inventor :: Insert Two Title Blocks In IDW Drawings

Aug 22, 2013

I need to insert two different (separate) title blocks into my idw drawings so both show on the drawing.  One is the real Title block, and one is a Revision History block.  I have listed them as Title blocks under Drawing Resources, but Inventor won't allow me to insert both. Is there any way round this?

I do not want the Revision History block as a Symbol.

Inventor 2011; MS Windows 7-64; i5-2500; 8Gb; GF550Ti.

View 9 Replies View Related

AutoCAD LT :: Tool Palettes Blocks To Insert To Snap?

Jun 20, 2012

We are using LT 2011 and 2012.My company has cad standards is for everything to be drawn on a snap.  All of our blocks are designed with that in mind.  Now we want to start using tool palettes to insert our blocks.  When we have tested using tool palettes, with the blocks we have made, sometimes the block will drag into the drawing to snap and sometimes it wont.  I have also read online that tool palettes blocks will not go to snap at all.  We have seen it work (sometimes).

View 6 Replies View Related

AutoCAD Civil 3D :: Tool Palette - Blocks Won't Insert

Mar 22, 2012

I am working with a client who has a standard tool pallete with blocks. I already have imported/customized the tool palletes as per their manual. The blocks show up in the tool paleltte, but when i drag to insert them. It can't locate the symbols file and gives me this error : Source drawing "H:MASTER-SYMBOLS.dwg for block "X" not found.

I have the master symbols drawing as indicated and pathed the location through optionsfiles tool palletes file locations.

View 4 Replies View Related

AutoCAD 2010 :: DXF Based Blocks Insert In Inches Instead Of Mm

Mar 19, 2013

I have a problem when I insert blocks who were originally saved as dxf. 

For years I've been recieving dxf-drawings from our suppliers, and for years I've opened them, saved them as .dwg and then inserted them into my drawings.  Lately, when I insert these blocks, they're scaled up by 25.4...  It appears that AutoCAD converts them to inches instead of in mm. 

When I check the scale of the block in "Properties", the insertionscale is always 1.

I've checked the "UNITS" in the dxf and the dwg, both are mm.  I've checked "INSUNITS", "INSUNITSDEFSOURCE" and "INSUNITSDEFTARGET", all of them have value "4", which is "mm"...

The screenshot above is taken in the dxf-file.  I've used the "DIST" command on the dimension which states "326", and as you can see, the distance measured is also 326...

The screenshot below is taken after I've saved the dxf as a dwg, and then inserted the dwg-file as block into a new drawing.  The same dimension is measured, and then I get this: 

8280.4/25.4=326

View 5 Replies View Related

AutoCad :: Insert Blocks From Excel With Attribute Info?

Jul 19, 2011

I have found a few things on here, but not exactly what I want. We have a excel spreadsheet with borehole references and coordinates. I need to be able to insert a block according to these coordinates and the borehole reference as the attribute.

View 5 Replies View Related







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