AutoCAD Inventor :: Best Way To Create A Workplane At Angle On Tube Surface?
Aug 1, 2013
What is the best way to create a workplane at a given angle on the surface of the tube. Imagine the workplane long and thin running along the surface of the tube. The angle will be a parameter (from a sketch or user).
I'd like the workplane to always be on the surface of the tube, even when the diameter of the tube (from a dimension in a sketch) changes.I'm thinking that a (angled) line in the same sketch as the two circles (which define the tube diameter and thickness) would be a good starting point.
View 9 Replies
ADVERTISEMENT
May 18, 2006
How can I create a workplane with the API that is tangent to a surface and passes thru a workpoint. It is easy to create a work plane of type kPointAndTangentWorkPlaneDefObject by point and click in Inventor 11, but I can't figure out how to do it in the API.
View 5 Replies
View Related
Sep 10, 2013
I have a custom elbow that has an angle of 89° in the tube and pipe author dialog but I cannot select it in the tube and pipe style in the "elbow custom" field where the filter properties are 45° to 90°. I can select it as the standard elbow though where the filter properties are 90° to 90°. This doesn't make any sense. All the other filter properties (grayed out) are the same.
.
IV2013
View 1 Replies
View Related
Dec 5, 2012
I have a small section of hollow tube as an IV part which I need to cut to at one end to produce a tapered effect. Attached is a mark up of what I am trying to achieve with the hollow tube.
Inventor 2013 Product Design Suite Ultimate
Windows 7 Professional-64Bit 12GB RAM
Intel Xeon W3550 3.07GHz
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 4 Replies
View Related
Nov 14, 2012
I am working on a project were I need to select a face and create a workplane out of such face, see the figure attach. my language of choice is C#.
Here is what I think it should be done, my proble is that the oWork (the workplane I just created remains null) and the whole project crashes.
private Inventor.Application mApp = null;.....if (((mApp.ActiveDocument != null))){
if ((mApp.ActiveDocument.DocumentType == DocumentTypeEnum.kPartDocumentObject)){
PartComponentDefinition oPartCom = mApp.ActiveDocument as PartComponentDefinition;
PartDocument oDoc = mApp.ActiveDocument as PartDocument;if ((oDoc.SelectSet[1]) is Face){
System.Windows.Forms.MessageBox.Show("You just selected a surface", "Surface Evaluator");Face oFace = oDoc.SelectSet[1] as Face;
WorkPlane oWorkpl = oFace as WorkPlane;
PlanarSketch oSketch = oDoc.ComponentDefinition.Sketches.Add(oWorkpl, false);
//WHAT AM I DOING WRONG?
}}}
View 4 Replies
View Related
Apr 5, 2013
I am trying to create a workplane by a point and a line. I can do this maually, but have not been able to reproduce this in code.
BTW: I realize I can create a fixed workplane by using the point, the edge, and an edge perpendicular to the edge, but I cannot have this as a fixed workplane.
View 6 Replies
View Related
Nov 8, 2012
I am making a C# Add-in, I need to create a plane from a selected face, I am using the following code, but I am getting stuck.
if (((mApp.ActiveDocument != null)))
{
if ((mApp.ActiveDocument.DocumentType == DocumentTypeEnum.kPartDocumentObject))
{
PartComponentDefinition oPartCom = mApp.ActiveDocument as PartComponentDefinition;
PartDocument oDoc = mApp.ActiveDocument as PartDocument;
[code].......
View 2 Replies
View Related
Jul 15, 2011
In an assembly document, I try to add a MateConstraint between male and female side of an 45 degrees elbow. The male side is built on the XZ Plane and Y Axis And I try to create a workplane on the female face.
But a got an error with the last line of code. Here's my code (vb.net code) :
' Get application object
Dim app As Inventor.Application = GetObject(, "Inventor.Application")
Dim doc As Inventor.AssemblyDocument = app.ActiveDocument
[Code] .......
View 3 Replies
View Related
Mar 19, 2013
I would like to set the highlighted surface under angle I pointed in the screenshot number 2 ( I drew black line how I would like to do that) how to start with it.
View 3 Replies
View Related
Jan 3, 2012
I'm trying to draw the following bench in Autocad but I'm getting bogged down trying to figure out how to create the following tube with an angle on it and how to achieve different shapes at the top of tube.
View 9 Replies
View Related
Apr 17, 2013
I was trying to create Aircraft pilot tube using inventor and got the problem of internal tube designing in the connector section. Please see the attached files.
I am having problem designing the internal part of the end connector section where the internal tube from the probe goes up bends and connects to a tube with end connector via an accumulator. (as shown in the picture attached - Pitot.tube_abnormal.procedures-1_A300-600_Prunep.55)
View 3 Replies
View Related
Mar 16, 2013
I have a question about calculating the maximum tube length. Why do i ask this, because you can just measure it on drawing?
I'm building a parametric model for building simple storage tanks, and the goal is to get a complete BOM out of the model without any difficulties.
I have 4 possibilities of tube positioning on the tank. (see image)
1. A tube that stands in the center of the axis of the main tank.
2. A tube that stands in the center of the axis of the main tank, but under an angle
3. A tube that doesn't stand in the center of the axis of the main tank.
4. A tube that doesn't stand in the center of the axis of the main tank, but under an angle
These 4 possibilities can be flush with the inside of the tank or not.
Is there a easy way to determinate the longest point from the front of the tube? This longest measurement will be the length i need to get into my description for the BOM.
View 1 Replies
View Related
May 27, 2013
How do I repair a tubing constraint?
I use tubing in inventor, I always attached tube to whatever fittings I am using and everything is fine but if something gets moved that the end of the tube loses its contraint I'm ready to jump off a cliff!
Is there any way to get the end of the 3D sketch contrained to the fitting again?
Up until now I have always had to deleted the route and started over. Inventor Pro 2014
View 1 Replies
View Related
May 20, 2013
I can not create a new pipe section. İn inventor 2013, at the tube and pipe style
I watched these steps . still not
[URL].......
[URL]........
[URL]........
View 5 Replies
View Related
Oct 10, 2013
I want to build a pipe or tube frame and use tube or pipe connectors to join the pipes.
What is the best way? "Tube and pipe" or "Frame generator"?
View 1 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 25, 2012
I am trying to create two plane's one after the other like it is done in this video tutorial.
[URL]........
My problem begins with me only having 1 point on the part to pick for my 3 point plane command. In the video there is no bit where you are supposed to create a point but I'm thinking I wont be able to duplicate without doing something like that.
View 1 Replies
View Related
Jul 26, 2013
I'm trying to create pipe route using the tube & pipe run. And its not constrained when I try to drag away. I tried grounding the components which is not working either. since the routing opens in 3dsketch its kinda tricky to make it fully constrained.
View 2 Replies
View Related
Aug 12, 2013
I want to put my iFeature on my workplane,but i can't.However, if I change my PlaneInput = oFace , it can work perfectly.My program is below:
Private WithEvents oInteraction As InteractionEvents
Private WithEvents oselect As SelectEvents
Private Sub UserForm_Initialize()
Set oInteraction = ThisApplication.CommandManager.CreateInteractionEvents
Set oselect = oInteraction.SelectEvents
[code]...
View 1 Replies
View Related
Dec 3, 2012
I want to use a lofted solid as a component in an assembly. I am using a top-down approach with 2D blocks to get the kinematics right before creating the components.
My problem is that the sketches needed to create the loft are on workplanes, and those workplanes are fixe with respect to an absolute coordinte system.
Is there a way to assosiate workplanes with a block instead, so that they will move with the part?
Is it possible that the problem is trying to do this in a part file, and that if I place the finished solid in an assembly it will then be able to move? ( I am fairly new to Inventor.)
View 1 Replies
View Related
Jan 6, 2014
I created a sketch on a 'fixed workplane' and extruded it. I would like to know if it is possible to move the workplane? I understand I can change the workplane if it is a 'plane by offset from plane'.
If moving a fixed workplane is possible, does the extruded features move along together?
View 2 Replies
View Related
May 26, 2013
I have used a driven contraint in a sketch.
Can that also be done in an assembly?
In one assembly I want to make one angle half of a driven angle.
View 3 Replies
View Related
Nov 22, 2011
Is it possible to change the colour of User Workplanes in IV 2011?
Autodesk Inventor 2013-64Bit Edition
Intel Xeon W3520 @ 2.67GHz
Win 7 Pro
6.7 System Rating
NVIDIA Quadro FX 1800
View 1 Replies
View Related
Jul 31, 2012
I have some models which are based on skeleton modeling and where the actual parts are modeled at the position where they are in the assembly. When the skeleton part is changed the parts will update and their orientation related to the origin planes can change. This is where the problem lies, on the drawings of these parts the views are all skewed after an update.
Is it somehow possible to tell Inventor that all views on a a drawing should stay alligned to a workplane? Because it are all parts and no assemblies I cannot use posreps (and I don't want to use dummy assemblies). I also tried setting a specific edge to be horizontal with the rotate command in the drawing. This works for the base view, but all projected views will still be skewed after an update.
View 2 Replies
View Related
Oct 15, 2004
I have assembly file in which I have created a work plane "Work Plane19" . Now I wanted to create a new work plane which will be paralle to workplane "WorkPlane19" & offset by 10.5 mm in same assembly document through VBA subroutine. I have tried with following code but getting error,
Public Sub NewWorkPlaneCreate()
Dim oAssly As AssemblyDocument
Set oAssly = ThisApplication.ActiveDocument
[Code].....
View 6 Replies
View Related
Jul 29, 2013
I have a ipt file in my assembly and try to makes some constraints. Everything ios working well, but there are some suppressed workplanes, and I don't want to use them for a automatically created constraint. Is there a way to find out the workplane suppress status?
Why are they suppressed? They are defined on a part feature (extrusion surface). And when I supress that feature, also the Workplane is suppressed.
But I only can get the visible status. Maybe there's a way to get it about the part feature, but therefore, I have to search for the part feature, and that's also a problem. I cannot get the part feature, who is used for the workplane definition (I think, it's a problem of my knowledge )
Please see attached a small view on the browser where you can see the suppressed Planes.
View 2 Replies
View Related
May 19, 2012
I have three workplanes. All three were created the same way (offsetting an existing workplane). I want to change the offset dimension. I can on one of the planes, but on the other two, I have to "Redefine Feature". There is no Edit dimension available in the menu.
One plane like this:
Two planes like this:
Why is it different?
View 3 Replies
View Related
Nov 5, 2011
How do you create a new Workplane from a Defualt Plane and rotate it along a default Axis?I am new to API and trying to create workplanes and rotate them along a Axis.
Im trying to use "AddByPlaneAndOffset" is this the right method?
View 8 Replies
View Related
Jun 18, 2013
If i made a workplane include in a drawing document with api, then it will display in the view as a center line.
I want add some note to the Center line,but i didn't know how to select it with api, Is there have the API function to do this work?
View 2 Replies
View Related
Feb 17, 2010
In Inventor, it is possible to mark a workplane with "Export Object", by rightclicking on the node. This make the workplane accessible when using the part as derived.
What is the programmatic access to the property? Can not find it on the Workplane object?
View 2 Replies
View Related