AutoCAD Inventor :: Add WorkPoint Where Axis And Part Face Intersect?
Aug 23, 2013
Using API is there a way to add a WorkPoint where an Axis and a Part Face Intersect?
I need this to be able to create a WorkPlane normal to the surface of the part at that location.
View 4 Replies
ADVERTISEMENT
Jun 2, 2013
is there a way to tell Inventor to align the view to be perpendicular to the Origin axes when View Face or Sketch on face is selected?
It is most disturbing to have to work with the view cube once in the Sketch just to have it make sense?
This is in Inventor Pro 2012.
View 3 Replies
View Related
Apr 3, 2012
I am trying to derive a part in an assembly from an existing part so that when the first part's geometry is altered the second part will update accordingly. I have tried to use the derive tool but I only need the bottom geometry of the part to derive a base plate part from and I see no way to select just that face when using the derive tool.
View 3 Replies
View Related
Aug 13, 2012
I have a part and I need to scale it in the Z-axis only. It is impossible for me to rework the base geometry directly.
I have made some attempts to figure out how to do this on my own but all have failed:Thicken/OffsetCopy Object + Move Bodies + Combine (wouldn’t let me create a solid with Copy Object)Rectangular Pattern + Combine (works but not the desired result. adds a constant offset to the part, not % based, humongous model size)Derived component (uniform scaling only, prefer to modify the original file for file structure reasons)
View 5 Replies
View Related
Nov 12, 2013
I would like to create a curved surface from a flat part. I have designed the 3d part on the XY plane and would like to have it curved as if placed on a sphere.
I have attached a picture of what I want to achieve. The part is curved in both the X-axis and Y-axis. Unfortunately I cannot attach the part file due to proprietary rights.
At first I used the Bend Part feature and created a bend on both sides on one axis.This was done by sketching a line in the center of the part, which is symmetric in the x-axis and using Bend->Sides. Then I sketched another line which is symmetric in the y-axis and this intersects with the first line used for bending. I have found that I cannot create a second bend using this new line.
View 1 Replies
View Related
Oct 27, 2013
I derived a part and added extrusion.
The original part is rotated at an arbitrary angle and i want to align the origin planes differently.
View 1 Replies
View Related
Sep 9, 2013
The part isn't symmetrical about the YZ plane, you can see it in the sketch of extrusion 1.
Now i started a new sketch, sketch 24, and the part is positioned like in the picture, with the YZ plane not vertical.
View 9 Replies
View Related
Aug 25, 2010
Is it possible to automatically project the x-axis, z-axis or z-axis onto the sketch plane?
I.e. every time you open a new sketch the corresponding lateral and vertical axis will be projected onto the sketch.
View 9 Replies
View Related
Jul 12, 2013
In my sketch I want to move a smaller circle that is within a circle along the Z-axis. I've put the image below to avoid confusion. I am using Inventor 2012.
View 3 Replies
View Related
Oct 22, 2012
I can add sketch on a part's workplane (xy, xz, yz) by using sketchs.add.is there anyway i can select a face of part and create a new sketch?
View 6 Replies
View Related
Sep 28, 2013
Although the part, marked in blue in the picture, has, to my opinion, degrees of freedom, i cannot rotate it round the main assembly axis, the Z axis.
Maybe it's connected to the 2 holes underneeth it, which i projected?
Or maybe because of the axis i made through the M24 thread?
View 1 Replies
View Related
Sep 20, 2011
I need to fillet part on an edge on the top face of the enclosed part, is this possible? I have tried a few things but the fillet command always selects all the edges on the face to fillet.
once selected it says in the selection box that 15 edges are selected, and I can't ctrl click to remove any of them singly, basically it will deselect them all? I have made sure I have loop select off.
View 2 Replies
View Related
Oct 17, 2013
I have several parts designed "car line" in their respective parts.
I would like to simply add them to an assembly in their respective axis positions.
Obviously "place" drops in in an arbitrary position to then be "Assembled". Not what I am looking for.
I was looking for a copy/ paste function between part / assembly but there seems no way to paste into an assembly.
View 6 Replies
View Related
Feb 26, 2013
There are two cases, that should behave the same, but they don't.
First program works normally. Inventor generates a circular Pattern with the given Part.
' Part referenced in Obejct-Collection-Object
o_ObjectCollection (is defined)
' reference an Axis of the Assembly
[Code].....
Now, the second case, I try to take the Work Axis from a Part, that is placed in the Assembly,
but Inventor does not generate the Pattern. If I set the Axis visible, or even rename it, it works. But the AddCircularPattern does not work.
' Part referenced in Obejct-Collection-Object
o_ObjectCollection (is defined)
' reference an Axis from Part, placed in Assembly
[code]....
View 5 Replies
View Related
Jan 8, 2013
I'm making a part and am adding features to it and using my existing sketch dimensions as my guide. The problem is that when there are sketch dimensions on the face of the part, they are difficult to read. I'm forever dragging these dims to the side in order to read them, it's just a bit annoying. I was wonering if there was a setting that made them show up as well as they do when the aren't sitting on the face of my parts. I've attached a .jpg of what I'm talking about. notice the dimension on the left side and the bottom.
View 2 Replies
View Related
Jan 24, 2012
what im trying to do is select a face in an assembly and create a sketch on it in the part level
this is just one step in the program im trying to make the overall program will create a tube frame and the tubes will be driven from a base solid
Sub test1()
Dim asmDoc As AssemblyDocument
Set asmDoc = ThisApplication.ActiveDocument
Dim asmDef As AssemblyComponentDefinition
Set asmDef = asmDoc.ComponentDefinition
[code]......
View 1 Replies
View Related
Nov 7, 2013
I frequently use the "Make Components" feature in order to derive assembly parts from solid bodies in a single master part file. Then I can quickly align the parts in the assembly with the "Ground and Root Component" utility. However, when the part is placed at an angle, the derived part becomes misaligned in the viewports of my idw files after the part gets rotated to a new angle. Then I have to manually reset the rotation by editing each viewport and selecting "View Face." If the angle has changed only slightly, sometimes I won't notice the difference, and I'll forget to re-align my viewports. Is there some way to automatically keep a viewport aligned with an specific face on a part?
If that's not possible, I guess the simplest method would be to place each part into its own assembly and constrain it to the global UCS, but I don't want to have to do that for every angled part in my assembly.
I also considered drawing only sketch blocks in my master file for the angled components, and deriving the sketch blocks to create parts that are properly aligned with the origin planes in their respective ipt files, but with that method I'd end up with a more complex master file with lots of exported parameters and extra working geometry, and I'd have to constrain these parts manually instead of using "Ground and Root Component."
-Using Autodesk Inventor Professional 2012
View 2 Replies
View Related
Mar 5, 2013
How to get coordinates of a workpoint using iLogic.
Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013
View 2 Replies
View Related
Nov 11, 2013
Simple question: How do you add a WorkPoint in an Assembly? I was hoping to find something like:
dim pt as new point ( 0, 0, 1)
oPartDef1.workpoints.add(pt)
~OR~
dim pt as point
pt.setlocation(0,0,1)
oPartDef1.workpoints.add(pt)
[code]....
It seems like I need to make a geometry (i.e. thisApplicaiton.TransientGeometry.CreatePoint(0,0,0) ) but I cannot find this feature for a component Occurence. I don't want to make a "Global" point, I want to make a point "Local" to a particualar part.
View 4 Replies
View Related
Feb 22, 2013
I have a subroutine which creates a WorkPoint with respect to some adjacent components in an assembly. As it happens, this subroutine is called twice; once for each of two different instances of a class. The particular snippet within the sub is:
Dim LowerYPt As WorkPoint = Nothing
Try
LowerYPt = AssyCompDef.WorkPoints.AddFixed(TG.CreatePoint(thisX, thisY, thisZ))
Catch ex As Exception
MsgBox(ex.ToString)
End Try
At least one of the X, Y and Z values are different for the two passes.On the first pass, it runs fine. On the second pass, I get a runtime error:
“System.Runtime.InteropServices.COMException (0x80004005): Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)) at System.RuntimeType……….”
View 3 Replies
View Related
Sep 4, 2012
Is there a way to extract the cavity (C015-G) from the block on the workpoint of the block
View 9 Replies
View Related
Mar 25, 2013
i try to make an animation. I create a cylinder and i want to rotate it by longitudinal axis. i click 'components', select the cylinder and after i click 'position' to select the axis that axis system appears in the right side of the cylinder not in the middle. If i continue whit this settings the cylinder will rotate by a circle not by his longitudinal axis. How can i move that axis sistem in the middle of the cylinder? I can drag it but can't place it exactly in the middle.
View 1 Replies
View Related
Oct 15, 2012
There is any option to merge bottom face of pad eye and pipe curved face... Something like
1. Extrude face to a surface or
2. like notch option available in frame generator ?
N:B - pad eye is made by extrusion and pipe made by frame generator.
View 2 Replies
View Related
Aug 22, 2012
All I need to do is merge a circular face to a flat face, so both faces become one continuous face. Is this possible at all?
I have a attached a screenshot to show what I mean. Face 1 needs to be merged with face 2. This is so if I constrain anything to that face it will constrain to the entire face and not either the circular face OR the flat face.
View 3 Replies
View Related
Sep 14, 2012
I have embossed text onto a part face with an assigned colour of white (main part colour is black). That is all fine in the part model, and indeed when I use that part in a sub-assembly. But, when I use that sub-assembly in a larger top-level assembly the text is black (which doesn't show up too well on a black background ). I must be missing something in a setting but I can't find it. As a test I brought another white-on-black embossed part into the same top-level assembly and that is absolutely fine.
View 2 Replies
View Related
May 12, 2013
I have created the model in the picture in AutoCad, but I do not know how to create it in Inventor. In Inventor I Know how to extrude and draw 2d/3d sketches, but this simple model it is impossible to me.
It is a simple 3D part, no sheet metal or pipe. It is an structure. I have copied it sliced to make more clear the geometry that I am looking for create.
View 2 Replies
View Related
May 25, 2012
Does SDK have two line Intersect Point?
View 3 Replies
View Related
Oct 7, 2013
Is there any way I can extract the rotation of a block relative to the yz axis and xy axis. I can extract the insertion point and xy rotation but not the yz and xz.
View 9 Replies
View Related
May 10, 2005
Everytime I try to join a room I get this error "Part of the roof to be joined misses the target face"
View 5 Replies
View Related
Nov 15, 2011
I set up our company log which gets embossed on most parts as a sketch block in an .ipt. The .ipt contains nothing but the sketch block. To use it, the designer only needs to derive the Logo.ipt file into their part and then use the scale setting to set the derived block to the desired size for that part. The result is a scalable set of line geometry that can easily be used for extrusion or emboss that is standard for all users. It works beautifully, that is until you try to use it in a sheet metal part in 2012.
For some reason, when this same part, which works perfectly in normal parts, is derived into a sheet metal part an error pops up stating that, "Selected part does not have any geometry that can be derived." Say what?
I was able to find a workaround by directly copying the block into the sheet metal part, but you no longer have the ability to go back and scale it if needed. Even more strange, when the block was copied over, it could not be deleted from the new part.
Is this just a bug with 2012? Why does it work in a normal part but not sheet metal?
View 7 Replies
View Related
Mar 28, 2012
Dear Sir, In particular project, when I insert part in Assembly file, It is inserted as a Tube & Pipe run part. so that It is not Grounded automatically. What is the settings by which I can insert as a normal part in assembly file ? I have attached herewith the JPG file also.
View 3 Replies
View Related