AutoCAD Inventor :: Modeling Crank Case
May 6, 2012
Here is the original drawing I am trying to model in Inventor:
My front view looks like this:
My 3d view looks like this:
Compare my front view with the original and you will notice an extra circle. I am not sure why that is, but I think it might be because I may not have not modeled the backview properly.
View 4 Replies
ADVERTISEMENT
Dec 14, 2011
do you use all caps or do you use upper case/lower case in your drawing title block, bom, and notes?
View 9 Replies
View Related
Apr 6, 2012
I am using these set limits within a drive constraint so
to show the Jack opening & closing.
Although it can now open & close with ease,
how I can make the crank turn with the screw rod at the same time as the scissor car jack opens & closes.
View 1 Replies
View Related
Apr 27, 2012
I create a engine assembly and used "Drive Constrain" to rotate the crank shaft. The animation shows the crank shaft turns continuously in one direction. However, when I animate the constrain in Inventor Studio, the crank shaft turned in two different directions (see the vide file attached).
May I know why the crank shaft turns different direction?
View 9 Replies
View Related
Apr 2, 2013
I want to change the lower case words in shared parameters to upper case. Is there any way to make such a change in .rfa/.rte/.rvt file.
View 1 Replies
View Related
Aug 12, 2013
I am trying to write a code that says if a door width is within a certain range to select a specific product. The range is something like 19" to 21" select hinge 1, if it it within 21.125 = > 24" use hinge 2 .... etc.
I am new to iLogic programming, and I am pretty much self taught. I am also getting used to doing things a different way so I can make iParts out of them. I already have my door dimensions in a spreadsheet so I can control it from there.
View 9 Replies
View Related
Oct 15, 2013
Does Saveas really need to be case sensitive. I just spent a lot of time trying to figure out why my addin wasn't working and all that was wrong is I had a capital P on png.
Dim sPath As String = System.IO.Path.GetDirectoryName(sIDWName) & "PartsLists"
Dim sFileName As String = System.IO.Path.GetFileNameWithoutExtension(sIDWName) & ".Png"
vs
Dim sFileName As String = System.IO.Path.GetFileNameWithoutExtension(sIDWName) & ".png"
Dim sPNGName As String = sPath & "" & sFileName
MsgBox(sPNGName)
oCamera.SaveAsBitmap(sPNGName, 1124, 899)
View 1 Replies
View Related
Jul 24, 2013
I wonder if one could change the characters in the part list to upper case when the file name is in lower case.
View 4 Replies
View Related
Jan 10, 2014
Have attached a simple assembly..i have constrained the parts but how do i get the shaft/Fan to spin inside the case?
View 6 Replies
View Related
Sep 6, 2012
I've made an External rule in Ilogic that must read a parameter value (Thickness) to set a value in a property (StockNumber).
The value is not written to the property by Using 'Select Case', see code. There is no error or something like that. So what am I doing wrong?
Tested in an internal rule, where Select Case = <Thickness> instead of Parameter ("Thickness") and that works fine.....
Select Case Parameter("Thickness")Case 2iProperties.Value("Project", "Stock Number")="686001"Case 4iProperties.Value("Project", "Stock Number")="686002"Case 3iProperties.Value("Project", "Stock Number")="686003"End SelectiLogicVb.UpdateWhenDone = True
View 2 Replies
View Related
Aug 26, 2013
My laptop did crash last month so...I was a GIMP 2.6 user and now I have Gimp 2.8 . There's something not right with the custom brush size. I made a round brush 201 X 201 pixels. I also made another one 2001 X 2001 pixels. I did crank up the size of the brushes to the "max"( but no matter what size you choose) and...both are of the same size on the image ???
View 4 Replies
View Related
Nov 16, 2012
As CAD administrator at my company, which is in the process of implementing Inventor/Vault, I am quite sold on the Layout Modeling/Multi-body part modeling functionality that Inventor supports. Among other things I believe there is a large payoff in assembly stability and simplicity. However, this workflow is very different from the conventional methods of modeling individual parts and manually constraining assemblies. URLs....
View 8 Replies
View Related
Nov 8, 2013
I have a single AutoCAD LT 2008 user who lost the ability to change the case on text in a drawing. Normally, he would highlight text, say it was uppercase, right click to choose change case and he would select lowercase and it would do as designed. Now, it simply deletes the highlighted text.
We've done a repair install with no result. Anyway to restore or fix this functionality?
View 5 Replies
View Related
Apr 11, 2013
I have a computer where all text entered in AutoCAD text/mtext comes out in uppercase. Pressing the shift key while entering the text has no effect. The CAD-Girl involved has admitted to sniffing around in Express Tools System Variables and changing a few, but she cannot remember any more which ones she changed.
View 3 Replies
View Related
Sep 5, 2012
im using 2008 autocad . whenever i make an attribute using ATT command. it's forced as uppercase. how can i use lower case letters?
View 9 Replies
View Related
Jul 1, 2013
When I want to test if block with a given name exists in drawing, I use Block Table. Has(key as String) method, which is case sensitive, but then, when I try to insert a block with the same name, but different case, the block name is considered the same.
How can I test if the block in in the drawing then?
View 9 Replies
View Related
Jan 8, 2013
I have been trying to use the tcase command to change text case on a current drawing. some of the text is listed in properties with :A1 and various other squares and ( etc .). Any way to change this text. When I try exploding it and changing to mtext the fractions and all parts of the text is exploded as well.
View 9 Replies
View Related
May 31, 2012
I like the AutoCAPS setting in Mtext, however I occasionally use lower-case text when I am typing, such '2"x4" STUDS' . . . now, I do have a problem with AutoCAPS though:
Example - I copy '2"x4" STUDS" and paste it into another Mtext and the lower-case 'x' is automatically pasted as an uppercase character.
Are there any settings for AutoCAPS, or maybe for the copy/paste command that I can change to allow lower-case characters to be pasted into text when the AutoCAPS is on? It is a bit of a hassle to turn off AutoCAPS and turn it back on.
View 6 Replies
View Related
Feb 28, 2013
Switching between paper/model modes in case of overlapping viewports,I got 4 viewports (screenshot is attached)
My issue here is that I couldn’t switch between the paper/model modes for the inside viewports! This can be done only for the “biggest” viewport (that bounds the other viewports)
Then how can I switch between the paper/model modes for viewport number 2, for example?Right clicking a particular viewport (attached) doesn’t give option to do so!
View 4 Replies
View Related
Apr 24, 2012
I am writing various text insertion lisp routines. I want the computer to default to UPPERCASE before the user enters any text to ensure the text is added to the drawing as UPPERCASE text at all times.
View 4 Replies
View Related
Jun 10, 2012
Provide me a link on parametric modeling. i have a model which is done simply normal method for that i want to give parameters.
View 2 Replies
View Related
Dec 19, 2013
create a routine to list all the dyanmic blocks in my drawing with a specific visibilty parameter name. The problem with the blocks that I'm trying to search for in my draiwng is that the visibility names are very similar with the only differences being CASE sensitivity (ie. OBJECT vs. Object).
(defun c:test (/ BNAME DATA E I PNAME SS VIS) (if (setq data nil vis (getstring T "
Enter the Visibility Parameter Name: ") ss (ssget"_X"(list (cons 0 "INSERT") (cons 2 "`*U*")) ) ) ;; setq (progn (repeat (setq i (sslength ss))(cond ((and (setq bname(vla-get-EffectiveName (setqe (vlax-ename->vla-object (ssname ss (setq i (1- i)) ) ) )) ) (setq Pname(car (vl-remove-if-not '(lambda(j) (eq (strcase (vla-get-PropertyName j)) (strcase vis) )) (vlax-invoke e 'GetDynamicBlockProperties) )) ) (not (member bname data)) ) (setq data (cons bname data)) (foreach itm data (print itm)) ));; cond );; repeat );; progn );; if (if (null data) (princ "
Block/Parameter Name not found")) (princ))
View 9 Replies
View Related
Jun 27, 2007
I would like to make a dvd case like the attatched.
I have the art made and just want to know the best way to bend it around the spine.
View 3 Replies
View Related
Apr 4, 2012
How to properly model a screw thread around the point of the screw.
I have gotten the coil to taper to the point, however, I'm unable to get thread to terminate properly.
Essentially, the pitch remains the same as it moves down the taper, but the major/minor is diminishing until it terminates cleanly at the point.
View 9 Replies
View Related
May 15, 2012
I'm trying to create a two sheet drawing showing the different states of manufacturing for a fabrication that is further machined. The first sheet would be the fabrication and the second sheet would show the final machining. Due to the complexity of the part, cramming everything onto one drawing is not a very good option. I was hoping to use Views or LOD but that won't work. Am I missing something? The part is not suitable for using the weldments option either.
View 1 Replies
View Related
Oct 31, 2011
modeling the actuator on a switch so when the cam rotates it moves the lever on the micro switch.
Dell Precision T3500
Windows 7 Pro
Quad Core Intel Xeon
6 Gb SDRam
NVIDIA Quadro
Product Design Suite 2014 Premium
View 4 Replies
View Related
Oct 3, 2011
I am new to Inventor and am trying to model a hopped safety ladder in Inventor. I have gone through the stages of creating the 2D sketch then adding to assembly and creating the frame which had worked ok for the standard straight run. I am having problems however with the hopped safety cage section which is slightly more complex. I have created a basic circle in sketch part and managed to add a frame to this but I can't copy the component or modify it to create the hopped cage or add it to the main frame.
View 9 Replies
View Related
Nov 29, 2012
Just switched to 2012 from 2010. When I try to edit the description format field in the properties window of a selected cogo point, I can't type in caps, it's all lower case. If I right click and edit the point, I can use capital letters, however. (running C3D 2012 sp4, Win7 64bit, 8GB)
View 2 Replies
View Related
Oct 4, 2004
how to create a CD Case in PhotoShop 7?
View 5 Replies
View Related
Apr 8, 2004
i'm having a problem with my photoshop CS. whenever i create a new type layer and begin typing, it will only type letter in upper case. i can't get any lower case letters.
i made sure that my 'CAPS LOCK' is not selected.
View 2 Replies
View Related
Oct 29, 2003
Using : Photoshop 7.0
Alright this is my problem :
I am creating a portfolio DVD with all of my work to make it look really professional with menus and whatnot. I want the cover art to be professional too, so I created a nice case in photoshop using this :
Document Size :
Width : 10.75
Height : 7.125
Resolution : 200
Resample Image: Bicubic
Then I set up my rulers and created my DVD....
Now when I click print, it says clipping will occur. Which I dont see why, cause the document size (in landscape mode) isn't bigger than a sheet of paper. (Which Im using semi-thin cardstock to print on) But it still says clipping. So I click ok, hoping it will work, and set it up for landscape. It prints out, but it clips and doesn't do the whole thing, it cuts off of the left and right side. Yet it still has alot of blank paper it could have used to print on, I checked all my settings to see if there is something I could have missed, but i dont see anything at all that can help me with this matter.
View 4 Replies
View Related