AutoCAD Inventor :: Base View Not Showing Corretly

May 7, 2012

When creating a new view of flighting on a tube part of it shows up like it should and part shows up as dashed lines and when you turn on "shaded" the parts that are dashed do not shade.  All of the flighting parts come out of the same file and the tube is from a different file.

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Showing Section View In Base View

Dec 13, 2012

how to show section view in base view with out projection the component.

View 2 Replies View Related

AutoCAD Inventor :: Get Sheet Number Of Base View For Selected Child View

Jun 21, 2013

Is there a way to get sheet number of the base view for the Selected Child view (Mainly for Section. Detail Views). Because the Section views, Detail views (initially they would have created on the same sheet where the parent is, then they moved to different sheets). So we place the parent view sheet number.

View 1 Replies View Related

AutoCAD Inventor :: View Label In Base View / Drawing?

Nov 25, 2008

Each time when I place a part in base view, have to follow few steps; go through view label, format Text, than choose type option - [Properties-Model] and its property - [Part Number], than placing dimensions. it takes long time and very repetitive, especially, when placing a hundreds of parts and I was wondering if there is an option, to set up view label; [Properties - Model ]& [Part number], as a DEFAULT. So, each time placing a part, in base view it will come up with correct label. Also, overall dimensions, can it be retrieve using parameters of the part?

View 4 Replies View Related

AutoCAD Inventor :: Change Base View

Jan 24, 2013

I was wondering if there was a way to change the model my base views were linked to.

If I wanted to link the base view to a different model, would this be possible.

When I double click on the base view it shows the file path for the model that is currently chosen; however, it is all grey and I am unable to edit it or choose another file path.

How to change this? Is this even possible? Is it because I have annotated the drawing view that I am unable to change the model path?

View 2 Replies View Related

AutoCAD Inventor :: Change View Base

Dec 7, 2011

what could have happened in an assembly when I've changed the cube front view (3D)? The projection has changed automatically (the view) in 2D. In other assemblies didn't happened the thing I've mentioned before even if I did the same thing meaning that I've modified the front view but 2D stayed in the same projection. 

View 1 Replies View Related

AutoCAD Inventor :: Place Base View

Mar 20, 2012

When starting a new idw, my first action is placing the base view.  I would very much like to start a new 2D and have the "Drawing View" window automatically pop up.  I'm not sure how to do this.  Would it be part of the idw template, or is there a setting I'm oblivious to?

View 6 Replies View Related

AutoCAD Inventor :: DWG To IDW Change With Base View?

Apr 15, 2013

We've got a new dwg template and we found that when we bring in a base view on a new drawing, the drawing changed to an idw format.

View 5 Replies View Related

AutoCAD Inventor :: Create Base View Using VBA

Jan 14, 2013

I'm trying to develop a program where I can use a base view based on the current view of a single part. The idea is basically export the contour of the part to the DXL format and save it to be used on cutting machines.

I've found something similar here, but in the context, it was necessary to use the path of the part to work, and I need it to recognize the part that is already opened.

View 1 Replies View Related

AutoCAD Inventor :: Creating A Base View With ILogic

Oct 18, 2013

I kept the code simple
 
fname = ThisDoc.FileName(False) 'without extension fpath = ThisDoc.PathoPartDocPath = fpath+""+fname+".ipt"oPartDoc = ThisApplication.Documents.Open(oPartDocPath, False)oDrawDoc = ThisApplication.ActiveDocument oSheet = oDrawDoc.Sheets.Item(1)oTG = ThisApplication.TransientGeometryoPoint1 = oTG.CreatePoint2d(5, 5)oBaseView = oSheet.DrawingViews.AddBaseView(oPartDoc, oPoint1, DrawingViewScale, kFrontViewOrientation, kHiddenLineDrawingViewStyle, "Default")

it is a local rule in an idw file that has been saved with an ipt file of the same name saved in the same directory. Now I get the most useless error message ever devised by manking

"The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))"

View 5 Replies View Related

AutoCAD Inventor :: Set IDW File (Base View) Via A Macro

Oct 9, 2013

I need, using a macro, the ability to pre set the file that I am going to use as a "Base View" on a IDW file.

I call the ipt file "FRED.IPT", when I run the macro, it opens a new clean idw sheet and pre-sets the "Base View" to "FRED.IPT".

or

