AutoCad 2D :: Cannot Rotate Dimension Text To Desired Angle
Sep 13, 2013
I'm making this diagram of the load condition acting on tunnels to explain a Japanese set of equations that are used for the structural analysis for tunnels:
load condition for EEM.jpg
But, there is one problem I have. I'm trying to set up the text for the dimension between the water table and the tunnel "Ha" to look horizontal.
However, if I click on the properties box and write 90 in the rotation box right next to where it says "text rotation," the dimension text does not rotate 90 degrees; if instead I try to rotate it 180° then it only rotates 90° (and in the opposite direction) instead of 180°. It doesn't matter how many degrees I choose, it won't rotate my dimension "Ha" to desired angle to make it look horizontal.
OK I know it's hard to explain my problem with just writing, so I've posted a few pictures:
In this one, the dimension is at 0°; I've only opened the properties box to attempt and rotate it: no rotation.jpg
Now I write 90 in properties box but the dimension text does not rotate at all; it remains at 0 as it is shown in the following image: 90 & no rotation.jpg
Next I try to rotate 180, just to see what happens; and it does rotate (only 90 degrees!): 180 rotates 90.jpg
I finally try to rotate the text 270 just to see if it rotates to desired angle and it does rotate (180 degrees from original position). As shown below:
270 last try.jpg
It doesn't matter how many degrees I choose, I cannot make it look horizontal.
How can I set up my dimension text "Ha" to look horizontal?
View 6 Replies
ADVERTISEMENT
Dec 29, 2010
every one now a day i am making isometric drawings so i m little bit confuse in that i am using dimension and change the oblige angle text of dimension so is it right way or not ????
View 9 Replies
View Related
Jul 29, 2011
When doing an angle dimension and trying to put text under the dimension line, the text types out straight which if long enough will extend over the dimension line. Other then creating text with arctext, is there no other way to get it curved? I am using AutoCAD 2010.
View 3 Replies
View Related
Aug 28, 2013
I'm looking for a lisp routine that allow me to select a text object that is rotated to anything other than zero, and it will change the text object to zero rotation and while still in the command allow me to place the text object on the screen.
I have a routine that is similiar called RT180 but it just rotates whatever text object you select 180 degrees from its current rotation, but I can not figure out how to modify it to rotate to zero rotation angle. What I like about RT180 is that you select your text it rotates it on the spot and then lets you pick a spot to place it.
View 3 Replies
View Related
Oct 5, 2011
Is there a quick way to rotate an object to match an angle without knowing what the angle is? I am using AutoCAD 2011 now. I was using 2007 and I had an add on command the would rotate an object using a base point and picking the two lines that make up the angle, and it would match the angle you wanted. I can not get that command to load in 2011.
View 4 Replies
View Related
Jul 9, 2013
How to rotate ordinate dimension text in Inventor 2014? Currently the dimensions are horizontal but I would like them to line up with the dimension lines (top and bottom dimensions are vertical)
View 1 Replies
View Related
Feb 23, 2012
I use adobe photoshop lightroom 3.6, earlier i was able to export photos to my desired folders in desired format but i am not at all able to export any photos at all!
View 1 Replies
View Related
Apr 9, 2013
I have this
Matrix3d cur = ed.CurrentUserCoordinateSystem;
Vector3d x = new Vector3d(1, 0, 0);
Vector3d y = new Vector3d(0, 1, 0);
Point3d o = new Point3d(0, 0, 0);
[Code] .....
Code is rotating well my model, but it's zooming to bad point. I want to zoom to the point from previous view, so I'm transforming it by new UCS - unfortunately something is going wrong (it's not this point what I want).
View 1 Replies
View Related
Oct 1, 2012
Is there any way to use the "Rotate at angle" command outside of the "custom view" environment?
Is there actually any technical reason why the controls in the attached screenshot are not available in the Studio and normal modelling environments?
View 7 Replies
View Related
Dec 16, 2011
Is there any way to create the angle dimension shown in the attachment without creating a small line in a sketch first?
View 9 Replies
View Related
Oct 31, 2012
I want to ask how to make the size for the angle in the distance between holes. i use the autodesk inventor 2013, I attach an example like this.
View 9 Replies
View Related
Oct 20, 2011
Is there any way possible to have an angular dimension to denote an angle of greater than 180 degrees?
View 4 Replies
View Related
May 11, 2011
For some strange reason I can not print and dimension lines with an angle reference. I get the error "Cannot find or create the font AerialMT".
However, I have this font on my machine. Triple checked and installed it again.
View 8 Replies
View Related
Sep 7, 2011
Is it possible to rotate a viewport to an angle other than 90 degrees. I am trying to rotate a viewport 11 degrees counter clockwise. I cannot rotate the model.
View 1 Replies
View Related
Apr 23, 2010
How do I rotate my value(s) on the vertical ordinate dimension vertical?
View 9 Replies
View Related
Nov 16, 2012
In Graphics Editing software like Photoshop you can rotate an image ever so slightly to the left or to the right. I'm trying to super-impose a png of a head onto something and I would like to match the angle of the original head.
View 4 Replies
View Related
Feb 4, 2011
I'd like to orient a picture of a book so that it's on a 45 degree angle and then "cut out" the area around the "book" to that when you view the picture is looks like a book on a 45 degree angle with no area around it. I'm sure GIMP can do that but the question is whether I can put that same photo on a website and have it look like it's a book on a45 degree angle.
View 4 Replies
View Related
Feb 22, 2014
How do I rotate an object in Illustrator without chaging the angle of my drop shadow? I have a design that I want to place 2 up on a page and then print. When turn and stack them the shadow has changed its angel in relation to the artwork. I don't see where to lock the drop shadow to the object. Or is it secified a different way?
View 5 Replies
View Related
Dec 4, 2012
I want to rotate object along circle with special step angle. If i choose TRANSFORM i don't type special angle, but i can choose pivot point. I don't know how name this point, i name this pivot point, the point concerning which object rotates. And if i choose TRANSFORM OPTION i can type special angle, but i can't choose pivot point. More precisely, i don't know how do that. I choose object, then transform, set pivot and then open pivot option, type angle but object rotate around own pivot!!!
View 2 Replies
View Related
Jun 2, 2011
I'm trying to get the dimension text that I pull out to the side closer to the actual dimension marks. The 2 1/2" and 2" shown have a minimum distance they can get toward their dimensions. I would like it to be about half of what it is, but so far I haven't been able to find the property that changes that.
View 3 Replies
View Related
Dec 2, 2011
I want to change the font(let's say Times New Roman) of selected text in textframe when I click on menu-item of my plug-in. I went through the Adobe Text Engine documentation and tried some code for setting font but failed. I don't see any member function in IFont class to set desired font, so unable to move forward. see the code. I would like to know one more thing that how can we set a particular font for a textframe?
TextRangesRef rangesRef = NULL;
result = sAIDocument->GetTextSelection(&rangesRef);
aisdk::check_ai_error(result);
ITextRanges ranges(rangesRef);
[Code].....
View 3 Replies
View Related
Feb 21, 2013
Can i change the length of the dimension line 'extension' when my dimension text placement is beside the dimension line (see attached image)?dim line length.jpg
View 6 Replies
View Related
Aug 23, 2011
I'm an infrequent and relatively unskilled GIMP user. I have used drop shadow in the past, and have been using it this afternoon with no problem until I started working on one image where I can't seem to apply the drop shadow to some text. I've got a 3-layer image, a background, a smaller image on a separate layer, and a text layer. Whenever I try to apply drop shadow to the text layer or the smaller image layer, it applies it to the background. I've tried everything I can think of...deleting and recreating the text layer, changing the "level" of the layer, closing then reopening the image...closing and restarting GIMP.. I select the text layer, click "Filter > Light and Shadow > Drop Shadow", and apply and it always applies it to the background.
View 1 Replies
View Related
Sep 14, 2013
Is there any way to rotate a dimension vertically?
View 3 Replies
View Related
Apr 25, 2008
my normal dimension style has text above dmension line & I want to add 'typical' to it below dimension line.
I have done this lot of time in my previous job an year back. but I can't seem to remember what to type between dimension text & the word I want to add in edit text box, so that it appers below dimension line.
View 7 Replies
View Related
Dec 19, 2013
I have used annotative text and selected yes for match orientation to layout for the text. In the viewport it is rotating automatically with the view, however the boxes around the text do not rotate as well. Is there anyway to automate this?
The Client requires a key plan which has all the pipe data on it. The key plan is oriented in one direction. Then for the plan & profile drawings, the plan is oriented in another direction. I don't want to have two create two sets of text (one for the key plan and one for the plan/profile drawing). How can I use one set of text and make it work in the key plan and for all the plan/profile drawings? Image is attached.
View 2 Replies
View Related
Aug 29, 2011
I know this is located in other locations but I can't seem to make it work with my block.
I would like the cross and the text N to rotate independantly of the arrow while the N stays with the thick line. That's the easy part. How can I make the N move along the rotation path and keep the text aligned horizontally? I read something about linked action and move, but I can't make it work.
View 9 Replies
View Related
May 30, 2013
is it possible to have a dimension style setup that shows the dimension text inline with the dimension - without having to move it?I have been looking but cannot seem to do it - is it possible and I am just missing it?
View 1 Replies
View Related
Feb 13, 2012
(Again) The “leader” of the “dimension text” disappears when the text is moved! Why?
I’m wondering why the “leader” of the “dimension text” disappears when the text is moved.
How can I control this setting?
I need to show this “leader” all the time. Is that possible?
Please, have a look on the screenshots below (the file is attached).
View 1 Replies
View Related
Jun 30, 2011
My office has two desktop printers, both HP. Our Officejet 7000 wide format prints great. On the HP Officejet 7500, we are often seeing text printing errors. It will not print the text from vertical dimension strings, and cuts off some M-text at an imaginary vertical line in the middle of the text box. PDF's of the same drawing look fine. Is this a printer driver issue? Is there anything I can do within AutoCAD?
View 3 Replies
View Related
Sep 13, 2013
I am having problems with changing the height of the dimension text. I have tried going into the style editor and changing the text height in there and then saving it. The number for the height that I changed stays saved however the actual text height on the drawing does not, not even after I tell it to update.
View 3 Replies
View Related