AutoCAD Inventor :: Creating Rectangle In Sketch In Assembly

Oct 2, 2013

I have problem with creating of a Rectangle in a sketch. I would like to make a profile in assembly and then make a "revolve".

Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = ThisApplication.ActiveDocument

Dim oCompDef As AssemblyComponentDefinition
Set oCompDef = oAsmDoc.ComponentDefinition
[code]..........

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Rectangle In A Sketch - Select Parameter

Feb 11, 2013

When i place a rectangle in a sketch i can't select the parameters to be directly linked to size. I must first enter a number, delete the number and can then through the triangle to the parameter list. Is it possible to approach  the parameters directly ?

View 3 Replies View Related

AutoCAD Inventor :: 2 Point Centre Rectangle Sketch Offset

Jul 9, 2013

I know why you cant loop select and offset the rectangle but surley if you are going to take the time to listen to users and create requested tools, you should do it well?

View 4 Replies View Related

AutoCAD Inventor :: Creating Separate Assembly Out Of Various Component Parts In Existing Assembly

Jul 10, 2012

I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?

View 2 Replies View Related

AutoCAD Inventor :: Putting A Sketch Into Assembly

Dec 21, 2013

What I have is a sketch of a hole.  The hole has a flattened side to prevent the part from rotating.  What I want to be able to do is to put this "part" (an ipt file with just the sketch in it) on any surface of any case, top, left, right, bottom, or even the front or back.  So it needs to rotate 90 degrees in x, y or z or combination thereof.

I've been told several things by the local assistants, such as "copy it, place it on the desired plane in the .ipt file, delete the original sketch, then insert it into the assembly", which doesn't work, or use the Component>Rotate command, which gives me infinite degrees of freedom, making it hard to tell when I've rotated 90 degrees in the correct axis.

The sketch will be used in a number of assemblies, including machined aluminum, 3D printing, and laser-cut acrylic. 

In essence, I want to place this sketch flat on a surface, then extrude "To" the other side of the surface.  I want the flat edge of this sketch (the side that keeps the part that will be inserted in the hole from rotating) constrained to be parallel to one of the edges.  I have looked around a lot through the documentation and several other Web sites, and there does not seem to be an answer to this.

The sketch is simple: a circle with a flattened side, so if that sketch needs to be discarded, it is no major "expense" to me in effort.  But given my projected series of projects, creating reusable drawings is going to be important.  So how should I be thinking of this?

View 9 Replies View Related

AutoCAD Inventor :: Sketch AddWithOrientation In Assembly

Mar 12, 2013

I'm trying to create a PlanarSketch in an assembly with a predefined orientation.As a sketch plane I want to use the YZ-plane of the assembly, as the x-axis the x-WorkAxis.

If I use the code below in a part, everything works fine, but I cant get it to work in an assembly.The AddWithOrientation function will fail and complain about a wrong argument.

Sub Test()
    Dim oAssyDoc As AssemblyDocument
    Dim oWorkPlane As WorkPlane
    Set oAssyDoc = ThisApplication.ActiveDocument
    Set oWorkPlane = oAssyDoc.ComponentDefinition.WorkPlanes(3)
[code]...

View 2 Replies View Related

AutoCAD Inventor :: Part Sketch Not Showing In Assembly?

Oct 15, 2013

I am using Inventor 2014.  I have a sketch on a part that does not show up when I put the part into an assembly.  Any way to make the sketch show up in the assembly?  It is a 3d sketch that is projected to a surface.

View 1 Replies View Related

AutoCAD Inventor :: Assembly Sketch Driven Dimension

Aug 31, 2011

In 2012 when in a sketch in an assembly all the stuff under "Format" is grayed out.

You cannot make a dimension driven, nor can you make a line construction or a centerline and you can't change a sketch point into a center point. Do I have some setting wrong?

View 8 Replies View Related

AutoCAD Inventor :: Sketch Visibility Of Part In Assembly Using Vba

