AutoCAD 2010 :: Create Unnamed Group For Text And Box

Nov 28, 2012

How to create a group? I want to create a unnamed group for a text and box

View 1 Replies


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: How To Create Selection Set Of All Entities Inside Unnamed GROUP

Jan 17, 2012

I am trying to create a selection set (or LIST) of all objects inside a unnamed GROUP.

I found a means to access the unnamed group, however I am having trouble creating the list.
 
Command: (entget (cdr (assoc 350 (dictsearch (namedobjdict) "ACAD_GROUP"))))((-1 . <Entity name: 7efe6280>) (0 . "GROUP") (5 . "130") (102 . "{ACAD_REACTORS")(330 . <Entity name: 7efe5c68>) (102 . "}") (330 . <Entity name: 7efe5c68>) (100 . "AcDbGroup") (300 . "") (70 . 1) (71 . 1) (340 . <Entity name: 7efe6268>) (340 . <Entity name: 7efe6260>))

In the example above, there are 2 entities in the group.

What I want to do is to remove a certain entity from the GROUP, then delete the entity.

Repeat until all entities of that type are removed (I can figure this part out...).

How do I create a Selection Set (or LIST) of all entities inside a GROUP?

To access the first GROUP name in the dictionary:

(cdr (assoc 3 (dictsearch (namedobjdict) "ACAD_GROUP")))

View 1 Replies View Related

AutoCAD 2010 :: Unnamed Blocks With Lots Of Associated Garble

Sep 25, 2013

Somehow, every time we copy/paste from certain drawings, it brings in 9000+ unnamed blocks. Buried in these blocks are several thousand extraneous linetypes, etc. The blocks do not appear to contain any actual drawing objects, and are virtually unselectable. But the drawing size increases exponentially. Once a drawing is “infected” any item that is copied from it “infects” any drawing that the copied item is pasted into. Needless to say, this creates very large, slow files that are practically unusable. We have relied on copy/paste for notes, details, etc. and only recently started seeing this crop up.

Purge does not get rid of the blocks. We have tried a map query, which seems to ditch the extraneous stuff. But we lose our C3D object intelligence, and that process is far too cumbersome to run on all our drawings. We have tried the following lisp code that I found related somewhat to this topic a while back:

