AutoCad :: Place Any Diameter Circles At Equal Distances?

Sep 6, 2011

how can i place any diameter circles at equal distances.

View 6 Replies


ADVERTISEMENT

AutoCad :: Space Something Along Line At Equal Distances?

Feb 19, 2013

I used the Array command many years ago in college but have never needed it since.

However yesterday I was required to copy a block at even spaces 12 times along a straight line.

I done this manually but then realised that the array tool could do this.

how to space something along a line at equal distances using the array command.

View 5 Replies View Related

AutoCad 3D :: Connecting Two Circles With Different Diameter Into Solid?

Aug 7, 2013

connecting two circles with different diameter into a solid. I tried loft, but it is a partial solution since it creates a surface. I know there is a solid option. There surely is a way and a simple one but i don't know how. Bellow there is a picture with diameters and length of the mast. Also i included a dwg file. Not much done there.

View 9 Replies View Related

AutoCAD LT :: Count Number Of Circles And Their Diameter Extracted As List

Sep 23, 2012

I want to get number of circles and their diamters through list in drawing.

Just like as quick select option, it selects all circles and told total quantity. But never tells individual circle diameter and their quantity.

It will be better , if information come as a list. Try lisp if required.

Same like as attribute extraction command, but in that blocks are needed.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Create Circles With Diameter Of 5 Related To Imported Points From Excel

Feb 21, 2012

i attached a lsp with and excel

the lsp does creat circles with diameter of 5 related to imported points from excel

i realsed that it is able to get the first column but can get the coordinate from the second one

                (setq posX (atof (substr line 1 nPos)))  (this is ok)
                (setq posY (atof (substr line (1+ nPos)))) (not this one)

View 2 Replies View Related

Illustrator :: Creating A Circle With 100 Equal Spaced - Equal Sized Wedges

Mar 4, 2014

I need to create a 100 wedges 'spinning wheel' graphic (like a pie chart but does not require pie chart functionality) with each wedge of equal size and spacing but can't seem to find a process that works.

View 4 Replies View Related

Photoshop :: Circles Inside Circles (or Rings)

Feb 11, 2005

I'm trying to make a logo. Circular logo with an inner ring maybe 4 px wide and 15 px inside the rim of the outer circle.

Basically I want a blue circle with a yellow inside ring. What's the best way of doing this? The only thing i can think of is: creating a blue circle marquee, and then another (trying to estimate a new circle size and change the color) that is yellow, and then making another smaller blue circle inside the new one. That's just ugly.

I tried the edit/stroke but that just gave me a stroke around the outer circle; it didn't put a ring inside the circle 15 px down.

Also I tried to contract the original circle by selecting it, then Modify/contract. That's got me a selected ring, inside the circle. Now how in the world do I make that little ring yellow? It just remains selected and I can't seem to find a way to color it.

View 9 Replies View Related

AutoCAD Map 3D :: Distances And Bearings

Feb 7, 2012

I am trying to draw a parcel map using AutoCAD MAP 3D, using distances and bearings that were added by to the original hand-made drawing by the surveyor. The parcels don't quite close perfectly... what the acceptable tolerances are for parcels of say 1 acre and under, 1-5 acres, and 5-20 acre sites?

View 2 Replies View Related

AutoCAD Map 3D :: Measuring Distances 3 Or More Points?

Oct 24, 2011

Is there a button anywhere to measure a distance for 3 or more points. Not using the dist, area or measure commands. Similar to dist but with extra points?

View 3 Replies View Related

AutoCad 2D :: Get Paperspace Distances When Using Dimensions

Mar 22, 2011

When using dimensions in paperspace i get the paperspace distances. Not those of the object i've drawn in model space.
f.e.: if i draw a line of 100 mm in model, and my zoom e on it in a viewport of 420, I'll get the distance 420. Like the dimension is not interacting with the model, see? Thought it would have something to do with the snapping, but can't find the link.

View 9 Replies View Related

AutoCad 2D :: Reverse Distances And Bearings

Oct 8, 2012

I'm working with site plans and have a lot of distances and bearings in my drawing.

Sometimes i need to reverse them. Is there a command in AutoCAD 2012 where you can reverse a hole heap of distances and bearings all at once? Mirror make them up side down. I want them to swop sides of the line they refer to.

View 9 Replies View Related

AutoCAD .NET :: Creating A Polyline Using Distances Between Points?