Dec 11, 2013

how to turn off the visibility of a specific sketch (ex. base_Sketch) of a certain part in assembly using vba?

View 3 Replies View Related

AutoCAD Inventor :: Create / Edit Sketch In Assembly

Mar 20, 2012

I created an assembly of parts and then converted my assembly to a weldment. I then realized that I need to create a sketch and make an edit to my assembly. The sketch command is greyed out however. I did some trouble shooting and realized that once I converted it, it no longer allows me to make edits. Is there anyway I can get around this? do I now have to re-create the entire assembly to make this edit at the assembly level? If so this would really suck since it is a rather large assembly. I see saving as a new IAM doesn't work as well.

View 5 Replies View Related

AutoCAD Inventor :: Sketch Blocks In Assembly Files

May 29, 2013

Is there any way to add sketch blocks to an assembly sketch?

View 9 Replies View Related

AutoCAD Inventor :: Sketch Gone When Editing Hole Feature In Assembly

Jan 6, 2012

I just want to notice the Autodesk guys that when editing a hole feature in an assembly, then the sketch is hidden so that is not possible to pick more centerpoints. I noticed this when working with a sheet metal part, I don't know if its the same with a regular part.

Inventor 2012 SP1 / 64 bit

View 4 Replies View Related

AutoCAD Inventor :: Add Sketch To Part Using Face Referenced From Assembly

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

AutoCAD Inventor :: Constraining A Part To A Sketch Point In The Assembly Environment

Aug 7, 2012

Unfortunately, it's chock full of proprietary customer data, so I can't share the parts or the assembly.  But I can pretty well explain what needs to happen, and I've attached a JPG that shows a bit of what I'm doing.

I need to design a bracket to hold an RPM sensor at a certain gap to a spiral bevel gear.  I've got a huge assembly model (non-Inventor) from the customer, as well as the model for the sensor.  My plan is to start a master IAM, insert the customer assembly, insert the sensor and constrain him, and draw the various hardware I need around the sensor.

So I start by making a work plane that matches the bevel angle and is in a location so the end of my sensor will be flush to that plane.  Create a sketch on that plane, then project 2 relevant axes to create the appropriate "origin" from which my location will be based.  Place a point on one line, at a certain radial distance and constrain my point.

So now I've got a point and a plane that are where I want my sensing face and my centerline axis to be.  What now?  I was thinking that I'd create a work axis "normal to plane through a point", but this workflow isn't available in the assembly environment.  I can't constrain a solid to a sketch point, so I really don't know what to do at this point in order to put the part where I need it.

View 2 Replies View Related

AutoCAD Inventor :: Cannot Make Component Sketch Show In Assembly Drawing

Dec 8, 2011

I have a sketch on a component. That component is being used in an assembly. The assembly drawing (.idw) does not show the sketch on that component. I have made them visible on the component, but don't want it visible on the assembly model. (only the assembly drawing)

View 1 Replies View Related

AutoCAD Inventor :: Creating Rectangle Wood Panel - Sides With Different Angles

Feb 1, 2012

I am trying to create a rectangle panel wood with sides with different angles (700x1000mm and thick of 15mm) 2 sides need to be 45degres and the 2 other 25degres.

I have tried withh the Extrude and taper function ...but this doesn t let me create different angles(taper) on each sides. 

What would be the best way to do this? What other function could i use?

View 2 Replies View Related

AutoCAD Inventor :: Creating Dimensions On Sketch?

Dec 17, 2012

One of our senior designers seems to think there is a setting when creating a sketch that will automatically dimension.

So if a straight line is draw and 5 mm length is entered a 5 mm line will immedialtey be created, he seems to think that you can then immedialtey Dimension said line??

I can't find anything, settings wise?

View 3 Replies View Related

AutoCAD Inventor :: Frame Generator Assembly - Unable To Modify Base 3D Sketch