(vlax-for n (vla-get-blocks
       (vla-get-activedocument
  (vlax-get-acad-object)))
  (vl-catch-all-apply 'vla-delete (list n)))
  (princ))

Problem is, it deletes blocks C3D seems to need, so again the drawings are rendered basically useless. how to clean the drawings up and or stop the spread of “the plague”

I tried to attach a "blank" drawing that demonstrates the issue. I literally pasted a single line into it, and it is over 9MB, so it would not attach....

HP Elitebook Workstation
Windows 7

View 5 Replies View Related

AutoCAD 2010 :: Group Selection Set Unable To Select Individual Elements Within Group

Mar 19, 2013

One of my designers running 2012 AutoCAD and 2012 CADWorx, can no longer select individual parts of a GROUP by shift selecting the unwanted elements.

I have tried to modify..

Pickadd
Group
PickStyle
PickAuto
PickDrag

but to no success.

Also fiddled with her Options file, still nothing+

View 6 Replies View Related

AutoCAD Architecture :: 2010 / How To Explode Group When Group Name Not Found

Apr 15, 2013

how to explode group when group name not found

View 1 Replies View Related

AutoCAD 2010 :: Create New Text Style With Text Rotated?

Nov 18, 2013

I wonder if it is possible to create a new text style where one can set the text to be already rotated.

I know that it is possible to rotate text in many ways but the styles always seem to be set on the horizontal to begin with.

C3D 2012
Win 7 64 i5
8GB RAM Quadro FX 1800

View 9 Replies View Related

AutoCAD 2010 :: Create A Block With Text In It?

Dec 9, 2013

I'm completely having a brain fart on how to do this. I want to create a block with text in it. But the block text will change because the block will be used in many different areas through out my drawing. How do I create this?

View 2 Replies View Related

AutoCAD 2010 :: Best Way To Create Editable Text?

Jun 12, 2013

I have been working in AutoCAD for a number of years but up until now I have been working with already created tables and spreadsheets. I need to create a new one; however my boss is very against using Excel or the AutoCAD table and importing the information. What he would like to see is a screen that pops up with a number of lines of information that can be filled in. Then just creating a grid around it with lines. I feel like I have used something similar in the past but don’t know what it is called or how to create it.

View 2 Replies View Related

AutoCAD .NET :: Create New Tool Palette Group

Nov 12, 2012

I want to create a new Tool Palette Group. How can I do?  

View 6 Replies View Related

AutoCAD .NET :: Create Group For The Object Be Selected

Dec 21, 2013

I want to create a group for the object be selected. but the following code doesn't work.

[CommandMethod("gr")]
public static void SelectObjectsOnscreen()
{
//Get the current document and database
Document acDoc = Application.DocumentManager.MdiActiveDocument;
Database acCurDb = acDoc.Database;

[code]....

View 2 Replies View Related

AutoCAD 2010 :: Group Lock - Hotkeys

Sep 26, 2012

My workstation had a major reset and my customization (retrofit) making my group lock key-combo [Ctrl+Shift+A] as it had been some time in the past is lost.  It has been so long since I meddled with setting hotkeys that I cannot remember where that is done.  I either need to know how to toggle the group lock in the "out of the box 2012" or where to set my hotkey prefs.

It is said that a fool's voice is known by multitude of words... I'm just writing this stuff instead of saying it outloud... that's my loophole.

Windows 7 Professional 64-bit - Service Pack 1
Intel﴾R﴿ Core﴾TM﴿ i7-3820 CPU 3.60GHz; 16 GB DDR3 Dual Channel RAM
nVidia Quadro 4000; AutoCAD Civil 3D 2013, sp1

View 2 Replies View Related

AutoCAD 2010 :: How To Group Similar Layers

Dec 5, 2012

How to group similar layers and nothing solved my problem.For exemple: I have 3 layers.

-Glass 1
-Glass 2
-Glass 3

 All of this layers are blue, and have the same characteristics.I want how i can grouping this 3 layers in only one.

View 4 Replies View Related

AutoCAD 2010 :: Search A Group Of Drawings For A Block?

Feb 16, 2012

I have been given a set of drawings (300+) and I need to find where and/or if certain blocks (and other objects) are used in these drawings.  Is there a utility program or does AutoCAD have the ability to search a group of drawings for a block (by name) and return a list of all the drawings where the block is found. 

On that same topic, is there a utility program that will export all the CAD data from a list of drawings to a .csv file or even excel so I can filter and search several drawings for layers, blocks, xrefs etc. 

View 2 Replies View Related

AutoCAD 2010 :: Tool Palette - Group Names?

May 12, 2012

I have created multiple tool palettes that i load depending on whether im working on a rcp plan or a toilet room plan, etc. On the right hand side it says Tool Palettes - All Palettes. How to rename that to say rcp,civil, etc? If I right click on the right side of the tool palette & select rename it renames all tool palettes to whatever I type in. I thought it might be tool palette groups but I am not sure. I can't seem to set one to be current. The selection is grayed out

View 3 Replies View Related

AutoCAD Civil 3D :: Recover Unnamed / Unsaved Drawing?

Dec 1, 2011

I had started a new drawing on our template and worked on it for an hour or so. I had not saved it or anything so it was simply titled "Drawing2.dwg." Well, during a simple text command AutoCAD decided to crash. It said it could try to recover the drawing, but when I looked around for it I couldn't find it anywhere.

I've had this happen before...is there ANYTHING that can be done or did I just lose all my work?

View 4 Replies View Related

AutoCAD Inventor :: IGS - An Unnamed File Contains Incorrect Path

Apr 11, 2012

When i attempt to open an IGS file i get "an unnnamed files contains an incorrect path"

 I thought it could have been a corrupted file but its not.Tried to create my own IGS file (successful) attempted to open that and failed.Downloaded an IGS file from Autodesk, failed as well.I was having issues opening other files but i updated the video drivers on my Dell M6600.

View 9 Replies View Related

AutoCAD Inventor :: Going Through All Parts Recursively In Bom View (Unnamed)

Jun 14, 2013

I need Recursively go to all bomrows and child rows if present in the Bomview Model Data ("Unnamed")

I have the below code but i only goes one level deep.

I tried the code from the inventor that does the trick on a structured bomview but i will fail if you have a virtual componenent that has the same partnumber as a part inserted in the assembly. then it finds the first insertet and errors on the next?

i have to recursively go to the "Unnamed" bomview here the below code does not fail and works, but as written only one level deep, i need all levels?
 
Public Sub UpdateThisFileBOMRowProperties14062013() 'ByVal oBOMRows As BOMRowsEnumerator) ', ByVal ItemTab As Long) oApp = GetObject(, "Inventor.Application") oAsmdoc = oApp.ActiveDocument ' Set a reference to the BOM Dim oBOM As BOM oBOM = oAsmdoc.ComponentDefinition.BOM

[code]....

View 3 Replies View Related

AutoCAD Inventor :: Unnamed File Contains Invalid Path?

Jul 11, 2006

When working with an IAssembly I keep getting an error message that reads "an unnamed file contains an invalid path." I cannot seem to find a problem anywhere.

View 6 Replies View Related

AutoCAD 2010 :: Select Line / Group Of Lines Or Objects

Feb 21, 2013

I am running AutoCAD 2010 full version. Every time I select a line or a group of lines or objects. My program freezes up for a couple of seconds each time, to scan the drawing. So a task that should take 10-15 minute is turning into 25-30 minutes nightmare. Every selection I make there will appear a progress bar and the words "Scanning the drawings..." in the bottom left hand corner of the screen. Is there some setting somewhere i can turn this scanning feature off? Is this issue linked to the layer states?

View 4 Replies View Related

AutoCAD Civil 3D :: Create Point Group Of Random Points Within Drawing?

Oct 15, 2013

Is there a way to create a point group of random points within a drawing and adjust the elevations for the points within that group? Some of the points in the group may have been manually created and some may have been imported by way of "Import Events"..

View 3 Replies View Related

AutoCAD 2010 :: Undefined Group Code 440 For Object On Line 3222

Aug 24, 2012

I am getting "Undefined group code 440 for object on line 3222." when I try to load a DXF back into CAD.

View 1 Replies View Related

AutoCAD 2010 :: How To Split Solid Object Into Group Of 3D Polygon Meshes

Dec 17, 2012

I drew a solid model of a structure in Autocad 2010. By using that model, I want to make a FEM analysis in Sap2000. The problem is that Sap2000 takes only polygon meshes (not solids) in 3d. The question is that how can i make a group of polygon meshes of the solid model that represents the structure.

(Since i am not an expert of Autocad, i will be glad if the solution is explained in a simple language.)

View 6 Replies View Related

AutoCAD .NET :: Group Text And Polyline?

Nov 30, 2012

I have placed a text on a dwg file and placed a polyline around the same text.

But now I want to make both the text and the polyline as a Group, so that once we select text, the polyline should automatically be selected and vice-versa.

The attachment shows the Group, the Polyline and the Text.

View 1 Replies View Related

AutoCAD 2010 :: Macro To Create Layers And Place Text In The Layers?

Aug 12, 2013

We use AutoCad to name our dxf files for our Burn Table and whenever we get a new part it is a repetitive task to input layers and common text.  So what I am curious is can AutoCAD input the layers and text automatically using a Macro?

I want the Macro to put in 6 layers and choose the layer color and title then input text boxes with word in 3 different layers.  There will be about a total of 10 different text boxes with text already put in the boxes by the Macro.

View 6 Replies View Related

AutoCAD LT :: Text Turned Into Blocks And Group Not Working?

Nov 30, 2011

 LT2011  I was working on a drawing, save and closed program. When I got back from a meeting and re-opened the drawing it had converted some of my text into blocks. Question is how do I get it back to text or am I screwed?? Also since I first bought the program I've never been able to get it to work, tried both drop down menu and also short cut button neither works.

View 3 Replies View Related

Xara :: How To Create Lines Around A Group

Jul 9, 2011

Is there an easy way that I am missing to create lines around a group? For example, when I want a rectangle with rounded corners on only one side, I usually just make 2 separate rectangles, one with rounded corners, one square, then group them together. However, when you put a line around it it also makes a lines where the two meet each other. I have always worked around it by adding another square rectangle between the 2 with no lines, to cover up the lines. Am I missing something obvious?

View 3 Replies View Related

Revit :: Create Tag For A Group So Can Add On Identity

Oct 3, 2012

create a tag for a group so can add on Identity

View 5 Replies View Related

AutoCAD Civil 3D :: More Than One Text Height Or Style In MText Group

Aug 24, 2012

I have a itemized list in a mtext group and I want to change the text style in the main headings. When I select the heading line it says all style will be changed.

View 6 Replies View Related

Photoshop :: Create Clipping Mask For A Group?

May 29, 2006

way to create a clipping mask for a group (folder)?

It seems I can only create them for single layers, but not for a whole grouped bunch of layers...

View 4 Replies View Related

Photoshop :: CC - Create Group From Layers Doesn't Work?

Jul 25, 2013

In Photoshop CC, the create group from layers choice only creates a folder; doesn't bring in the layers. Also, though you can create a group and drop the layers into it, the folder does not twirl closed.
 
how to report bugs directly to Adobe? This seems like a simple fix, programming-wise

View 2 Replies View Related

Photoshop :: Create Layer / Group-specific Guides?

May 21, 2013

I have a quite large Photoshop document where I've drafted up a number of pages for a website, and I require guides which are specific to certain layers or groups, and not just to the whole document. Is this possible? Any plugins which serve this purpose, or functionality I'm missing?
 
I'm using Photoship CS6 on a Mac OSX 10.8.3

View 4 Replies View Related







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