AutoCad :: Use BO Command For Vertically Long Objects

Dec 5, 2011

I want to use BO command for vertically long and thin objects. When i zoom in and the object is not completely visible in the screen and i click inside the object , AutoCAD says , valid hatch boundary not found. Is there a way to join polylines of such objects using BO command. I have to eventually resort to Pedit command which is bit tedious to do.

View 6 Replies


ADVERTISEMENT

AutoCad :: Align More Than 2 Objects Horizontally / Vertically

Feb 2, 2014

Is there a way to align more than 2 objects either horizontally or vertically? I've used the ALIGN command and I can't get it to work. I get a message that says something like: "all 3 destination points are colinear".

I can get it to work if I'm just aligning two objects.

For instance, say you have four boxes, scattered around model space, and you want to align the left edge of three of them to the left edge of the fourth box, without moving them vertically. In other words, can you "left justify" all four boxes?

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Moving Objects Vertically In 3d View

Jan 1, 2014

I am having trouble moving an object a certain distance. The distance is defined by a pre-defined variable. I just can't figure out the syntax for the autolisp command.

Here is the bit of code if written, there is more code not shared here that defines the points for the polyline .

;-- the varaible box_height is defined earlier in the routine

;-- Draw the polyline for the top of the cabinet
(command "pline" p1tt P2tt P3tt P4tt P5tt P6tt P7tt P8tt "c")

;-- Assign the new part a variable name
(setq cab_toppl (entlast))

;-- Extrude the polyline to make the top of the cabinet
(command "extrude" cab_toppl "" cab_intw "0")

;-- Assign the new part a variable name
(setq cab_top (entlast))

;-- Rotate the top of the cabinet down to the floor of cabinet

(command "rotate3d" cab_top "" 2 p1tt p2tt 90)

;-- Move the top of the cabinet to the final location

;--  HERE IS THE PART I'M HAVING TROUBLE WITH.  ESSENTIALLY ONCE THE PART IS CREATED I'VE NAMED IT CAB_TOP AND AM NOW TRYING TO MOVE IT IN THE Z AXIS THE DISTANCE DEFINED BY THE VARIABLE BOX_HEIGHT WITHOUT USER INPUT