Automatically open a clean idw sheet and place the file "FRED.IPT" on the sheet, automatically.

View 1 Replies View Related

AutoCAD Inventor :: Crashing When Placing Base View In IDW?

Jan 14, 2011

I'm having a problem with Inventor 2011 professional on a 64Bit machine.  I can make any size assembly with no problem but as soon as I go to make an idw the program crashes and shuts down.  It doesn't matter if the base view is one part or 1000 parts as soon as I go to place the view inventor shuts down and I get an error. 

View 9 Replies View Related

AutoCAD Inventor :: Get Sheet 1 Base View Properties

Jan 3, 2013

I'm pretty sure there's a way to do this but I am not sure on what code to use. I would like to have the "number" field on my title block template always get the "part number" attribute from the first base view (or first part/assembly) on sheet 1. This will be regardless of what sheet I am using the title block on. I could even store it as a custom property or something as I won't ever have two different part numbers in one drawing.

To clarify on that, we may have a welded assembly that has one single part number, but as I'm designing it, I just add a -1, -2, etc. to the end of the part number for each component being made. In the end when they're all welded together, it's one part number. Since no one else needs to see my -1, -2 etc, I'd like it to pull the part number from the assembly on sheet 1 for every sheet.

View 2 Replies View Related

AutoCAD Inventor :: IDW Base Location Box Got Empty While Placing View

Jun 15, 2012

Somehow my IDW location box is got empty while placing the view in Inventor 2012.

I would like to return it back to normal.

[URL]

View 3 Replies View Related

AutoCAD Inventor :: Possibility To Lock Base View In Drawing

Sep 5, 2012

is that there is a possibility to lock the base view in Inventor drawing

View 9 Replies View Related

AutoCAD Inventor :: Inserting Base View - Flat Pattern

Jun 18, 2013

Is it possible that when you insert a view (in this case a Flat Pattern) that you can have all the lines, etc. go onto specific layers automatically?Setting the bend centerlines to specific layers is easy, I need to set the part lines to a specific layer though too.

View 9 Replies View Related

AutoCAD Inventor :: Create New Base View In Drawing Document

Jul 13, 2009

I am trying to create a new base view in drawing-document.

I can get hold of the view but cant find a way to set reference data --- would like to set the "Line Style" to "As Parts" and "Hidden Line Calculation" to "All Bodies".

View 5 Replies View Related

AutoCAD Inventor :: Detail View Arrows And View Annotation Are Not Showing

Apr 26, 2012

I've created a drawing and when I create a detail view, the actual view appears in the drawing but the circle and arrows along with the view identifier are not showing up.  It's like the visibility has been turn off. how to turn it back on?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 1 Replies View Related

AutoCAD 2010 :: Create Base View With Inventor File Fails

Jan 27, 2012

Trying to the base view system in acad 2012. Got inventor model and want to document in acad. New blank layout tab. Select base view and as model space is empty it asks for inventor file as it should. I select my ipt file.

it then says 'invalid autodesk inventor file C:projects......'

the command then closes.

I created brand new part, plain cube, and still the same.

View 1 Replies View Related

AutoCAD Inventor :: Determining Base View Type In IDW File Using VBA Macro

Jun 29, 2013

If I have a "idw" file open containing an assembly (asm), and another "idw" file containing a part (ipt), how can I determine, using a VBA macro the type of file that I have used (either "assembly" or "Part")

If the "Idw" file contains an assembly, running the maco should say "assembly". If it contains only a part (ipt) then it should say "part"..Is this possible using a vba macro?

View 1 Replies View Related

AutoCAD Inventor :: 2013 Drawing / Using Item Number As Base View Name

Aug 7, 2013

At my company, we do a large amount of work with sheet metal parts and assemblies. On our drawings, we like to do "detail" views of the flat patterns of each part of the assembly. Basically, how we do it now is insert a base view of the assembly and the BOM onto the first sheet and then on separate sheets, we place base views of the flat patterns for each of the components that will be cut on our cnc plasma table. We use the item number to denote which part it is in the assembly. Is there any way to pull the item number from the assembly BOM and use it as a parameter that can be inserted into the view label? Right now, it's a nightmare if the assembly BOM is modified because we have to go back in to each view label and manually change the item number.

View 5 Replies View Related

AutoCAD 2013 :: Base View Command To Automatically Insert Centrelines In Projected View