Sep 25, 2012

I am aware of creating a polyline and using .AddVertexAt() to give the points, my question is if I want to create a polyline in acad I generally will pick a point and then type out @10.5<0 or something similar of that nature to pick my next point. Is it possible to add vertices to a polyline in .Net giving it the distance and angle of one point2d to the next point2d?

Example:

acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)

acPoly.AddvertexAt(0, New Point2d(1,0),0,0,0)

but instead?

acPoly.AddVertexAt(0, New Point2d(0,0),0,0,0)

acPoly.AddVertex ( use code equivalent of  New Point2d = @10.5<0 from point at 0 index)

View 2 Replies View Related

AutoCAD Inventor :: Form For Adjusting Distances

Feb 10, 2013

I have a form for adjusting center distances between several posts, up to a total of 20 posts. The number of posts is adjustable depending on how many I need. If there is 10 active posts there will be 10 suppressed post. When there are 10 suppressed post, I don`t need them in the form. Is it possible to hide the center distances I don`t need?

View 2 Replies View Related

AutoCAD Civil 3D :: Entering Bearings - Distances And Curves

Jul 19, 2013

I haven't used Autodesk directly since Land Development 2i. I remeber being able to draw lines by distances and bearings with the numeric keypad. The bearing quadrant / DMS input was a fast way to draw parcels from an existing map. When I got to a curve, I remember being able to input radius and Delta angle. I've been trying to find those functions for months now. I found the Line by Bearing command and that works well as long as I don't run into a curve.

How do you draw a curve that's tangent to the previous line with the radius and delta angle? I've been going back to AutoCAD version 12 methods. That is, offset the previous line. draw a circle from the end of the offset. draw a line between the center of the curve and the end of the previous line. Rotate that line with the 12d34'56" format. trim the curve and erase the extra lines.

I've gone through all the curve drawing options in the home menu.I found the CoGo editor in the survey menu but it doesn't draw curves. It just draws a line from the beginning of the curve to the center and continues the traverse from the radius point of the curve. That's obviously either a serious misunderstanding of input or a program bug.

View 9 Replies View Related

AutoCad :: Offsetting Lines Multiple Distances In One Command?

Jul 5, 2011

I'm literaly just starting to use CAD so this might be a silly question, but how would I offset a line more than one distance in a command? Is there like a symbol you put between each distance like 2000;2250;2650 or something along those lines (no pun intended).

View 2 Replies View Related

AutoCad :: Draw A Line Composed Of Several Distances In One Attempt?

Jul 30, 2012

how could i draw a line composed of several distances in one attemp?

View 4 Replies View Related

AutoCad :: Open / Copy From One Place To Place - Dimension Automatically Increases

Dec 8, 2011

I have attach one drawing if you open and copy this from one place to place then dimension is automatically increases. can i know how this increase or what type of this dimension it is.

View 7 Replies View Related

AutoCAD Civil 3D :: Any Way To Prevent A Corridor From Jumping Across Large Distances

Nov 25, 2013

Is there anyway to prevent a corridor from jumping across large distances as in the attached screen shot? There are no targets in any of these regions.

View 1 Replies View Related

AutoCAD Civil 3D :: Adding Offset Distances To Point Label

Jun 1, 2012

I need to show offset distances from alignment centerline.  Is there a way to add this to the point label?

View 9 Replies View Related

AutoCAD Inventor :: Unable To Use Pattern Sideways Due To Different Center Distances Between Parts

Feb 6, 2013

I have an assembly with several parts where I use a pattern to duplicate the parts in the height. I cannot use the pattern sideways due to different center distances between the parts. I could get this distance by using several patterns, but I rather not if there is another way.

I have made a code for suppressing the parts in element 2 if the same part is suppressed in element 1.

IfComponent.IsActive("FB-07 midtstykke-001:1")=False ThenComponent.IsActive("FB-07 midtstykke-001:2")=FalseElseComponent.IsActive("FB-07 midtstykke-001:2")=TrueEndIf

