AutoCad :: Command Or LISP To Delete Lines Not Connected At Both Ends?

Nov 11, 2012

I'm working on a project that details with topo lines. I have the contours, however because I imported them as DWG's from sketchup they're a bit messy. Basically, instead of being one continuous line, their endpoints intersect and overlap, making it look very messy. Is there anyway I could delete these extra lines? I tried the overkill command to no avail.

View 3 Replies


ADVERTISEMENT

AutoCad 2D :: How To Make Poly Lines From Connected Single Lines

Apr 27, 2011

This isnt so much of a problem as an annoyance. When I try to make poly lines from connected single lines my procedure is as follows...

pedit, right click, multiple, select lines/objects, enter, yes, join x 3, esc

My annoyance is if i hit join once it will not make the lines into polylines, if i hit join 3 times or so and then esc it will.

It just doesnt seem that is right and I think i might be missing something. I have been doing pedit this way for a long time adn its probably finally time to figure this one out.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete Lines Shorter Than Specify Length

Nov 8, 2002

Is there any utilities that can select the entire drawing with the 2d polyline and erase all the polyline less than specify length (eg:10m,20m etc) ?

View 4 Replies View Related

AutoCAD .NET :: Connected Lines And Arcs

Dec 24, 2013

Using VB.NET

How to draw connected line arc line arc line and so on, given some points formatted in a file like this

easting        northing             radius

0                 0
10               10                      200.00
12               10                      150.00
30               20                      60.00
50               30                      50.00
50               43                      60.00
1640.42      1104.30             50.00
1770.20      1100.62            100.00
1850.00      1085.18            100.00
2002.61      1141.46

the output will be like this :

line arc line arc line arc line arc line arc line arc line arc line arc line

View 1 Replies View Related

AutoCAD Map 3D :: Stylize SHP File Lines So That They Have Flat Ends

Mar 29, 2012

I am trying to stylize my .shp file lines so that they have flat ends.

View 2 Replies View Related

AutoCAD 2010 :: Splines Are Drawn By Connecting Ends Of Two Lines

Oct 18, 2012

I use splines a lot to provide a contiuous smooth curve between two lines which are co-planar. The splines are drawn by connecting the ends of the two lines and then the tangent direction set by hovering over the end grips. I then use the FLATEN command to convert these splines to polylines that can have their lineweights set to a value other than 0. My problem is that sometimes when i use the FLATTEN command, the spline is erased.

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Check If An Object Already Has A Reactor Connected

Mar 30, 2012

how can I check whether an object has a reactor connected?

I wrote the following
 