(command "move" cab_top "" "0,0,0" (list (0 0 (box_height) "") 

;--THIS PART IS OKAY

(setvar "CLAYER" oldlayer) ;restore active layer

(setvar "BLIPMODE" 1)
(setvar "OSMODE" 135)

View 1 Replies View Related

AutoCAD :: Can No Long Type In Command After Selecting Items

Jul 17, 2012

Since upgrading to AutoCAD Architecture 2013 I've noticed that the sequence in which I type my commands no long works.  I used to be able to highlight various items and then type in the command I want to apply to these items - i.e. Mirror, Erase, Scale, etc.  But now with 2013 I will select the items, then type in the command, and the it asks me to again select the items I wish to apply the command to. What settings I need to change in order to fix this?

View 1 Replies View Related

AutoCAD Inventor :: 2012 Sp2 Takes Long Time To Execute Undo Or Redo Command

Jan 15, 2013

I am running Inventor 2012 sp2.

Even with a simple IPT that only has a handfull of features, at times it takes a long time (3-5 minutes, sometimes longer) for Inventor to execute a undo or redo command.

Undo file size setting in Application options is set at 1MB (which is teh same setting I used in previous versions).

View 9 Replies View Related

AutoCAD 2013 :: Pasting Lisp To Command Line Takes Extremely Long Time To Display?

Jul 22, 2013

I've used AutoCAD 2013 on other machines and have no had this issue.

When pasting to the command line there is a huge delay from when I hit CTRL-V until the actual text is displayed in the command line. It takes roughly 4.5 seconds for the following to display after pasting:  (command "-view" "D" "*"). The time it takes is roughly the same and does not depend on the size of the lisp that I'm pasting.

 The command bar is docked to the bottom and there is no transparancy enabled.I have tried setting AUTOCOMPLETEDELAY to 0 and 10 with no change.I have completely disabled all Auto-Complete options and it still happens.
 
There is also a significant delay between Auto-Complete populating the list of suggestions and when I am able to use the arrow keys to move the selection box down to pick a command.

View 3 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 :: Select Objects First And Then Run Command?

Oct 30, 2012

In general, we can select the objects first and then run a command. I have a problem with this, autocad wont let this in my PC. If i select objects and run a command, autocad wont take the selection and prompts to select objects. I work on PC in a company connected to server, but the problem is only on my PC.

View 6 Replies View Related

AutoCad :: Keep Objects Active After Command?

Apr 13, 2013

I think it's quite a lot of useless work to always select objects before or during a command, if you manipulate the same set of objects over a longer period of time. Say, as an architect I have a floor plan with a table and chairs. Now I want to copy, translate, rotate and scale the table with the chairs until they fit my floor plan. So I have to select the furniture, copy it, select it again, move it, select it again, rotate it, select it again and then scale it. Of course, there is the "previous" option, but is there a way of keeping a selection set active after the command so you just can go on to the next command without re-selecting the whole thing? My favoured workflow would be: Select the objects, copy them, move them, rotate them, then scale them. The objects should be active all the time and deactivated with ESC after the manipulation.

View 3 Replies View Related

AutoCad :: Use Copy Command To Select New Objects

Feb 23, 2013

Is there any way to use the copy command in such a way that the new objects are selected when I'm done copying? Perhaps a LISP of some kind?

View 6 Replies View Related

AutoCad 2D :: Command To Mask Objects Behind Text?

Jun 18, 2013

I can't remember the command that created a polygon, where you could item sections of lines so that they didn't visually conflict with other lines or text that you want to highlight. Then you could also make the box itself not show.

View 8 Replies View Related

AutoCAD LT :: Command Is Restoring All Objects Erased?

Feb 15, 2013

The 'oops' command is restoring all objects erased since the start of the session rather than the last one erased.

Is there a setting i'm missing?

View 9 Replies View Related

AutoCAD Civil 3D :: Ncopy Command Offsetting Objects?

Oct 1, 2013

I am trying to copy objects from an xref, and when I select the objects from the xref, they appear to the side of where they are actually located. So, effectively, if I want to place the objects in exactly the same spot where they are in the xref, I have to try and eyeball it, or take the additional step of moving them into place, which is becoming very time consuming.

View 8 Replies View Related

AutoCAD Inventor :: Access Objects Available To Select Other Command

Jun 20, 2013

I am writing an add-in for Inventor 2010 where I need to get the list of entities/objects that are available through Inventor's "Select Other" functionality via the user Interface. I have looked through the list of selection tools in the API and none of them seem on the surface to be what I need.

View 3 Replies View Related

AutoCad :: Boundary Command Will Not Work On Solid Objects

Oct 16, 2013

I am having issues with files in Acad that were originally created as VWX files. The boundary command will not work on solid objects from a top view as it does with Acad created objects. Also, I cannot dimension any rounded surfaces because they are splines. Are there any workarounds to these issues?

View 7 Replies View Related

AutoCAD 2013 :: Command Line To Select Certain Objects?

Oct 12, 2012

Is there a way in the command line to select certain objects. For instance if there is a cirlce a line and a square can i just select the circle using the command line. When i try to save as an STL file i can't find it anywhere. Does surfsculpt not work? Everytime i use it it says it failed. Also when i make an ellipse is there anywhere to specify the X Y and Z lenghts?

View 6 Replies View Related

AutoCad :: Join Objects Using PEDIT Command But No Success

Aug 15, 2012

I'd like to know how can i join these objects. I'm trying to use PEDIT command but no success. The objects are not touching so it's not possible?

How can i join two objects that aren't touching each other

OBJECTS.jpg

View 9 Replies View Related

AutoCAD Civil 3D :: Command Delete Duplicate Objects In 2012

Jan 17, 2012

Where is the command delete duplicate objects in AC2012? In version 2011 it was in express tools. Whether this command is not in version 2012?

View 2 Replies View Related

AutoCAD 2010 :: Pre-select Objects Before Entering Hatch Command

Jun 1, 2012

I distinctly remember back in the day, (~2006), that you would be able to to choose the items you wanted to hatch first, then enter the Hatch command, hit OK, and your objects would be hatched.  Simple!  Since 2010, you have to enter the Hatch command, then hit Select Objects, then select your objects, then hit Enter, then hit OK, which I find it is less efficient.  

View 6 Replies View Related

AutoCad :: How To Use Command Like Lengthen In Multiple Objects By Window Select

Aug 10, 2011

as title if I need to select one by one,it will be too slow....Should this function be accompolished by LISP? But I am not familiar with LISP.... the situation is that I have many irregular lines distributed in disorder, and what I want to do is just lengthen these lines "3.5" Meters from the start point of each line.

If I can do this way , then I can join the line to some points correctly in Arcmap.

View 9 Replies View Related

AutoCAD 2010 :: Change Multiple Objects Properties From The Command Line

Mar 21, 2012

Is there a way to select a number if not all objects in a drawing and then change the properties (specifically color) from the command line i.e. without a dialog window?

Custom Build with Win7 Pro 64Bit SP1
Gigabyte Tecohnology Co. X79-UD3
3.60 gigahertz Intel Core i7-3820
16GB GSkill Ripjaw Z PC3 2133 PC17000
PCI-E ATI FirePro V7800 2GB 256bit
ATA SanDisk SDSSDX24 SCSI Disk Device (256 GB)
Dell 2001FP and (2) 2407WFPHC Triple monitor setup

Question - Are you the Common Denominator?

View 2 Replies View Related

AutoCAD 2013 :: How To Adjust Lineweight After BASEVIEW Command Created Objects

Mar 18, 2013

I have tried and failed to set line weight of object after baseview command. Its very thick line and showing the 2d object views in very bolds lines when i am trying to take print it is horrible to see it.

I am using Autocad 2013 version

View 2 Replies View Related

AutoCAD Architecture :: Command Not Allowed Because Drawing Contains Objects From Newer Version

Oct 12, 2012

We are on ACA 2011 and created a ceiling plan. Sent it to a consultant that is on ACA 2013.The file was saved down, but when we try to make a new ceiling or copy an existing grid, we get the following:

Command: _AecCeilingGridAdd.

Command not allowed because drawing contains objects from a newer version of this application.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Use Command LAYCUR To Change All Objects?

Sep 18, 2012

Is there any way to use the command "LAYCUR" to change all objects that are in the same layer? With a lisp, maybe?

View 9 Replies View Related

AutoCAD Architecture :: Get 3DCLIP Command To Actually Intersect Wall And Roof Objects?

Nov 5, 2012

I know that Archtecture uses views differently than the other AutoCAD verticals, but I'd still like to find a solution to this. When I use the 3DCLIP command to create section views of models created in Architecture, the wall and roof objects do not clip correctly. The clipping planes do not create sections of those objects.

Is there a way to get the 3DCLIP command to actually intersect wall and roof objects?

View 2 Replies View Related

AutoCAD 2013 :: Command Copy Sets Base Point To 0 / 0 / 0 And Objects Vanish

May 8, 2013

Using the Copy(multiple) command button with the following sequence (working correctly): Copy command, window objects to copy, right click to close selection, pick base point,

pick new location point(s),...right click to close the command.But sometimes it decides to do this: Using the same Copy(multiple) command button with the following sequence (not working correctly):

Copy command, window objects to copy, right click to close selection, pick base point..At this point the copy comand closes out.  It has assumed a single copy, 0,0,0 base point

& tossed the copied objects out in model space accordingly. But as stated it only does this periodically.

View 5 Replies View Related

AutoCAD .NET :: Using Object Modified Event To Collect Moved Objects In Move Command

Nov 6, 2011

I am going to collect objectid's of the moved items in drawing after they moved to destination. So I wrote an event to monitor move command , by using object modified event handler.  when I run below code for every entity it collects 2 object id. One before move and one after move. Is there any way to just collect object ids after they moved?

Class EVENTS
Dim MyDwg As Document = Application.DocumentManager.MdiActiveDocument
Dim Myed As Editor = MyDwg.Editor
Dim Mydb As Database = MyDwg.Database
Dim Myobjidcoll As ObjectIdCollection

[Code]....

View 3 Replies View Related

AutoCad :: Selected Objects (polylines / Hatch0 Shows No Selection In Property Command

Nov 2, 2011

I'm currently having diffulties editing my selections, specifically lines, hatching etc through the properties command. When I select a polyline or hatch and then select properties it shows that there is no selection. However if I select text I can edit the text style, but I can't change the colour. I've tried to change back to the default settings but that hasn't work.

View 6 Replies View Related

AutoCad :: Wblock Command Can`t Find Dialog Box To Select Objects And File Location

Dec 14, 2011

Land Desktop 2009 Civil 3D Companion

When I issue the Wblock Command I can not find the Dialog box to select objects and file location... This happens in the Layer Dialog when I try to change the color of a layer, the Color Dialog box can not be found. When I use the Block command the dialog box pops up, so I can see it.

fildia>1
cmddia>1
attdia>0

View 9 Replies View Related

AutoCad 2D :: Change Order Of Objects In Model Space - Unknown Command Error

Sep 2, 2011

My company upgraded our AutoCAD from 2007 to 2009 this past Monday. I'm getting an error message when trying to change the order of objects in model space.

Command: Unknown command "AI_DRAWORDER". Press F1 for help.
Command: Unknown command "FRONT". Press F1 for help.

View 5 Replies View Related

CorelCAD :: LOFT Command Fails With 3D Polyline Objects

Jan 10, 2013

There is a major bug with CorelCAD LOFT command - when used with 3D polyline objects, it fails and errors out with the following error:

Specify cross-sections in lofting order»1 found, 2 totalSpecify cross-sections in lofting order»Selected cross-section is not a valid type.

The workaround is to set the CCS to the plane of the 3D polyline object and then use 2D polylines to recreate it, move the 2D version, delete the 3D version, Align the 2D version with where the 3D version came from and then repeat the LOFT command.

Has been logged with Graebert under ticket: #12458

To repeat the error, see the test file. There are two radially aligned triangles in each set. The set on the left are 3D polyline. The set on the right are 2D polyline.  Attempting to loft the set on the left will cause the error. 

Both large and small triangles are respectively co-planar.

View 2 Replies View Related







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