AutoCAD Inventor :: Getting Desired Shape On A Cut
Oct 7, 2011
I`m having some trouble getting the desired shape on a cut.I used a Extrusion cut which is the desired shape except i need the cut to get deeper as it travels around the bowl.In the picture with this post the cut starts at point A and travels around to point B.I need point B to be 60mm lower as it passes point A.As it travels around the bowl from A to B the cut gets deeper..I was thinking maybe the Coil feature .
View 9 Replies
ADVERTISEMENT
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
Nov 8, 2011
Any easy or more reliable way of getting balloons to stay in the direction you want?
In the image i've attached you can see what normally happens when dragging a balloon in position on the left and what i desire (and accomplish after a lengthy fight) on the right.
Is there a way to make a balloon (3.30.4 in this case) go into the desired direction without having to fight with it?
Using IV2014 Pro SP1 update 1, Win7-64bit
View 2 Replies
View Related
Nov 4, 2011
When I grab the EOP and want to drag up past the features higher up than the current scroll position, I don't have a good control. The EOP is already reached the beginning of the part.
Inventor Professional 2013
Vault Collaboration 2013
View 5 Replies
View Related
Jun 20, 2012
I've got a heap of parts(3D) drawn up that are about to be CNC machined up.
The place doing the machining uses Matzak CNC machines that need to have the dimensons manually entered into the machine.
What is the easiest way to turn my parts into plans with all desired dimensions that i can print out and give to the machinist?
View 3 Replies
View Related
Nov 26, 2013
I want to engrave the text 'TEST' all the way around this clonal object. When I use the emboss tool, selecting the option 'wrap to face,' it gives me an error message that the "face selected is not tangent to the profile plane."
I am using a work plane that is offset from the XY plane. I included a screen shot and the file that I am using (Inv. 2014)
View 2 Replies
View Related
Feb 19, 2012
i am trying to draw an aircraft and after drawing the windows, i got stuck. i am trying to revolve a shape around the shape of the window (oval) but it won't recognise that shape as an axis. i can't click it. is there a solution to this?
here is a screenshot for extra info!
View 1 Replies
View Related
Feb 8, 2008
The plots will not fit on the desired page correctly at large scale i.e sheets over A3 ! The preview even displays incorrectly i.e portrait only. All I want to do is print a dwg in landscape but it keep only printing half the page (The white sheet is always portrait) but the information is landscape !
View 9 Replies
View Related
Jan 16, 2014
using acad 2010, when trying to save a profile , i set all the desired setting , and expect to have a "save profile" button , but all buttons refer to the selected profile, how can i save a new profile?
View 3 Replies
View Related
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
View Related
Feb 8, 2012
I need to have users plot to DWF from paper space so they cancustomize all the layers colors etc, on that specific paper space tab. I then am mixing this with FDO data generated out of Model space. Unfortunately, when using the EXPORTLAYOUT command, the data is coped into Model space but seems to retain it's paper space coordinates. I had hoped this function would behave like CHSPACE and copy everything from paper to model space in the same scale.
View 5 Replies
View Related
Mar 13, 2012
I've received a dwg file from someone and I want to print it at scale 1:50 on A0 paper. However, I'm struggling creating the right scale.
My problem starts with the fact that measuring lines in the diagram does not produce values that match the actual size. E.g., I have a wall of size 390, but measuring it shows 621.
Is there any way to change the units to match the actual desired size?
Then, I find it tricky to create the right scale for printing (people will get the paper and use a ruler to measure distances, so accurate scale is important). If I cannot change the units, I guess I need a different scale than 1mm=50units. So I tried 1mm=8units, because 7.8mm should measure as 390cm in 1:50 ruler. But this is not very accurate.
View 3 Replies
View Related
Aug 6, 2013
I have a few files with layouts that have multiple viewports where layers were frozen to get the desired display, the drawing was saved, yet everytime the drawing is re-opened those layers are on again. This is creating problems because I am batch plotting many drawings at once. The layers are not locked.
View 4 Replies
View Related
Jul 28, 2011
I've created a viewport, selected it and since gone to zoom the relevant image until it is the desired size within the viewport.
I've done this a million times before without a problem, but am having terrible difficulty at the moment.
Once I've zoomed the image to size and subsequently exited the viewport frame (to view the sheet) my image disappears - I believe it just becomes a microdot.
Incidentally, when I initially go to zoom the image to fit the viewport window, I have to use the zoom, extents, 'select all' (CTRL A) and then significantly enlarge the component of the drawing I wish to have fill the viewport window.
Why is it that the zoomed image fills the viewport window when editing the viewport contents and then disappears (turns back into a microdot) when I've finished editing the respective viewport?
View 4 Replies
View Related
May 7, 2012
I use menu's based upon the following snippet:
(if (or (equal choose "1"))(MYFUNCTIONSDEFINITION))
works a treat, its easy for me to understand even if maybe not totally orthadox in method.
So I can populate my code to have multiple selections such as follows.
(if (or (equal choose "1"))(MYfunctionDEFINITION1))(if (or (equal choose "2"))(MYfunctionDEFINITION2))(if (or (equal choose "3"))(MYfunctionDEFINITION3))
and so on, but the example above caters for situations the users enter the values of 1, 2, or 3. If the user enters anything else I get a nil response from AutoCAD. So I devised the following
(if nil (alert "Wrong selection"))
but no response from AutoCAD qua an alert
also tried to be more in uniform with the rest of the lisp and wrote
(if nil (MYalertRESPONSE))(defun MYalertRESPONSE ()(alert "Wrong selection"))
also fails to yield the desired response.
View 5 Replies
View Related
Nov 15, 2013
C3D 2012
I have a number of Sites in my drawing. I want to be able to set a Site current (in LISP) so that when you create or draw a feature line, the site is set to the desired value. I haven't seen a variable or setting for this.
View 9 Replies
View Related
Aug 22, 2012
As stated, my wipeouts are working just as desired when I plot single layouts, but when I publish multiple layouts they do not work at all.
View 2 Replies
View Related
Dec 7, 2013
I'm new in Civil 3d, just learning by myslef by following tutorials, I've a provlem, after creating existing profile, when I'm going to create design profile I want to draw tangents(VIPs) on my desired chainages and elevation by given command, specify start point and I write 0,376.00 0 means chainage 0+000 and 376.00 is elevation but civil 3d shows a message "point is ouside profile view try again.
View 4 Replies
View Related
Nov 11, 2013
I am in case to model a stormwater network contain ditches with irregular sections, open channels and closed pipes in SSA. I do not have access to IDF curves for the Project area. We got a weather station in site which is giving us continuous data from last 3 months till now. At this stage we just decided to use certain Rainfall intensity (mm/hr).
We got some check points to check the turbidity. What I need to know after analyse is i.e what is the flow at these points at 6:00 pm if we experience the rainfall from 3:00 pm to 4:00 pm with 20 mm/hr rainfall intensity.
So my concerns are with these available basic data, which method is suitable? and as long as we approach more valued data from in site weather station then which method will be the best. If i want to input time of concentration manually for each subbasin then how can i input TC of pipes or channels in SSA? URL....
where MATT said: "SSA does not calculate the Standard-Step method. The Rational Methods (including modified, and DeKalb) all compute the runoff to the inlet or junction. As soon as runoff enters the system, continuity and momentum calculations take over. SInce you are using Steady State Qin = Qout, so no routing occurs on pipes."
how do i understand the flow in certain points i.e 2 hrs after the rainfall is finished if I can not define TC for pipes or channels?
View 1 Replies
View Related
Sep 12, 2012
I set foreground color to B3 CC D5. Looks fine in the swatch. I select all and fill with foreground color. It fills with wrong color - darker! I use eyedropper tool to check what color Photoshop has used and it shows 8A B0 BE. Impossible to apply the color I want!
View 4 Replies
View Related
Oct 21, 2008
I was sent a .psd web layout to slice and code and it's a mess. There are no sub folders and the layers are not properly named.
way to easily find layers by mousing over the image? Kinda hard to explain but Fireworks does this all the time. It's almost like selecting an element with the web developer toolbar (the webbies will get that)
View 1 Replies
View Related
Oct 27, 2007
Is there a way to view the preview size of an image while cropping, meaning while the marching ants are around the selection, can I see the image size?
2nd Question:
Can I preset a cropped size and drag it around until I find the area I want to select to crop?
I do have rulers showing and use them as guides, but this is not detailed enough, at this point.
View 2 Replies
View Related
Jan 4, 2004
When I open a document or create one anew the working space window is sized to the exact image of the graphic. Each time then (just for preference) I pull the window out a little larger so that I can see the space outside my graphic.
Is there a way, however, that I can set my defaults though so that each time I open a graphic I reveal a bit of this non-work space? Or if I want to work this way do I have to Open - then drag the window out a little larger each time.
View 4 Replies
View Related
Apr 12, 2013
I have inventor 2013 and I try to convert a idw drawing with 3 sheets to a dwg/dxf version for a supplier who has ACAD LT2012. I tried to save as LT version, but he told me he just get a picture (bitmap image). He asked me if I can export out to a 2d shape. What do I have to do?
View 4 Replies
View Related
Nov 11, 2007
I have several thousand images to process. All of them end up being different sizes by the time the different editing steps have been performed.
Is it possible to setup an action that will crop the image 500x500, finding the center of the image prior to the cropping?
View 1 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
Oct 10, 2011
I cannot extrude a 2D shape that is drawn by lines.It appears to be linked but is not .I can see the problem saying not a closed loop or a constraint but don't know how to fix it.
View 6 Replies
View Related
Oct 7, 2011
Is it possible to chamfer shape like this (the white line) so that the chamfer degree and top chamfer length is same all around including the part on top of the slide? My goal is to use 0,75mm chamfer. I get error when I try to do it. URL.....
View 4 Replies
View Related
Feb 11, 2013
Is it possible to twist a bar shape. I have the inventor part file as well as a jpeg file of what the device should look like. Is it even possible with inventor or fusion.?
View 3 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
Mar 1, 2013
Is there a way to use interference checks to determine what material needs to be subtracted away from other parts to get the clearance needed? (See Attached) The way I typically handle this is to project the lines from one part onto the sketch of another and proceed accordingly, however as you can see, it didn't work out well in this instance as the face of the part in question is not parallel with the sketch plane in the other..Therefore making the cut location inaccurate.
View 2 Replies
View Related