(defun c:**** (/ ogg collegaReactor) (setq ogg (car (entsel))) (setq collegaReactor (vlr-object-reactor (list (vlax-ename->vla-object ogg)) "NOMEAPP" '( (:vlr-modified . testedit) (:vlr-objectClosed . endedit) ) ) ))(defun testedit (notifier-object reactor-object parameter-list / ogg collegaReactor) (alert "testedit"))(defun endedit (notifier-object reactor-object parameter-list / ogg collegaReactor) (alert "endedit"))
 
If I start two or three or more times the "c:****" and select the same object, when I changethe "alert" appear several times.

View 8 Replies View Related

Photoshop :: Lines With Rounded Ends

Aug 15, 2006

way to draw lines (with the line tool) with rounded ends? Something like the arrow head option except with semi-circles?

View 1 Replies View Related

Illustrator :: How To Slant The Ends Of The Lines All At Once

May 28, 2012

I'm using Illustrator CS5 - I've been trying to figure out a way to slant the ends of the lines all at once, or to create them to begin with.  I've searched for a method to do this until my eyes gave out (including youtube how to's).  What I've been doing is creating the lines, drawing guides, expanding the lines, then dragging each endcap anchor point to intersect with the guide and this is taking a bit longer than I would like.  Is there a quicker way to get the lines in the top image to look like those in the bottom image? specifically the slant on the endcaps?

View 5 Replies View Related

CorelDRAW X5 :: Connected Lines Into A Single Shape

Jun 14, 2010

I'm drawing an object (a crown) from separate individual lines that I've brought togther to form the drawing.  Now it's complete, I want to now somehow get all the lines (nodes) to fuse together to fomr a single closed object or large shape so I can then fill it.

View 14 Replies View Related

Xara :: How To Draw A Series Of Straight Connected Lines

Nov 10, 2011

I assume there's some button combination I'm missing? All I know is I can connect a series of freehand lines no problem, but the straight line tool is not consistent operation with the freehand tool.

View 4 Replies View Related

Illustrator :: Drawing Brush Stroke Lines With Tapered Ends At Any Angle

Jan 31, 2013

I'm trying to match the style of an illustration done by someone outside my company; all the lines taper at both  the ends like an actual brush stroke, but when I used the brush tools I have to change the angle to get the tapered look - is there a trick to this? It's not efficient to have to stop and change the angle of the tool for every stroke -

View 7 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Annotation Command Set Correct Layer For Duration Of Command

Nov 21, 2010

I am currently writing a series of routines for setting the layers for text, leaders and dimension commands. The end goal is a system where any annotation command sets the correct layer for the duration of the command, then reverts back to the layer that was active before the command.

I have managed to complete all the code, and it appears to be working fine, I just have one question: I have used -layer "m" "Lay_name" etc... for all layer setting commands, rather than any code to see if the layer exists already. In my limited testing this seems to be suitable, nothing that exists on that layer seems to be affected.

I know how to write code to determine if the layer exists already and set the layer instead, but so far it seems unnecessary??

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Write A Lisp Routine That Invoke The Mleader Command

Oct 11, 2012

I'm trying to write a lisp routine that, when I invoke the mleader command, osmode is set to "nearest" & orthomode is set off. I then would like the original settings to be returned.

attached is what I have written so far:-

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Intersect Between Two Lines Using Start And End Values Of Two Lines

Oct 11, 2013

With all of you fine teachers, I have the know-how to get the start and end values of a line.

Do you think there is a way to get a point returned that represents the true intersection of the two lines, without having to involke a user defined "getpoint" function using "intersect" osnap?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Construct Lines Between Lines Ending Points Multi Selection?

Aug 3, 2013

I want to construct lines between every two line ending point by multi selectio window instead of drawing it manually between lines ending point ?

View 3 Replies View Related

AutoCad :: Explode Command Delete The Block

Jan 31, 2012

At my job, we are 15 drawers using acad 2008 and 2006. For some reson, on 1 computer, when the guy explode a block, acad delete that block insted exploding it. It make the just for some block, not all block. It make this with acad 2006 and acad 2008 but just with that computer.

View 4 Replies View Related

AutoCad :: Delete Section Of A Drawing From Single COMMAND?

May 19, 2012

how to draw a certain line and be able to delete part of it.

Example 1: I would like to draw a bunch of seried resistors, so I made a bunch of rectangles and draw a wire across them. But there are wire crossing through each one of them, how do I remove/erase that part in between each of the resistor? The line is made by using command: LINE

Example 2: Drawing some polygon and random shapes. Simplest example, drawing a half circle, so I draw a circle and want to remove the other half, how do I do it?

Yes, I know in example 1 I can do one object first then copy paste... But that is not what I am asking. I am seeking the command how to remove the lines or object in between.

View 3 Replies View Related

AutoCAD 2013 :: LAYDEL Command - Delete Unused Layer

Mar 30, 2013

I'm trying to delete a unused layer. But when I do that I get the following error (see attachment). I googled a bit and figured out that the LAYDEL command might solve my issue, but as I'm using Autocad 2013, that's not possible, as it doesn't have this command...

The block that causes the error can also be deleted, I tried with the purge command, but must be doing something wrong cause it didn't work. Oh yeah, with regard to the purge command, I see it this way (attachment 2), how can you display it in a window kind of view to get a better overview?

View 3 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 :: Select Certain Lines In Order To Delete Them

Oct 26, 2011

I am having trouble trying to select certain lines in order to delete them.I am using AutoCAD 2009.

I am needing to import my map to a program to use.When I import the map the program is only showing the useable portion of the map in the top right corner because there are some invisible objects hidden at the edge of the .dwg file. When i hit cntrl+a, these show up but otherwise I can't select them. I would like to know how to make these items selectable so i can delete them.

View 9 Replies View Related

AutoCAD 2010 :: Delete Key Does Not Function To Erase Lines

Jul 23, 2010

I am running AutoCAD 2011 on Windows 7 via BootCamp. The Delete Key does not function to erase lines. I have set Pickfirst to 1 and ensured Noun/Verb is checked on. I have tried pressing just the Delete key and also FN Delete, which is the correct combination for Delete on the MacBook Pro keyboard.

View 1 Replies View Related

AutoCAD Civil 3D :: Delete Some Lines And Texts Will Not Affect Overall Map

Mar 20, 2013

I have access to a Map of a town. I would like to isolate a certain area of the town and make it bigger on the same page. But not let it link together, that way I can get some demensions in, delete some lines and texts which will not effect the overall map itself. I would just solely like to manipulate the blown up portion.

View 1 Replies View Related

AutoCad :: Extend Function Will Delete Selected Lines

Jan 23, 2012

I'm having trouble with the "extend" function on AutoCAD 2012 (windows). Randomly, the "extend" function will delete the lines I select. I sometimes will have to undo and re-input "extend" three to four times for it work properly.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Can't Delete All Layouts?

Mar 4, 2013

Why can't I get this to work?... okay, it is being used via AcCoreConsole.exe

I get the following...  

; error: bad argument type: VLA-OBJECT nil

(defun delAllLayouts ()
 (vl-load-com)
 (vlax-for item
    (vla-get-Layouts
      (vla-get-ActiveDocument
 
[Code]....

View 7 Replies View Related

Photoshop :: Delete Command Sometimes Error In CS6?

Jul 28, 2012

Sometimes in CS6 the delete command just acts as a non-optional "clear" command, and does not show a menu providing the content aware option. Sometimes this cures itself by closing and reopening the program. Sometimes not.
 
How do I get rid of this defect in the program?

View 1 Replies View Related

AutoCad :: Command Lines Are Not Displaying

Nov 24, 2012

I am running AutoCad 2000 and for some reason in recent work I no longer have the command lines visible on screen.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete All OLE Objects From Drawing

Nov 26, 2012

how to delete all OLE objects from drawing by most efficient way.

There are abt 150 drawings, each has from 2 to 20 or so OLE objects which need to be deleted. OLE objects are on many paper spaces.

I tried to use qselect but it selects only what is in current space.

Would need some lisp or some other methode than all can be deleted (excluding those which resides in blocks).

Tried also yto use ssx and then erase but still it deletes only what is on current space.

Just as additional info, those OLE are all pictures, not xls files for example.

View 8 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 Visual LISP / AutoLISP :: Delete Offset Line

Sep 6, 2013

There are many lisp that draw offset line but what about opposite way , I have wall of double line i need to delete one of them let's say inside wall line .

why i need to do this usually when i tracing in external program like autocad architecture or Revit or archicad  i just need outline of exterior and interior walls !.

is there way that can delete the offset line  ?(or within range predefined in lisp to prevent interfering of lines deletion).

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete Text Style Not In Use?

Nov 29, 2012

I cannot purge a textstyle out of my drawing. When I run purge nothing is available.

However if I select the style from the style dialog I am able to select delete and delete the style.

When I use the method on the style (vlax-invoke-method style 'Delete). AutoCAD states:

Automation Error. Object is referenced by other object(s)

The style is defenatly not in use but may have been used in the past.

View 8 Replies View Related







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