Jul 9, 2013

Is it possible to automatically insert centrelines in projected views when using the base view command?

I believe it is possible with Inventor.

Using Autocad 2014

View 1 Replies View Related

AutoCAD 2013 :: Section View From Base View

Apr 4, 2012

When making a Section view from a Base View is there a setting to make the text follow the Text Style and Paperspace text size. Everytime I create a Section View I have to change the text settings in the Properties box.

View 3 Replies View Related

AutoCAD Inventor :: IDW View Showing Wrong Part

Jul 6, 2012

An IDW view is showing a second iteration of a part instead of one of each.  I have tried turning the visibly on / off in the ipn. I have also toggled the associativity on / off.  The view shows the correct image during its preview, but when the view is done being created, it shows the wrong part again.

View 6 Replies View Related

AutoCAD Inventor :: Showing Split Face In Drawing View

Oct 3, 2012

I use the split face tool on my ipt. When i create a idw of this part I want to show the split face line in the drawing. When I initially place the view the line is shown, however when the place view command is finished the line is not shown.

I see nothing obvious in the place view dialog box controlling the visibility of this line............how do i show this line in the view?

Inventor 2012, windows xp
Inventor 2010 Certified Professional

View 1 Replies View Related

AutoCAD .NET :: Overrule Specific Sub Entity In Block And Not Showing The Base

Aug 11, 2012

Planning to overrule some of sub entities in a block. Let's make it simple . All lines and attributes in block should be circles and original block should not be seen. I came up with below code.

The code reacts differently if  I remove

MyBase.WorldDraw(drawable, Wd)

and my goal is not to show the real block. Just showing whatever is overruled.

Public Class toverrule Inherits Autodesk.AutoCAD.GraphicsInterface.DrawableOverrule Public Overrides Function WorldDraw(ByVal drawable As Autodesk.AutoCAD.GraphicsInterface.Drawable, ByVal Wd As Autodesk.AutoCAD.GraphicsInterface.WorldDraw) As Boolean Dim myBlock As BlockReference = CType(drawable, BlockReference) If Not myBlock.Database Is Nothing Then
[code].......

View 9 Replies View Related

AutoCAD Inventor :: Drawing Files - IDW File Showing Wrong View

Jan 2, 2013

I am having an issue with drawing files. I have set views on assembly files. But on the idw file it is showing wrong views... And this is making problems when i am trying to give dimensions.  I have attached jpg files.

View 7 Replies View Related

AutoCad :: Copy Paste With Base Point / Sometimes Block Insert But Its Not Showing

May 28, 2013

I have been using copy paste with base point on block from drawing to drawing but sometimes the block insert but it is not showing. I go to insert block is there but does not show in the drawing. Then tried to purge it and it does not let me because it is in the drawing but I can find it any where. Then I tried to do the insert block look for the block and inserted as a block and the same result.

View 3 Replies View Related

AutoCAD Inventor :: Make A View Showing Motor Jack Screw Unit

Sep 16, 2013

I'm trying to make a view showing a motor-jackscrew unit with the jackscrew at the fully retracted position and also with the jackscrew at the fully extended position (in phantom).  Refer to the attachment.

My initial plan was to have two views in the drawing, one retracted and one extended, and then just align them vertically and horizontally.   But it turns out that you can only align vertically OR horizontally, not both at the same time.  So I created an assembly of two iAssemblies, one with the screw extended and one retracted.  Then I made the drawing view from the direction that placed the extended assembly directly behind the retracted assembly.

View 3 Replies View Related

AutoCAD Inventor :: Showing Multiple View Reps Of Sheet Metal Part?

Jun 8, 2012

I have a part in which one of the folds needs to be done at assembly and not during manufacturing of the other bends.

Is there a way I can show this so that the manufacturing print sees exactly what they need to do and nothing more but then on the unit assembly the assemblers see that the unfolded tab needs to be folded down?

Can this be done all in one part file?

View 4 Replies View Related

AutoCad :: How To Freeze The Parts Within Base View

Jun 14, 2013

I have a project with several parts that all fit together. I understand how to freeze all of the parts that I don't want in a viewport but how can I do the same for a base view?

I would like to have one layout with an exploded overview of all the parts and then a separate layout for each of the parts. Is it possible to freeze the parts I don't want within a base view like you can within a viewport?

View 2 Replies View Related







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