AutoCAD Inventor :: Edit Dim Lines And Center Lines
Sep 2, 2010
I am new to Inventor after using Unigraphics for a while and finding the modelling side very similar so no problems there. the problems are starting when i am producing drawings.
I am trying to manually break a dimension extension line around an inserted symbol ( surface finish symbol) and can't figure this out. I have noticed that Inventor automatically break dimensions round other dimensions but is there a way to add a manual break?
Also is there a way to break a center-line round dimension text? i have added a picture with the problem.
I know there is ipn file to create an exploded view. But if I have used a positional rep to create one. How can I automatically show the tweak lines or center lines on explode path
Inventor Professional 2013 Vault Collaboration 2013
Is there a way or method to use center lines or points as constraints? I very recently had to constrain a cylinder to a 3mm flt bar (at the end with the bar positioned perpendicular to the cylinder)
I couldnt find a successful way of constrainting these together. i couldnt mate them because i couldnt select the cylinder face. In this instance, how could i do that?
I have an assembly that I want to put some wires in, but every time I create a wire between pins, or a segment, or anything through the Cable and Harness tool, the centerlines don't show up. The rendered wires can appear, but without any sort of way to get at the centerline, I can't set its path or anything like that.
I was wiring up components no problem in a sub assembly, but for some reason it just won't work in my top level assembly. I thought it might be a problem with how I added pins to the components, but even trying to create a wire between 2 connectors from the content center gave the exact same results.
Is there any way to make 2 to sketch lines instead of floating lines so that I can dimension them?
For example, if I have a part that can change lengths and I need to print off a new drawing, it would be good if I could say that the lines were a set distance from each end of the part or some features of the part.
Then I could update the part length, then just open the part drawing and not have to adjust anything.
how do I make straight lines? Horizontal Lines? Vertical Lines? Curvs? I read many tutorials and i am afraid that I am doing it the wrong way, my way is to drag a guide to where i want the line to be at and trace the guide with the brush tool...
change all circles of a certain diameter in a .dxf file to points. I received the following lisp file. For the last 10-12 years it has worked great. We create many custom sized parts that could be cut on a plasma (utilizing the circles for holes) or punched, assigning a crosshair tool to the point. Now we are switching to a laser, and want to etch a crosshair at this same location. Our solution has been to draw the crosshair and copy to each required location. Sometimes this may be 20 to 30 locations. Now I would like to know if there is a way to replace all of these circles with a crosshair. This could be a similar lisp file, or an easier manual operation. I know that I can select all of the circles using the filter command and specifying the radius. But I don't know how to assign the 'crosshair' to these locations. (defun c:ctopt ( / ename cnt ss) (setq ss (ssget "x" '((0 . "CIRCLE")))) (if ss (progn (setq cnt 0) (repeat (sslength ss) (setq ename (ssname ss cnt)) (if (equal (cdr (assoc 40 (entget ename))) 0.025 0.005) ;use this line for a radius 0.025 +/- 0.00015 ;(<= (cdr (assoc 40 (entget ename))) 0.05) ;use this line for a radius of 0.05 or less (progn (entmake (list '(0 . "POINT") (assoc 10 (entget ename))(assoc 8 (entget ename)))) (entdel ename) )) (setq cnt (1+ cnt)) ) ) ) (princ) )
Having used another CAD program for several years, I was used to the idea that all radius dimensions, like of a given arc, would easily start at the center of the arc, thereby denoting the position of the arc's center.
I'm slightly bugged with some CAD users, even books on the subject by autocad users, that give an arc's dimension from the outside of the arc, yet fail to show the location of the arc's center when it may not be self explanatory. Not good dimensioning practice from what little I've been schooled...
So, in AutoCAD 2007, how do I get an arc's radius dimension line to start at the center and point out to the edge. I can do all kinds of things to the position of the text, etc, but can't figure how to get it to start at the center. (The dimension line needs to start at the center.)
I'm using Inventor 2011 and I can't figure out how to set my dimension settings so it breaks the dimension extension lines automatically when crossing over other dimension extension lines. I saw that others say it just happens, but it is not "just happening" for me. how to set my dimensions so when dimension lines cross each other one of them automatically breaks?
We have a dynamic block here at work that has a solid hatch in it. It is a simple block which only utilizes a dropdown menu.
This block is a circle with a solid hatch in it. However when I select the block via dropdown menu, the hatch is not solid, it is a bunch of lines originating from the center of the circle.
I have never had this problem before with this block and nothing has changed with the block.
It also works fine when I open up other drawings.
This tells me that there is a problem with the settings of this specific file but I cannot figure out what setting.
I believe the problem occurred because I brought my work home with me and I have different settings on my autocad (both ACAD 2011).
If I have a series of lines on a layer, is it possible for a macro to place a label for the lengths of the lines at the center of each line in AutoCAD LT 2012? Adding a DIMLINEAR to each line is for the birds....my drawings have as many as 250-300 lines that need to be labeled with thier lengths.......
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?
I am using CS6 v8.0 and Apple 10.6.8 to produce a 240 page book with many illustrations bleeding off the page. Where this is along the centre line, part of the image appears on the facing page crop area when the file is exported to pdf, which my printer is not happy with. I have tried turning off all options (including compressions) when exporting, which cures the problem but results in enormous file sizes. At the moment, if I reduce the frame for the photograph to stop 2.9mm from the centre line, the effect doesn't happen: any nearer and it does.
I have created a feature line from a survey which will be the inside shld of my new road design. I have created the feature line using my design elevations but need to add a PI and Elevation at a specific Northing. When I try to edit I can only seem to find the chainage and elevation but I also need to know the northings and eastings so I know where to insert my PI. I would like to just edit the table since I can't seem to figure out how to insert the PI. (I am new to C3D and still learning...) My final product will be a road with 2% crossfall and I intend to use offeset and grading features to accomplish my final design. How I make this edit...
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?
i am doing a simple project making a survey plot for a piece of land that will be broken into subdivision. all measurements are of my starting point. after plotting the starting point i try to draw line that is 113 feet long and at a bearing of N 5d W i have no problem entering this data but when i hit enter it draws a straight line. now i know 5 degrees is much of an angle so i thought maybe it just looked straight and tried to plot the next point which was 542 feet from the last point at a bearing of N 39d E but once again after i put the info in and hit enter or space it would plot a line of the proper length but vertical, not the proper angle i need it at. here is how i would put in the info:
first i choose the lne command and choose my "beginning point" as that starting point for my line then i type 113<N 5d W for the length and direction and hit enter. when i do this it plots a vertical line of the proper length but wrong angle. what am i doing wrong? i have ortho set to off and idk what else to mess with
Is there any option with wipeout to turn the continuous lines into dotted lines instead of hiding the object? I have been working on one staircase block, i want to show half block as a dotted lines.. is there any way to do that without going in to the block edit and change? thats why am looking for wipeout mask option.
I have selected several lines (not pl or spl), just lines, all of which are the same layer and such. I want to be able to select all thirty or forty of the lines using either the select similar (lisp, AC2010) or quick select and return a total length of all of the selected lines. In the properties box it shows as varies.
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.
Problem with command from Home tab - Draw panel - Curves drop-down - Create Curves Between Two Lines OR Create Curve on Two Lines.
If you select the Degree option, it draws a zero length curve when you type in a valid number for degree of curve. I have tried entering it in decimal format and as ##d##'. NOTHING WORKS!
I just recieved a structural drawing from an engineer that has the entire drawing drawn on layer 0. This poses many problems for me as I need to differentiate text from lines and lines from lines. The darwing does have two colors although entities are still on same layer. Is there any way I can seperate the yellow lines from the red lines even though they are on the same layer?
In both model and paper space, rectangles with corners filleted look fine. However, the filleted curved corners are not joined with straight lines once it's exported/plotted to PDF. I have to zoom in very closely to see this, so it won't be a big problem for actual printing. But I can't figure out why the lines are broken on PDF when they are well joined in both model and paper space.
I tried changing PDF quality, plot style, and anything I can think of, but to no avail.
Okay, I've got a weird problem involving paths. Sometimes, I'll be unable to edit or select the lines of a path. I can work with the nodes and handles just fine, but it's like the lines don't even exist. This usually seems to happen when I save a file, close it out, and then open it again, or when I use the clipboard to copy and paste a path.