Aug 2, 2013

I've just started working on a frame generator assembly I was modelling earlier this year; I can't seem to modify the base 3D sketch. The feature which looks like the original 3D sketch is now called the "Reference Skeleton" and I am unable to modify it at all.

I am working on a copy of the original part as I "save as" the whole master assembly when I was last working on the model. I don't know if this would have effected anything.

View 2 Replies View Related

AutoCAD Inventor :: Creating Sketch - How To Center It About Origin

Aug 26, 2013

After I create a sketch, how do I center it about the origin? The origin is projected, I just can't figure out how to set the sketch about it.

View 4 Replies View Related

AutoCAD Inventor :: Convert Imperial To Metric In Assembly / Part Level Sketch Dimensions

May 14, 2012

I need converting imperial dimensions into metric in assembly as weell as part level sketches dimensions.

Any solution for converting all imperial dimensions to metric dimensions in whole assembly constraint level and as well as part level sketch dimensions. Any macros or any ilogic rules?

View 1 Replies View Related

AutoCAD Inventor :: 3D Sketch Equation Curve - Creating Coil?

Jul 26, 2013

I am trying to create a coil which from above, retains equal and thus parallel pitches whilst at the same time adheres to a semi-circular form in the cross section. You can see from the images attached that the first two revolutions are larger than the semi-circle outline.
 
These are the values I have used:
 
Cylindrical

r (t):     134.56924424045517662353735770102mm * t * 0.5
q(t):     1 deg * 360 ul * 3.0 ul * t
z(t):      10 mm * 6 ul * 0.5 ul *  t  * (1.5 * t) * t

tmin: 0 ul
tmax: 0.916 ul

View 9 Replies View Related

AutoCAD Inventor :: VBA Creating Path From Derived Sketch Block

May 21, 2013

I've got a problem with creating Path in Inventor VBA. I've created a source block definition in SourcePart.ipt, derived it in DestPart.ipt, placed this derived SketchBlockDefinition in Sketch3 and draw 3 extra lines. Now i want to add a SplitFeature with SplitTool as a Path of 3 lines, but first i need to create this Path. There is no problem with creating path from this 3 extra lines, but when i want to create path from lines that belongs to derived block - an error occurs. 

Below is sample code (also included in attached file - DestPart.ipt). Try run it with DestPart.ipt as an active file. When Inventor is prompting for Selecting Sketch Entity first select one of 3 extra lines, macro ends with no errors. Then run it again, this time select one of 3 lines that belongs to SketchBlock - an error occurs.

When you try to add SplitFeature (Trim Solid) by UserInterface Button "Split" there is no problem with any set of 3 lines.
 
Sub CreatePathTest() Dim oPartDoc As Inventor.PartDocument Set oPartDoc = ThisApplication.ActiveDocument Dim oPickedSketchEntity As Inventor.SketchEntity Set oPickedSketchEntity = ThisApplication.CommandManager.Pick(kSketchCurveFilter, "Select Sketch Entity") Dim oNewPath As Inventor.Path Set oNewPath = oPartDoc.ComponentDefinition.Features.CreatePath(oPickedSketchEntity)End Sub
My System is Windows 7 32bit/64bit, Inventor 2012 

View 1 Replies View Related

AutoCAD Inventor :: Sketch Panel Don't Open When Creating New Part

Apr 18, 2012

I have a problem when I`m creating a new part in assembly.

I`m in assembly and I push a create button. Then I give it a name and OK. Then I push a plane where I want to make the part. New sketch comes but no sketch panel. I have to push right button from mouse and click finish sketch. Then when I go edit sketch the sketch panel comes like it suppose it to be.

View 9 Replies View Related

AutoCAD Inventor :: Toggle Sketch Only Geometry When Creating Drawing?

Jan 23, 2012

Can we now toggle "sketch only" geometry when creating drawing view sketch transient geometry in the Inventor 2012 API?

