AutoCAD .NET :: How To Select Corner Points

Jul 17, 2011

I just want to select corner points and get the coordinates of all the points,and get all the points sorted by their X coordinate.What I am supposed to do?

View 4 Replies


ADVERTISEMENT

Illustrator :: Corner Anchor Points With Handles?

Jun 20, 2013

Is there such a thing as a corner anchor point with handles? It's quite a common thing in other vector programs (i.e. Inkscape), but I can't change the direction (angle) of the curve leaving/entering a corner anchor point.

View 4 Replies View Related

Illustrator :: How To Create Outer And Inner Corner Points For Pattern Brushes

Oct 13, 2012

i know this question is very general but are there any tips on creating outer and inner corner points for pattern brushes in Illustrator?  The pattern brushes that are already installed with illustrator have very smooth corner points that blend well, even around quite sharp inner and outer corners. But when i create my own pattern brushes, i just dont seem to get it right.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Top Block Of Column And Get Bottom Left Bounding Box Corner

Jul 10, 2013

I have blocks forming a column, and I need to allow the user to select the top block of the column but return the bottom left corner of bounding box of the bottom block in the column. 

(DEFUN NXT-INSPNT (/ BLKLST CURENT CUROBJ IDX IPNT MCMD NENT SEL SS VENT) (PROMPT "
>> Pick the Category HEADER to add note:") (SETQss nilss (SSGET ":E:S" (LIST (CONS 0 "INSERT"))) )
(IF ss (PROGN (SETQ sel (ENTGET (SSNAME ss 0)) iPnt (CDR (ASSOC 10 sel)) )
(princ iPNT) (setvar "attreq" 0) (VL-CMDF "-INSERT" "LEG-NOTE" "S" 1 iPnt 0 PAUSE)

[Code] ....

 I'm not exactly sure where my code is failing but I get the following error.

error: AutoCAD.Application: Null extents

View 3 Replies View Related

AutoCAD 2013 :: Marker Can't Select Points On A Line

Nov 8, 2012

When I try to use the move tool and hover over an object, the marker tool bounces around and has trouble finding the selection point. When I zoom in close to get the exact point on a line - it doesn't select anything, so I can't actually move an object.

I've tried adjusting the object snap settings however this doesn't seem to be working.

View 3 Replies View Related

AutoCAD 2010 :: Check Area - Cannot Select More Than 3 Points

Oct 27, 2013

When a check area and I start selecting and the "green window " appears it won't let me select more than 3 points
I was able to select multiple points. How can I fix this ?

View 7 Replies View Related

AutoCAD 2013 :: When Select More Than 100 Entities All Of Grip Points Disappear?

Sep 27, 2012

When I select more than 100 entities all of the grip points disappear. With ACAD 2002 there seemed to be no limit to the number of entities you could select without losing the grips, but with ACAD 2007 they started dissapearing though with '07 clicking "View" "Regen" would bring them back into view (unless you accidentally click on another entity). With ACAD 2013 if I go over 100 that's it. This is mostly a problem for me as I use the spacebar shortcuts extensively in creating and manipulating my drawings. I have found other ways to  to acomplish my needs such as using the move command but I have much successful history using my old methods and would like to continue with them.

View 3 Replies View Related

AutoCAD 2013 :: Select Dimensions And Change Precision To 2 Decimal Points?

Sep 30, 2013

I wanted to select dimensions and change the precision to 2 decimal points.

For any dimensions I positioned on the object (like the width of the block centered in the block)...rather than above, below or off to the side. I am unable to select that dimension. Every time my cursor goes towards the dimension to select it.....the block itself is automatically selected. Any dimension outside the boundary of the object is fully selectable to edit.

View 3 Replies View Related

AutoCad :: Drag-select Multiple Vertex Points Form Polyline

May 13, 2011

How can I drag-select muliple vertex points form a polyline, a workaround I found is:

-select object

-shift select first vertex, shift select next vertex, etc

But this workaround is limited because I want to delete those vertexes, I cannot find the remove vertex command when I have multiple vertexes selected.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Circles And MText Within Specified Points?

Apr 9, 2012

I am not sure why this is not working.

(setq SelectionSet (ssget "C" Point1 Point2 '((-4 . "<or") (0 . "CIRCLE") (0 . "MTEXT") (-4 . "<or"))))

I want to select circles and mtext within the specified points.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Node Points / Text That Has Z Value Greater Than E1

Oct 3, 2013

Code to select node points an/or text that has a Z value greater than "E1" and less than "E2". (where E1 and E2 are user input values)

View 5 Replies View Related

Illustrator :: How To Change Path Corner To Round Corner Several Times Over

Jun 6, 2012

I  have a banner heading that is more or less outlined text.  I want to give all the corners a rounded corner and at the moment would just do it all by hand, one at a time. So I want to go from a to b:

But I would like to find an easy way to make all corners the same diameter regardless of the angle too.

View 3 Replies View Related

3ds Max :: Multiple Select Two Control Points On Box?

Nov 25, 2011

I need to multiple select two control points on a box. Control, shift, other key combinations, etc. are not working. Control works in other apps; don't know why this is going on.

Any alternative to the key stroke for multiple selects in 3DS MAX?

View 1 Replies View Related

Photoshop :: Select Adjustment Curve Points?

Jun 5, 2012

I see that the points can be shift clicked to select the whole curve for global adjustment - is there an easier way?

View 6 Replies View Related

Illustrator :: How To Select Individual Anchor Points

Oct 25, 2013

The direct selection and lasso tools keep selecting entire paths. I thought these tools were for selecting individual or small groups of anchor points so that they can be edited. I am using Illustrator CS6, and I'm not sure if I'm doing something wrong or if my program is being buggy.

View 2 Replies View Related

Illustrator :: Select Range Of Anchor Points?

Feb 18, 2014

I am working on a scanned black and white image that I image traced in Illustrator. I am now in the process of seperating certain parts of the image from each other for changing colors. I know how to do this, but my way is by using direct select and going in and picking out points and joining them which is going to take ages. Is there any way to say select a range of anchor points on a path (not the whole path, but not individual points either) like shift clicking a range of files in windows explorer? Are there any other ways I can go about this in a more time efficient manner? I am using the Creative Cloud.

View 1 Replies View Related

Illustrator SDK :: How To Get Smooth Corner Shape Every Corner

Jun 9, 2012

I draw square. The 1st point and last points are left-top and finally set 5 points.The direction is clock-wise and made closed path.To get smooth-curved polygon shape, I used API 'PointsToCurves'.But, the first and last points are connected by cornered (not smooth) point. Here's result.

Maybe, I must set that square is closed path, to API, but it seems to be no parameter to set.So, I want to know how to get smooth corner shape every corner.I use SDK CS5.

View 3 Replies View Related

Photoshop :: How To Select Individual Anchor Points Of A Shape

Jul 14, 2013

In PS CS 6 it used to be possible to draw a shape, like a rectangle, and then use the direct selection tool to select and move one corne of the rectangle. However, in PS CC this does not work anymore. When I try to use the direct selection tool, all anchor points remain selected and so I can't move a single point, just all of them at once. What might I be doing wrong? Did something change in the CC version?!

View 9 Replies View Related

Illustrator :: CS2 - Can't Select Points With Direct Selection Tool

Apr 3, 2013

Noramlly in CS5 and any other version of Photoshop or Illustrator that I know of, if you click a point in an object, it will show the handles for transforming the line. As I'm creating something today, it works for a while and then stops. Yesterday I had the same problem. I drew a few things and then suddenly, the Direct Select Tool is not showing any transform handles.
 
I can get them to show if I can click and drag a box over the point, but this is slow and doesn't work well for layered art. I already tried resetting my illustrator preferences.
 
Also, in CS5 there's a simple icon that you can click to convert the currently selected point from a curved point to an angled point. Is there not such a thing in CS2?

View 3 Replies View Related

Softimage :: Unable To Select Faces On Models / Points / Edges

Aug 14, 2011

I just installed softimage 2012 on my pc and I've been having several bug problems. I can't select faces on models. Points, edges, etc. are available but not faces. also, when I change to textured view mode, no textures appear, it always shows as shaded mode. finally, xsi always opens with the layout messed up and on robot mode.

I 'm running it on administrator mode on windows 7 x64 also I tried disabling windows desktop styles etc.
I have an NVIDIA GEFORCE 9600 GS video card
8gb ram
700 gb hd

View 2 Replies View Related

GIMP :: Free Select Tool - Selection Points Disappear

Dec 2, 2012

I choose the Free Select Tool and painstakingly click around the border of something to remove the background. Typically it's a car and I do hundreds of tiny free select points tracing around the car's outline. I make my way around the entire car and double-click to connect the last point with the first one. Then all the selection points disappear, I have no selection around the car, and I'm unhappy.

Here's what happened. Before I started working I inadvertently had done a "Select All". The Free Select Tool was inadvertently left in "Add" mode. GIMP did what it was supposed to do, it added the car outline selection to the "Select All" selection - with the result equal to "Select All" - and there goes all my selection points around the car.

You can end up in the same bad place when "Select None" has been done and you inadvertently left the Free Select Tool in "subtract" mode.

View 1 Replies View Related

Illustrator :: Gradient Mesh - Unable To Select All Points That Are The Same Color?

Sep 20, 2012

All I can find online is to highlight over an area to select multiple mesh points. That will not work in my case. I can't tell illustrator to select same color, the way it does with fills and strokes? I want to change the color and I have to click on every single point again? Ridiculous.

View 3 Replies View Related

Photoshop :: Click-and-drag To Select Multiple Points In Puppet Warp?

Jun 20, 2013

Puppet Warp is a great tool. But sometimes I want to isolate an area and only rework that spot, while keeping everything else in place. To do this I have to go around clicking everything to pin it down. I'm wondering if there's a way to automatically pin all possible points, or click-and-drag to create pins at all intersecting points of the web.

View 1 Replies View Related

AutoCAD Civil 3D :: Export Points To Datacollector And Create Points List

Feb 8, 2013

I had to create a boundary map and place points to all corners. How to export these newly created points back into my data collector (Ranger) and also I'm trying to figure out how to print out a points list. 

I stumbled on to this thread but I guessing that it's a different CAD year because my modify tab doesn't look like this. URL.....

View 4 Replies View Related

AutoCAD Civil 3D :: Large Surface - Converting Points To Cogo Points

Mar 5, 2013

I have a large surface (over 1.5 million points and 20 000hectares)

I need to get a point file .csv from the TIN to be able to use it in another program.

-so i've extracted the points from my surface, but they are Autocad points.

-next step is to convert them to civil 3d points.

-I can not select them all when converting them or my computer crashes.

-so i select about 25 000 at a time, the converting takes roughly 10 minutes.

and i have over 1.5 million points to do.

how can i speed this up.

will more ram useful?

View 9 Replies View Related

AutoCad :: Converting Land Desktop AECC Points To Cogo Points

May 17, 2013

there is a way to convert land desktop aecc points to cogo points and use the full description?

I do not have access to the ldt files nor to the Descriprion keys file. It would be nice if there was an option to preserve full descriptions when converting (that would be just too simple).

View 0 Replies View Related

AutoCAD Civil 3D :: Converting Points To COGO Points Naming?

Oct 9, 2012

I have recieved a file with many points and would like to convert them into COGO points in Civil 3D. The problem is; I would like to keep the hole ID's as I convert, I've made a few conversions and lose the hole ID every time (not showing in Name or Description). Is there a seting I am missing to keep these? My aim to to organize the COGO points in different point groups.

View 3 Replies View Related

AutoCAD Civil 3D :: Designating Points As Control Points

Aug 17, 2012

I have a couple points that were part of an import event (data from a previous project) which I want to assign as control points for an incoming traverse, is there any way to assign those as control points?  I can't seem to find a way to do that other than perhaps re-importing the specific points as control points and overwriting the existing ones.

View 2 Replies View Related

AutoCAD Civil 3D :: Moving Points Out Of All Points Group?

Apr 10, 2013

I have a project that was started by leaving all the survey data inside the "All Points" group.  So, I'm concerned that when I enter my as built survey points, that even if I put them into their own group, that the original surface will still look at them and just rebuild to my asbuilt data, effectively cancel out the purpose of the asbuilt survey.  Will this happen? 

I want to take the original points and put them into a group of their own, but I don't know if that will affect anything or not?  I have several wetlands already designed on that surface with volume calcs already done too. 

What should I do? 

View 9 Replies View Related

AutoCAD 2010 :: Absolute Points And Relative Points

Aug 9, 2012

what absolute points and relative points are in AutoCAD. What is the difference?

View 8 Replies View Related

AutoCad :: Plot Points - Using Distances From Two Known Points?

Jul 31, 2011

I have two locations marked by steel stakes on my land that are also shown on a CAD drawing. The CAD drawing is two dimensional; however, contours are shown. I have physically measured distances between these two known points and numerous other locations that I wish to plot on the CAD drawing. I could always print the CAD drawing to scale and plot the new points on the CAD printout by using the two known locations, a compass to draw arcs and locating the new points by where the arcs intersect. I am sure there is a much more efficient way to plot these new points within the CAD program itself. I have just started to use CAD;

View 1 Replies View Related







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