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.
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).
I am trying to come up with a way to track a block or xref in multiple drawings. I have multiple drawings that have the same block in them and I was hoping that there was a way I could find out what drawings have the block without having to open up every single drawing.
I am having trouble locking onto a temporary tracking point in autocad 2011. I can't seem to find the start tracking icon and it doesn't recognize the 'TT' command. I have a tracking line, I just can't seem to do it in two dimensions.
the only property I can actually define for each individual sheet (for use in iLogic, text fields, etc.) is the sheet name. This is extremely limiting. Each sheet in my drawings has several properties of its own--sheet number (most importantly), what part is ON the sheet, the designer, the revision, etc. I would love to be able to use each of these in labels on the sheet, for example, a text box with "<Sheet #> - <Part> (<Designer>)". The only possible way I could do something like this is to use the sheet number as the Sheet Name, and then use that value in the sheet's text labels, headings, and title block. However, I want to be able to use descriptive names for the Sheet Name, plus that's just one property.
Is there any way I can create and define multiple custom properties for individual sheets? I was exploring the idea of using iLogic, using the ActiveSheet command, possibly, and "tricking" inventor into creating properties for a given sheet.
I work on a Mac with three monitors. My primary monitor is in the middle. I often will drag images to one of the side monitors where they'll stay open while I'm working on other images. But Photoshop will open the next image I choose on the side monitors where I've got images open.
I want all new images to open on my primary monitor, always. Is there a way to define which monitor images will open on?
I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.
Here is the string I used for the linetype.
*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION---- A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12
I have cut several sections at different points along a road alignment. The sections are cut facing the same direction as the alignmnet. Is there a way to reverse the section direction without changing the alignment direction?
I have a drawing of a stone railing section and I have to change direction in the run direction of the baluster panel. Is there a way that I can move the details without changing th Y direction of the details. Please refer to the attached CAD file for details. I am trying to avoid having to redesign the panels if possible. railing detail.dwg
I have a path with a smooth point. The two direction points form a direction line with any non-45-degree-angle - say 11.8 degrees. I want to drag one direction point while keeping the angle of exactly 11.8 degrees.
In my office of about 30 computers and over the course of about 10-12 months we have been experiencing a problem with project navigator. When opening ACAD or changing projects about 60% of the time it gets hung up and the load bar perpetually loads over and over again. If just left to run it takes 5-10 mins to load the project then ACAD will crash after a couple of commands. If opening the task manager and ending the program it will often freeze the computer for about 5-10 mins as well.
We have been actively using the project navigator for years and not until the last yr have we been having this problem. We bought pretty much the whole office new computers a few months ago and the problem still exists. We are running AutoCAD Architecture 2012 and our machines are window 7, intel core i7 3.5 GHz, 8 GB ram, 64 bit operating systems, with a Nvidia Quadro 2000 graphics card. So our machines are solid.
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?
I have been trying to get a planet to just spin continuously around - which I can do with a timeline animation - unfortunately the animation starts slowly at the beginning and slows down at the end - even if I loop it.
How do you get it to smoothly rotate forever without speeding up and slowing down. Someone mentioned using the graph editor - but as I said I am new to this.
Is there a tutorial for this sort of thing. I have done a lot of googling without any success.
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?
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.
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.
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)
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?
I'm just starting out trying to make a plugin for Illustrator CC and have been a bit stuck the past few days, so I have a few questions. The plugin I'm trying to make would have it where when you mouse over a path, an annotation pops up to display the length of the path, reguardless of what tool you have selected.
The major question I have is if it is possible to make a plugin that runs in the background without having to select it as a tool?
I've been going over the SDK and guides and have tried altering the annotator sample project along with trying to make it from scratch, but I haven't gotten the results I want. I got Annotator to display the length of paths, but I can't remove it's tool properties or make it run like it's always selected. When I've been tryng to build from scratch, I don't see how to track the cursor since it seems to need the AIToolSuite. I've also tried to use AINotifierSuite with kAIArtSelectionChangedNotifier, but haven't gotten it to work correctly and it wouldn't work just by mousing over paths if I had.
Details: OSX 10.9.1 XCode 5.0.2 Illustrator CC 17.0.0
How come some AI Files I use in a comp, that has the continuosly raterize option checked, becomes soft when the 3d layer option is also checked?
The AI object looks slightly unsharp until I click continuously raterize, then it is good to go to scale anyway I want. But it get blurry again if I click the 3D Layer option.
Note that this blurring takes place whether there is a camera or not in the composition and that nothing is animated so it can't be a motion blur issue.
I use all my knowledge of technical drawing from school many years ago to produce drawings in AutoCAD 2002, but I can't remember how you would define the dimensions of an ellipse in a drawing so that someone could produce it from the plotted output.
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.
I am using LR 4.3 with Photoshop CS5. I have found that after editing a picture in photoshop (transfer from CR2 to .TIFF file) it correctly transfers back into LR as an updated .TIFF file with all edits from PS. However, on further editing of the picture in LR the image is refreshed after EACH edit (ie. file reloads into LR taking a few seconds). If I am trying to apply an edit as the refresh starts then that edit gets lost i.e. NOT applied. The refresh happends after ANY change to the file. It is very frustrating as it wastes time and makes editing slow (have to keep waiting for a refresh). It does not appear to happen in that way when editing CR2 files.
I have only noticed this feature since installing V4.3 although it may have been happening in previous versions.
I am using W7, i5 2.5 Ghz processor and 8 GB ram with dual screens.
I have successfully opened a STEP file from our Engineering group and saved it away as an Inventor Assembly. I would like to define Materials and/or Surface finishes for all parts. Why wouldn't the Surfaces and Materials synchronize between the Styudio's Surface Creator and the BOM Materials Control in the Assembly area?
I have found the way to define a new Surface in the "Inventor Studio" Interface and saved it with a unique name. Now, I would like to assign that Surface as a Material to the parts in the assembly ... and of course I would like to define numerous other surfaces and materials for assignment to all the parts throughout the assembly. Finally, I would like these surfaces / materials to follow the model into Showcase for presentation purposes.