View 2 Replies View Related

AutoCAD Inventor :: Creating Extrusion With Sketch Containing Multiple Circles

Mar 18, 2013

I am trying to creating an extrusion with a sketch containing multiple circles. However, the AddForSolid() Method is not working properly, returning non-NOERROR is C++. Below is the code that I used to create a sketch(which is succeeded) and then try to create a extrusion (in my case cutting). 

ApplicationPtr pInvApp;pInvApp.GetActiveObject("Inventor.Application");DocumentPtr pItem;pItem = pInvApp->GetActiveDocument();PartDocumentPtr pDoc;if(pItem->GetDocumentType() == kPartDocumentObject)pDoc = pItem;SelectSetPtr selectedItem;selectedItem = pDoc->GetSelectSet();FacePtr face;//printf("
[code]....

View 6 Replies View Related

AutoCAD Inventor :: Creating Custom Dialogue To Edit A Sketch Symbol Text?

Jul 18, 2013

What I would like to do is create a custom dialogue for each of 3 or 4 standard sketch symbols we use on a regular basis. I'd like to load 'suggsted' values out of an excel spreadsheet and allow the user to pick from them or enter in a custom text string if required.  The values would then become part of the sketch symbol.

I've spent some time looking into iLogic rules and I think I've determined that they're not flexible enough to do what I want.

If I'm correct, it is possible (or a good idea) to do this using a VBA macro? I'm a little hesitant to go down the full blown add-in route. While I'm pretty confident I could work it out.

View 3 Replies View Related

AutoCAD Inventor :: Creating WorkPoint In Assembly

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

AutoCAD Inventor :: Creating A Flexible Assembly?

Jan 11, 2012

I am wanting to create an assembly that I can manipulate and `pull about'.

To describe what I have and I want to acheive try and picture this very simplistic layout :-

A length of hose 50 meters long.

Another length of 50m long hose 2 meters directly below it.

The 2 lengths of hose rigidly tied together at 2m intervals with a small diameter solid bar and clamps around the hose.

What I need to acheive is :-

An assembly showing the above items in a long straight 50m run.

(I have no problems with creating this assembly.)

From there though I then need to be able to create an `S' shape, with the hose staying at a fixed radius where it is rolled to form that shape, both hoses must stay inline with each other at all times.

If you can imagine how a hose would react as you rolled it in reality I want to try and replicate that within my assembly if it is possible?

I realise I could create one long flat assembly then create another seperate assembly showing it in it's rolled up `S' shaped state but that is not what I am wanting.

View 1 Replies View Related

AutoCAD Inventor :: Creating Part In Top Down Assembly

Jun 19, 2012

I am facing problem in creating part in top down assly.

Find attachment.

I first part as pipe having dim 300 mm.In assly I select create option and made sketch having diameter 100 circle . I have extrude this circle up to the wall of 1 st component . I select to option but surface of 1 st component not getting selected. If I select 1 st part rectangular shape, that case 2 part extrude using same concept. (# ref 2 attachment)

View 8 Replies View Related

AutoCAD Inventor :: Creating Associated Parts In Assembly?

Aug 15, 2013

i am trying to create a part within an assembly to make sure it fits around a curved column. Please see my short video.

I can create the sketch on a plane and it will s how the potential extrusion however, it wont extrude.

This happens under any condition. I have tried different shapes and everything but i get the same thing. How to successfully create parts in the assembly and save the m out as part of the project?

View 6 Replies View Related

AutoCAD Inventor :: Creating List Of Drawings From Assembly

Jan 9, 2014

I wonder if there is any way of creating the list of drawings that derive from a general assembly, which contains sub assemblies and spare parts. That involves to export some personalized i properties, such as nº of drawing, nº of father drawing (for sub-assemblies), and title.

The idea is creating a inculcated link between these drawings (.idw files) and an excel file that, if possible, updates itself when changing the drawings.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved