Search the Community
Showing results for tags 'angle'.
-
Disappearance of angle guide
Acey posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hey Guys I just wanna ask if someone know why the guide angles in my cursor vanished?? I dont really know what happened but last night my cursors are still fine but when I opened autocad this morning, the guide angles on the cursor didn't appear anymore. -
Lisp to convert plan dimension output to show the actual dimension at a given pitch / angle.
Cladding Connexions posted a topic in AutoLISP, Visual LISP & DCL
Good Morning All, All of our drawings are produced in 2D AutoCAD, generally building elevations, roof plans and sectional details. What I want to be able to do is measure a dimension on the plan of a roof, but, use a lisp to apply a factor to this so that the output dimension shows the l... -
Hi all, I have been tasked with coming up with a dynamic block that is for a chute. It is a simple rectangle that I've added some attributes to and a field within one of the attributes. What I need the formula to do is calculate the angle of the chute based on user input for the upper height...
- 6 replies
-
- attributes
- angle
-
(and 1 more)
Tagged with:
-
I'm making an Audi R8 as a project but how can I extrude an arc on an angle? I'm trying to extrude from the top view to make the body side arcs.
-
Cannot rotate copied lines by changing the angle of degree in properties
djleon posted a topic in AutoCAD Beginners' Area
I did an F1 search in CAD and couldn't find the answer. I have be remodeling a floor plan and notice that when I copy a room or single line, I am unable to change the angle in properties. The calculator shows up in the properties angle cell, but when it's there, It doesn't work. Is there a setting t... -
A line from point A at a known length to a known plain but unknown angle - HELP :)
macbaydn posted a topic in AutoCAD Beginners' Area
Hi, I want to draw a line on an angle from a known start point at a known length to a known finished plane (but not a known finish point or angle). Hopefully the attached pdf explains it better than I have here. I have turned on OSNAP to get the start point of my line then turned it off agai... -
use command or button during a command
Sandervp posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Is it possible to use a command or button when you are drawing something? For example; I've made a toolbar for changing the polar angle into different angles. One for 30 degrees, one for .... degrees, etc. If I am drawing a polyline, and I need to change this angle, I can not use any button... -
Hi Everyone, Just wondering if anyone knows of a good lsp routine for doing the following, or if anyone knows how to do this with built in capabilities in AutoCAD 2015. Basically I want to annotate angles and distance for survey drafting so I can produce plans that look like this plan that I've...
-
I have set in autocad the correct angle settings, have been applying 20 different functions to obtain the correct angle (Y axis) between two coordinates, but I keep getting strange angles back from this routine. Either the correct angle is difference with 90, or 450. Any idea why? I have gone throug...
- 14 replies
-
Offset LISP Routine just needs small update. Thanks!
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
Just came across this neat little LISP routine. Works perfect for me and my guys because we insulated pipe and this eliminates having to click click click click to constantly offset lines both ways. (defun C:OFF2 (/ pickEnt pickObj offDist) (vl-load-com) (setvar "ErrNo" 0) (while (and (not (s... -
dynamic block intersection when changing angle
mvrp350 posted a topic in AutoCAD Drawing Management & Output
Hello, I'm having a hard time finding the solution for my problem. I want to create a dynamic block in Autocad 2014 In this block I need to determine the intersection between 2 lines. In the sample you'll see my problem. I want to make A, B and C variables in my block. The angle on top...-
- intersection
- intersect
-
(and 3 more)
Tagged with:
-
Drawing interior angles.
euncie posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
How can I draw lines with specific interior angles between them? For example, if I draw my first line then, I want to draw the second one but with an interior angle of 100deg between them, what can I do? Thanks. -
How can I draw the bottom line, with an angle of 132 relative to the middle line? Pulling my hair out here, and I don't have much to spare!
-
First of all sorry for my bad english. I wonder how do I change the default value of the angle that is between in the command UCS "specify rotation angle about X axis :" from 180.00 to 90.00 Thanks
-
Hello there! I'm really new to AutoCAD and I'm basically trying to learn it by drawing simple things. My question is this: how do I change the angle that is between two meeting lines?
-
Hello, Nice to meet you all, hope you can help me with this hatch. I have to make a hatch to represent wine property. I have shown the dimensions and how it should look like in the attached files. I was able to make it up to one point, when I have to represent the oblique lines. They don't fit...
- 4 replies
-
- hatch problem
- angle
-
(and 1 more)
Tagged with:
-
What is the best way to measure an angle between two lines?
nrschmid posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I searched on this forum and a few other forums. Several people recommended DIMANGULAR. I have some concerns using this method because it is dependent on the precision of angular units in the drawings DIMSTYLE settings. For example, if a drawing file's DIMSTYLE has a precision set to the nearest... -
angled ortho - simple?
Will9325 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
This seems like a simple setting but I can not find it. I am working on a drawing that has been created by another firm. Due to the building not having the normal 0/90 walls they have rotated the orthographic projection to a 15 degree angle. When I try and draw a straight line in the "straight" p... -
lines are changing their angels!!
Lost Marcus posted a topic in AutoCAD Bugs, Error Messages & Quirks
I am totally lost! When I zoom close into the drawing the lines are changing their angels…(!) Or they disappear only to pop op again as I zoom out. Also some of them changes from being full lines to being dotted (and it is not dotted lines) when I zoom in close. Also the SNAP function isn’t workin...- 11 replies
-
- snap
- architectural
-
(and 3 more)
Tagged with:
-
I'm fairly new at drawing site plans. I can do a square site plan fine but now I have to put a house on a lot with a arc front. The cooridinates are S4d54'02E on the west side with a length of 108.54'. The back is n87d58'41"E with a length of 113.21. The east side is N25d53'25"E with a length of 118...
-
Placing Diamter Leaders - Why set length for leader? (2 part question)
ILoveMadoka posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Autocad 2012 Part I When I place a diameter/radius leader, it is a set length. I can move it all around the circle I'm dimensioning but the length of this leader is set. It is really short and it sucks to have to place the dimension then move it to where I want it as a second step. I... -
I have an angle and I have drawn its bisector. I want to constrain two bisector angles to be equal so that if I change one of bisector angles the other one changes automatically to maintain the equal value. I am new to constrain command in ACAD 2010 and haven't mastered it but I think it should...
-
Drawing Compound Miters (2x4 Framing)
BacTrac2112 posted a topic in AutoCAD 3D Modelling & Rendering
Just downloaded 2012 educational version - Hate to admit it but out of all the stupid things I have not found yet is the darn Zoom/zoom previous button! From what I see though, this looks like a great version. Enough for me to get on with my training again! Question - Basically framing in... -
I have a drawing of a factory, with different equipment foundations laid out. I'm trying to do a type of surveying, get a distance and angle measurement from a specific set point in the drawing. So far i've only been able to use the Aligned Dimension function to show the distance between the se...
-
Hi all, I've never written a LISP routine before and I am finding myself in need of a function that I can't seem to be able to do without LISP, so I have begun my first attempt. It's not going so well. I need to be able to pick two points and have a square drawn that uses those two points as...