AutoCAD Inventor :: Choose Plan While Creating Holes
Sep 19, 2012
Previously, I use to create sketch's on the face of the part and do holes and extrusion operations.
I use to face lot of issues as parent geomentry is visible while editing the sketch. Started to use datum planes and avoid using the face of the part to create sketchs, This is method is much better as I dont have any issue with the parent geomentry.
But, I have new problem. Please refer to the attached screen shot. When I want to create the holes in nominated centres there is no option for me to select the face of the part.. The counter bore depth starts from the sketch plane.
It would be lot handy, if there is an option to select a plane or a face for these operations. Then I can share the same sketch to create holes in different parts which are at different distances from sketch plane.
View 2 Replies
ADVERTISEMENT
Mar 1, 2012
I created an ipart and on some of the parts i need holes in them and the others i do not. I use the hole feature and made my holes but it shows up on all of the parts. I go into the table and change all the holes for the parts i don't need to a dia of 0. now those parts wont work because of the error of having the hole dia set to zero.
Is there a way i can suppress the holes on the parts i don't what the holes to be in?
View 1 Replies
View Related
Aug 15, 2013
I needed to create a lot of bolted connections so that my design could be sent for FEA analysis.Connections with thru holes eg. nuts and washers on the back work fine beyond the everpresent update issues.
My issue is with tapped holes, my parts already have the tapped holes but the "Botlted connection" feature insists on creating a new tapped hole for me. This is not so bad but every time I have to update for moved holes etc when updating the bolted connection I get a new tapped hole.Would really like to get rid of that tapped hole?
Also when I get the extra holes I delete the feature and then have problems with the underlying sketch which I cannot access, how do I get rid of that sketch or how do I access it?
View 9 Replies
View Related
Sep 5, 2013
I'm setting a layout - I choose plan view for my viewport, save the template and .... I have set it again to unspecified.
Civil 3D (2013) how much you have to improve....
View 1 Replies
View Related
Mar 4, 2012
How i can create DWG using .Net.
While creating DWG file, i have to choose one of the dwg template and location for created DWG file.
View 5 Replies
View Related
Oct 12, 2012
creating infill at the grading example from the civil 3d tutorial "filling holes in a grading" (grading-6.dwg) failes when selecting the area to fill. The command finshes whithout changing the model. There is no diamond symbol displayed.
Why i am not able to select the area?
View 9 Replies
View Related
May 9, 2012
I've been using the shape tool more and more at work and wonder... Is there a "preferred" or "best" way to choose nodes when creating shapes? Let's say we've got a french curl stencil that we want to make. Is it best to simply draw where the curves start and stop, or in the "center" of each curve as it bends?
EDIT: Perhaps a silhouette of a mickey mouse type ears + body would be a good example.
View 9 Replies
View Related
Jun 7, 2011
I have a massive problem with my autocad map 3d's linetype scale..Problem is caused from creating an primary viewport "construction plan", then creating a second viewport "detail plan" and zooming in on the detail plan viewport.
My line type in the detail plan turns into ------ LV ----- as apart from the normal size of -----LV-----.I've tried everything form psltscale, lt scale, msltscale (i think), audit, recover, basically everything i could.
NOTE: This problem is only on my pc, and none of the other pc's in the office do this. I use classic autocad and have customised my buttons etc.
View 7 Replies
View Related
Dec 18, 2013
I am running civil 3D 2014 and have several lisp file that I have added to my startup suite. I am creating layout tabs for plan and profile sheets and use my lisps continuously and then all of the sudden it tell me that it's an "unknown command". I have closed the program and reopened the drawing an I realized that my start up suite is now empty.
View 2 Replies
View Related
Jul 9, 2013
I'm looking for a way to simply get a flowline elevation at some random point along a pipe (Network) in plan view without having to go through the trouble of "drawing Parts in Profile".
I have successfully added invert elevations at the ends of the pipe, but that's not what I'm looking to do & "ID" command shows the "Z" elevation for pipes in pipe networks to be "0".
View 6 Replies
View Related
May 3, 2013
When creating plan and profile sheets with multiple alignments in the view, what is a common practice in civil 3d?
- Data shortcut all alignments that are in the view into the plan and profile model
- Create a dwg that has all the alignments data shortcutted and xref that into the plan and profile dwg
- Create a dwg for each alignment and xref into an overall alignment dwg via attach and then xref the overall into the pp sheets dwg model.
Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit
C3D 2014 SP1
Dell M6600, Core i7 @ 2.3GHz, 16 GB ram
Dell T3500 workstation, too much ram to post
View 2 Replies
View Related
Apr 25, 2013
I'm looking for an easy way to generate a on-line riser diagram of blocks that have been inserted on a floor plan.Here's what I was thinking.
For every instance where the block SLC_DEVICE IS insert on the drawing, the routine would insert the block listed in the "TYPE" and place text equal to what is listed in the "ADDRESS". The TYPE is the actual block name.
Each one of these blocks have a tag of TYPE and ADDRESS. What is in the TYPE tag is the block name of what should be inserted and what is in the ADDRESS tag is the text that should be inserted under the block.
So for example; the routine would find the first instance and the tag TYPE which is "Smoke_Detector" and the tag ADDRESS which is 01:03:001. The routine would insert the block "Smoke_Detector" with the text "01:03:001" directly under it. It would insert the next instance the same way a specified distance from the last; so on so on so on until all instances of the BLOCK (SLC_DEVICE ) have been inserted.
The other part of this would be the Block "NAC&SPK_Circuit" but you would use the Tags "Type", "Candela" AND "NacCkt" to generate the one liner.
View 9 Replies
View Related
Jan 10, 2013
I new to using the view frame groups we do allot of double plan view 11x17 sheets using an alignment on top of MrSid aerial drawings. It is very time consuming to setup the viewports along the alignment doing the old fashion method of copying the page setup and sliding the model space along the alignment for the next sheet. I understand the plan profile and cross section methods of creating multiple sheets and how the viewframe group works for those type of sheets. I'm just not sure how to create a dwt template for one plan view on top of another plan on the same sheet with to viewports. I know I'm not the only person that creates road cl double planviews when your not concerned about a profile.
View 3 Replies
View Related
Nov 27, 2011
-Did I do the rectangular pattern correctly? If not, the correct one with step-by-step information
-Why the holes do not go through the thickness of plate?
View 8 Replies
View Related
Jun 21, 2010
I'm looking to find how many holes there are in a part ( and then what their diameters are). I tried using
Dim oPartDoc As Document
Set oPartDoc = ThisApplication.ActiveDocument
Dim oCompDef As PartComponentDefinition
Set oCompDef = oPartDoc.ComponentDefinition
MsgBox "there are " & oCompDef.Features.HoleFeatures.Count & " holes"
but this falls down if a hole feature created more than one hole at the same time.
View 9 Replies
View Related
Dec 30, 2011
I have an existing extrustion with holes in it. All in one sketch.
I go to add an off shoot from the existing main body in the sketcher. In that off shoot I add a circle
in the middle of the off shoot to represent a hole. So fa so good, or at least I thought. I exit the sketch mode
and my extrustion looks fine with the exception of the hole is not there. Why? Why doesn't Inventor recognise the
circle sketch as hole geometry like it does in the originally created sketch?
In Solidworks, given this same scenario, would have recogized the circle as a void and thus created a hole.
I ended up deleteing the hole out of the main sketch and doing a seperate hole cut feature. I am sure I am missing something and in the process of learning would like to know if indead I did not do this the correct way.
View 6 Replies
View Related
Nov 5, 2013
I`m just wondering if there is any chance to avoid that screen below (when open file from Vault) and set it up to use a certain template by default?
View 7 Replies
View Related
Oct 31, 2011
How to create a list of values to chose from for an iProperty? I can create a multi-value parameter and set the iproperty equal to it, then create a form that calls up the parameter...but there has to be a better way. I'd like to create a template with iProperties that are standardized. For example, we have a bunch of labs in our business. I created a custom iproperty for the labs (so that this property could be searched in vault). However, if I stop there, users will find all sorts of ways to botch the lab names. Therefore, when you run a search for a lab, you may not find all the files associated with that lab due to a mispelling. Forcing values chosen from the iProperty list would prevent this from happening.
I was hoping there would be a way to do this with iLogic forms, but you can't create a list for iProperties...at least I don't think you can.
Autodesk Product Design Suite 2012 (Inventor 2012 Pro SP1, Vault 2012 Pro Update 1)
Windows 7, 64-bit
Intel Core i7
8GB
Nvidia Quadro FX 3800M
View 7 Replies
View Related
Aug 13, 2013
I am modelling plain Bearing but i have problem getting holes at an angles. I have attached an image for it.
Holes are located on top side of the bearing.
View 3 Replies
View Related
Sep 30, 2013
Basically I’m trying to create a circular cut in a flat pattern for a hole made in a rolled piece of sheet metal.
I have created a "case" (this is what we call it) to mount an axial fan, it will require holes for mounting the motor plate. When I create these holes in the rolled case assembly they appear to be fine, but when I flatten it they are turned into two sets of semi-circles or ellipses.
This is only a problem when we run the parts on our Laser; the laser will attempt to start the cutting at the end of each of these "semi-circles" causing a hotspot where the two semi circles meet. This causes the hole to be slightly smaller than intended in this area causing great difficulty inserting bolts, they normally require drilling.
Our material thicknesses vary from about 3mm to 8mm.
I’ve included a crude example of what I’m trying to achieve. To really see what I mean, place the file into a Drawing file and zoom into the hole. I couldn't add the file, with only 3 features the file was 5mb in size.
By the way, I have a temporary solution, it's just a little complicated. (My solution: use square holes first in the un-flat, use the diagonal lines from each corner of the square in a sketch on the flat pattern to place a circular cut on its mid points.)
Intel Xeon 3.0GHz (4 Cores)
nVidia Quadro 2000 (1GB) - Dual Screen
8GB RAM
View 6 Replies
View Related
Nov 12, 2011
How I can get the holes filled/hatched in elveation vies and in sections?
Please see the attaced sketch.
View 9 Replies
View Related
Mar 20, 2013
Using the Hole command, I want to locate / reference off datums, this is something I can do in Pro-E. It's not a choice, that I can find.
View 8 Replies
View Related
Oct 24, 2011
How do I place a hole on a circular part at a specified distance from the edge. This works on other parts with straight edges, but there is no option to do so on a circle.??
View 3 Replies
View Related
Jan 25, 2012
I have a couple of quick questions about dimensioning holes in drawings .
First, if I have a hole in a rod or shaft so the surface isn't a full circle I get the dimension as a radius. Can I change it to a diameter?
Second, in a model, how do I dimension or measure to the edge of a round rather than to it's center? In SW I could hold the shift key while selecting, is there a similar method here?
View 2 Replies
View Related
Apr 12, 2012
I have an assembly which consists of parts and holes, when I open a part the holes are not visible as they were created in the assembly - how do I display the holes for these parts that were created in the main assembly when opening a part file ?
View 9 Replies
View Related
Sep 19, 2013
I have a cabinet that we make, and we put some holes through the sheet metal skin of the cabinet at the assembly level. I use iLogic to turn these holes on and off, depending on configurations.
Sometimes when switching between configurations the holes that were suppressed will disappear from my model and leave me with just the original sketch. So my iLogic rule errors because it can't find the hole feature.
I am using planes based off of the origin planes to define an axis that I use as my hole center line. And I then make a sketch on the XY origin plane to create a point for my hole. So everything there is independent of the cabinet model.
View 3 Replies
View Related
Feb 20, 2013
I have a 3 part assembly . Holes have to be made though the 3 parts . The holes can be made and snet/projected/though all/though distance and this work fine. The holes are shown in each part and the participant command works fine
The holes are shown in a drawing file....all GOOD
BUT
The holes are NOT shown when each part is opened!
View 3 Replies
View Related
Jun 6, 2013
I am struggling to drill holes at an angle on shaft in assembly level. I cant drill at part stage as forging called up in assembly.
View 4 Replies
View Related
Dec 19, 2011
Current version INV 2012
1. When placing pumps,bolt-on walkways etc..etc..on to a metal frame at the assembly level do you place the pumps/walkways first and then add the bolt holes to the frame or do you create the bolt holes first in the frame and then place the pump/walkways on to the holes?
View 3 Replies
View Related
Aug 6, 2010
i have edited an associative part within an assembly. Created a sketch on one of the surfaces, and projected the surface of another part, which had holes. Then created a set of holes, by selecting some of the hole centers from this projected sketch. Later I wanted to remove one of these holes, but it doesn't seem to be possible. I can not de-select a point.
Inventor 2011
View 9 Replies
View Related
Feb 13, 2004
I am trying to Drill a series of holes on a cylinder. I cannot find out how to start the sketch on this surface so that i can drill on the rounded part of the cylinder.
View 5 Replies
View Related