which works fine, however, I only want the rule to run if two criteria are true. I`ve tried the following:

If Component.IsActive("FB-02 midtstykke-001:1") = False And No = 2 Then
component.IsActive("FB-07 midtstykke-001:2") = False
Else
Componen.....
End if

But this rule runs even if No = 3, which it shouldn't.

View 5 Replies View Related

AutoCad 2D :: Define Multiple Distances Continuously AFTER Defining Tracking Direction

May 23, 2012

I have a problem with polar tracking.Previously it was possible to hover over a point, then define the tracking direction and then specifying the distance. In 2013, the polar and object snap tracking path go away / ends when typing the desired tracking distance. Then the tracking direction has to be defined afterwords, which is new to me.That means that its not possible to define multiple distances continuously AFTER defining the tracking direction.

View 7 Replies View Related

AutoCAD Civil 3D :: Draw Lines That Radiate Out From A Point On Different Bearings And Distances

Jan 18, 2013

I have a very frequent need to draw lines that radiate out from a point on different bearings and distances. I think of this as a sideshot.

                             _/_

                                |

Civil 3D’s sideshot command acts differently. It draws lines between the radial end points.

                               /

                                |

Do you know what command is needed to do what I want? It is not the Create Line by Side Shot command.

View 6 Replies View Related

AutoCAD Civil 3D :: Tie Distances - Position Building On A Plot With Uneven Property Lines

Mar 17, 2013

I am using AutoCad C3D. I have drawn a building and now I am trying to position the building on a plot with uneven property lines using only “tie distances” from the spots on the property to specific spots of the building.

I do not know which C3D program functions (with just distances known) to get the building placed properly on the plot.

View 9 Replies View Related

AutoCAD Civil 3D :: Error / Insufficient Angles - Distances Or Points To Calculate This Loop

Dec 20, 2012

I've got a closed traverse that has all the elements, but when I try and analyze it, I get the dreaded error: Insufficient angles, distances or points to calculate this loop. Creating a Traverse for Adjustment: [URL]l and my screen capture looks very similar to his, but I'm not getting any results.

View 9 Replies View Related

3ds Max Modeling :: Exact Distances On UV Maps

Jan 17, 2014

I want to know how I can get exact distances on my UV maps.

I unwrapped my 3D DSLR camera model and I want to manage that the texts and signs on the texture have exactly the same distance like in reality. So how can I get those exact distances?

View 2 Replies View Related

Illustrator :: Can't Move Objects Small Distances

Jul 17, 2012

CS6, OS X
 
I can't seem to move objects in my drawing small distances..I'm used to being able to do this..must be some setting I hit, but I can't find which one it might be. I have snap to off, but this isn't behaving like snap to..it's behaving like I'm only "allowed" to move objects certain distances; any smaller and the object simply doesn't move at all..

View 9 Replies View Related

AutoCad 2D :: Two Objects With Various Dimensions To Become Equal

Jan 11, 2012

any method to make two objects with various dimensions on the rooms to become equal, without change the dimensions on the walls only to change roomsACAD.jpg

View 9 Replies View Related

AutoCad 2D :: Setting (2) Text Box Equal To One Another

Oct 24, 2012

I have (2) text boxes that display the width of a door, but they are in different locations. I would like to be able to change one of text boxes, and have the other one automatically change respectivly. Is this possible? Possibly using parameters?

View 3 Replies View Related

Illustrator :: Automate Object Selection From A Place On Window To Another Place On Artboard

Dec 24, 2013

I want automate selecting an object from a place on the window to another place on the artboard in Illustrator.

View 1 Replies View Related

Photoshop :: Place Photo Into One Of Shapes - Place Command - Does Not Work?

Dec 10, 2012

I am using Photoshop cs6. I purchased a template for magazine advertising purposes.  The images have been taken out but there are custom designed objects (masked shapes) where I am supposed to place my images. When I attempt to place a photo into one of the shapes, using the Place Command, it does not work. 

How can I place an image into one of the objects?

View 8 Replies View Related

Photoshop :: Resize Distances Between Each List Element To 60 Pixels

Jun 15, 2012

I made a document with four layers:
 
background - parting linies - head lines - information
 
Each layer has many many elements (like parting lines: parting line 1, parting line 2, parting line 3 > each transformed 50 pixels).

The final result is a list that looks like this:
 _______________
Head Line
- info
- info
_______________
Head Line
- info
- info
_______________
 
Now I want to resize the distances between each list element to 60 pixels. And it's a list that consists out of about 200 boxes. Is it possible to transform all elements the same way? Or do I have to mark each element on each layer that I want to transform? And which tool do I have to use? I have three columns and it would really take a long time to do this for each box and each element of the box.

View 5 Replies View Related







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