AutoCAD Inventor :: VBA Check Design Doctor For Errors In Drawing

Mar 20, 2013

Is there a way to check in VBA if the design doctor has found errors in a drawing? I have a mass print script and it'd be handy to be able to skip printing any drawings that have errors like unatached dimensions and such.

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Content Center / Design Accelerator Doctor - ERROR

Sep 28, 2006

Everytime I try to place a #8 machine screw type II screw from the content center I get a Design Accelerator Doctor error saying: "Modeling: Failed to insert a part into assembly!".

But if I place a Type I machine screw it works fine. Also if I replace the Type I screw with the Type II (the one I have a problem with) it replaces it no problem. So basically if I want to place a #8 Type II screw I have to place a Type I and then replace it with the Type II..

View 8 Replies View Related

AutoCAD Inventor :: ILogic Design - Why Work With Local Rule But Errors On External Rule

Dec 9, 2011

I am working for customer with a simple item with his iLogic design. He has created a simple form to modify his iProperties. To modify the current material, a multi-value parameter was created and the following rule as a local rule;

"MultiValue.List("MATLIST") = iProperties.Materials
iProperties.Material = MATLIST"

He is now trying to make this an external rule but gets the following error

Error in rule: Mat2, in document: Mat2.iLogicVb
iProperties.Material: is probably a bad material name.

The more info tab says:

System.ArgumentException: iProperties.Material: is probably a bad material name.
at iLogic.CadPropertiesInRule.SetDocMaterial(Document doc, String matName)
at LmiRuleScript.Main()
at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)

View 2 Replies View Related

AutoCAD Inventor :: How To Exclude Drawing Sheet From DWF When Check-in

Aug 31, 2013

I am using Inventor 2012 64 bit with Win 7.

We have a lot of drawing that has some extra sheet for ref. and Inventor let me exclude count and print from those extra sheet. This work fine but when we check-in the drawing to vault it update or publish all sheet to dwf. This is very compass for us because we full the dwf file from vault to release and the sheet count is different than the print out.

Is there a way to EXCLUDE those sheet when check-in or update dwf?

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Check-in Drawing Into Vault

Jan 8, 2014

I'm wondering if it is possible to check-in drawing into vault using i-logic?

If you check-in a drawing into our vault, it automaticly exports a .dwf to a storage server. We also have a simple button for making .pdf of the drawing to sent to the customer.

What i want to ensure is that the .dwf file and the .pdf file are the same. So when i press "make a .pdf" the rule will save my document, make a .pdf and (if possible) check it into vault. So from that point the .pdf for the client and the .dwf on the server are the same.

Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Use API To Check Whether Component Is Invisible (hidden) In Drawing View?

May 23, 2013

I am working on a project to assign balloons to components in drawing view automatically. Of course, I don't want to assign a balloon to a component which is invisible (hidden) in this drawing view.

So, is there any API function to check whether the component in the drawing view is invisible or hidden?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Code To Check File Name Matches Part Present In Drawing

Feb 15, 2013

At my company we use part numbers as file names for everything. for example, part number 09090P00100000, will be saved as 09090P00100000.ipt and will have a drawing saved as 09090P00100000.idw.

Within the drawing template file, i want to set up an ilogic rule that will check that the part present in the drawing corresponds to the file name of the drawing. This rule will run after saving and will just display a warning if the file names do not correspond.

I just need some code that will get the file name of the part displayed in the drawing.  Note that we use iparts so the code must get the member file name and not the factory file name.

Dim oDrawingDoc As DrawingDocument
oDrawingDoc = ThisApplication.ActiveDocument  
Dim oSheet As Sheet   
oSheet = oDrawingDoc.ActiveSheet

[Code] ........

Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit

View 8 Replies View Related

AutoCAD Inventor :: Shared Sketch Generates Sketch Doctor Error - Feature Suppressed

Sep 21, 2011

I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013

View 2 Replies View Related

AutoCAD Inventor :: Add Design State Of Parts In Assembly Drawing

Aug 8, 2013

I have an assembly drawing that i would like to have in the partlist a column with the design state of each part of the assembly, how can i do that, since that property is not in the partlist column chooser.

View 3 Replies View Related

AutoCAD Inventor :: Open Related Drawing File By Right Clicking On Part Name At Top Of Design Tree

Feb 24, 2013

when I'm in a part file and attempting to open the related drawing file by right clicking on the part name at the top of the design tree, the drawing can't be found automatically and I've to find it in the file open dialogue box.

View 2 Replies View Related

AutoCad 2D :: Drawing Needs To Be Recovered Each Time But No Errors Are Found

Apr 10, 2011

Every time I try to open a drawing I get the pop up stating that it can't be opened because of incomplete or corrupt information and needs to be recovered, but when I recover the file the audit doesn't find any errors. I can open the file, but this is kind of annoying to have to do this each time. I've purged the drawing, ran an audit, and verified that there aren't any problematic blocks or anything like that.

View 5 Replies View Related

AutoCAD Inventor :: Projected Drawing View Doesn't Show / Design View Rep Don't Update

Sep 27, 2013

After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..

Any workaround regarding disappearing views?

View 3 Replies View Related

AutoCAD .NET :: How To Check Drawing File Is Opened

Mar 1, 2013

I have scenario where user can  open the drawing using filepath like given below

Application.DocumentManager.Open(filePath, IsReadOnly);

And it is working fine.

I should allow to open the file, if file is already opened state.

View 7 Replies View Related

AutoCAD Inventor :: Style Update (or Style Update Check) Upon Open Of A Drawing?

Nov 21, 2013

I am wondering if it is possible to do a style update (or style update check) upon open of a drawing? 

The example would be that I have stuff made from way back that the colors/dimension sytles ect dont match the current standard and upon opening a file where they are not current, it would either prompt to update immediatly OR update automatically with no prompting (preferred method).

I am doing a massive amount of updates from old files recently and to save myself 1 - 3 clicks per drawing would be wonderful.

View 5 Replies View Related

AutoCAD 2013 :: Check With Which Version Drawing Is Saved?

Apr 3, 2013

How can I check with which autocad version a drawing is saved?

View 8 Replies View Related

AutoCad :: Check Drawing To See If Its Been Cross Referenced In Another File?

Dec 13, 2011

Is there a way to check a drawing to see if it's been cross referenced in another file?

View 1 Replies View Related

AutoCAD Inventor :: Importing Design With A Design?

Oct 9, 2013

I wanted to use the program to design a robot for our school vex competition. Vex has provided cad files for all the parts. So, how i can import the seperate parts into one design. I can only open each part individually but cant find a way to combine them so can assemble the robot in one design.

View 2 Replies View Related

AutoCad :: Set Variable To Check New Xref Layers Before Show Up On Referenced Drawing

Aug 29, 2012

I use a building key for building reference (inserted as a xref into the individual drawings) in many of my drawings. I have layers for specific areas and rooms. I turn off the layers on the appropriate drawings (if the drawing is for room 301, I make sure all other layers are off and only 301 are on).

My problem come when I add a new layer to the key and since the key in xrefd into many drawings it shows up as always being on.

This makes to have to go back and do a little bit of layer control each time I change the xref.

VISRETAIN=1 only keeps the layers set to last save and everything added to the xrefs are basically taken from the xref (color, visibility, etc). Is there a way to set a variable so that you have to check the new xref layers before they show up on the referenced drawing?

View 2 Replies View Related

Photoshop :: Errors On Drawing Forms

Nov 16, 2012

I have a serious problem with Photoshop cs6 during the drawing with a large number of forms (about 30 ...).Appear in drawing the colored squares, lines and other defects, randomly placed in the drawing.If I save the image, close and reopen itthe drawing is ok.

My system is:
 
Mac Pro
Mac OS X 10.7.5
Intel Xeon quad-core "Nehalem" a 2,8 GHz
12 GB (3 x 4 GB)
HD Serial ATA da 1 TB a 3 Gb/s e 7200 giri/min
ATI Radeon HD 5870 1 GB

View 1 Replies View Related

AutoCAD Inventor :: Copied By Design Assistant Assembly Cannot Be Altered In Design Assistant

Apr 10, 2012

I  just made a copy of assembly in Design Assistant.I opened the copied assembly in Design Assistant to make some changes.Parts are accessible but I have only "Clear" option possible. URL....

View 2 Replies View Related

AutoCAD Inventor :: Errors Occurred During Update?

Feb 14, 2013

Is there anyway to shut off the notification window for errors occured during update?  I am swapping parts in an assembly so I know constraints will have to be repaired, but it doesn't work that I have to click on the 'accept' button everytime I move an object

View 1 Replies View Related

AutoCAD Inventor :: Dim Errors In Model By VBA Code?

Dec 6, 2011

I am using below code to create a Rectangle 4 mm X 3 mm x 1 mm, I am using mm template but the model shows 40 mm X 30 mm x 10 mm.

Private Sub CommandButton1_Click()
Dim oProjectMgr As DesignProjectManager
Set oProjectMgr = ThisApplication.DesignProjectManager
Dim oTemplatesPath As String

[code]....

View 4 Replies View Related

AutoCAD Inventor :: Tube And Pipe Errors

Sep 25, 2013

I inherited this assembly from another user.  In making some dimensional changes the pipe runs have now errored.Not having ever taken any training courses in T&P, my knowledge is just based on simple straight forward runs.

This on the other hand is bit more complicated.  As you can see from the image I have this one run that has errors.My question is with the violation, is there anyway to pinpoint exacty what the violating member is?

View 9 Replies View Related

AutoCAD Inventor :: Parametric Constraint Errors

Jul 24, 2012

I'm having a really difficult time maintaining my parameters when making changes to the part I've made in the attachment.  The control parameters for this part are:

-100 mm distance between 15mm circles
-1 of the 15 mm holes
-30 mm hole

I am new to inventor but I would also like to be able to set up my constraints correctly.  I'm also not sure if my sketches are ideal for this part either.  I usually get an error concerning my fillets from the base to the center support beam when I try to change the 100 to 75.

View 2 Replies View Related

AutoCAD Inventor :: Better Workflow To Correct Mate Errors?

Jul 26, 2012

I can't understand why it takes so mant mouse clicks to correct/delete mate errors:

1) Select the Red Cross

2) Select the offending mate

3) Select Next

4) Select Next

5) Edit/Delete mate

6) Finish

7) Accept any other errors

8) Repeat above.

Is there a more simplified way of edditing/deleting mate errors?

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

AutoCAD Inventor :: Constraint Errors From Suppressed Parts When Using LOD

Jun 28, 2013

I am trying to model a large Control panel assembly using Inventor Pro 2011. It comprises of a main assembly with several adaptive sub assemblies containing the various items. (Relays assy, label assy, fixing assy etc). All works ok until I start using Levels of Detail to enable me break the assembly into smaller workable parts. I.e. Left door, right door, main panel full, main panel no doors etc. These will be used to create view reps from for my drawing views at a later date.

The problem I am having is I keep getting constraints failing on parts which are suppressed in various levels of detail. An example of this Is when I go to right door LOD and do a rebuild all, I get constraint errors from item relating to the main panel which is suppressed. I can suppress the constraint causing the error but when I return to the full panel LOD the constraint is still suppressed and the parts appear In the wrong place.

View 1 Replies View Related

AutoCAD Inventor :: Split Errors Within Frame Generator?

Apr 4, 2012

I'm using frame generator.

The design doctor indicates I have errors re splits have no effect.  When I check the part I find several end conditions.  Some times a red box and arrows shows up at one of the ends.  I can redo an end condition with delete existing end conditions checked and it eliminates the extra end conditions.  The red box and arrow stays behind.  This does ot always hapen.   Is there any way to delete the red box and arrow?

View 4 Replies View Related

AutoCAD Inventor :: Assembly Constraints Snowballing Errors

Nov 16, 2011

I have a bunch of assemblies that are acting this way and I am not sure why.

I have built the parts and built the sub-assemblies with-out errors, once everything looks good I place the subassemblies into my top level assembly.

Everything still looks good with no errors.

I do a rebuild of the top level assembly and find 20 or so errors.

Most of the errors are bogus and editing the constraint with-out changing anything removes the errors, typicaly.

On a bunch of the sub-assemblies the error showed up in the top level assembly, so I edit the part only to find the constraint is relevant but with errors so I suppress it to remove the error. Save and go back to the top level assembly only to find there is another constraint error in the same assembly that I suppressed the constraint to remove the error. This goes back and forth between top level and sub-assembly till all constraints are suppressed or deleted for the sub-assembly. Then the same thing happens to another sub-assembly.

The only solution that I have found is to delete all constraints and rebuild each sub-assembly with the same constraints that were initially used.

How do I stop this snowball effect?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Rules In IDW Result In Errors

Nov 29, 2012

I have 3 iLogic Rules that I use with my idw's,

1-SCALE -  is to update scale in the title block

2- WEIGHT - is to update weight of model in title block

3- PDF - is to create a pdf version of drawing in same location as idw

all are triggered by saving the drawing.

These work fine, but sometimes when I create specific types of drawings there is errors, which is no big deal, just a prompt appears and I press ok and everything is fine.

With very little to no iLogic programming knowledge, is there a way to edit to rules so that if there is an issue, the rule knows it is ok and saves without the little prompt appearing?

Example of when errors occur for:

SCALE - sometimes I create drawings on my template just using create sketch, I don't place a base view so therefore there is no model information. which makes it hard to produce a scale. (see image, error -1)

WEIGHT - occurs during the same instance as above, only a sketch is saved on the idw. (see image error -2)

but I also have an error occur when creating a drawing from a presentation file. I create a presentation file from a specific level of detail from an assembly. and I get an error when saving . (see image error-3)

I understand the first 2 errors because there is no physical data to get this information from, so I am hoping an edit to the rules can bypass this issue. But the 3rd error doesn't make sense. It is from an actual model, but I guess the physical properties get lost from an .iam to .ipn?? or is there a setting that can be toggled to carry over model properties?

Inventor Pro 2013

Rules are below:

'Scale
Public Sub Main()
On Error Resume Next
'Get the drawing document

[Code]....

View 6 Replies View Related

AutoCAD Inventor :: Task Scheduler - Errors In Log File

Dec 14, 2011

I just created and ran a migrate task using the Autodesk Task Scheduler.  I selected several folders and migrated the files from Vault.  When the task completed, there were several files that failed.  The majority of them had "---Failed at Child" in the log.

Just to see what the problem was, I did a get latest on several of these that failed and then opened them in Inventor.  They all opened just fine without any errors at all.

I am also seeing some entries like "xyz.ipt in 12345.iam -- File does not exist.  When I opened the iam after the task was complete, there was no errors and it found the xyz.ipt file.

Question is, why does the task scheduler report these in the log, when there is nothing wrong with the files?

View 2 Replies View Related

AutoCAD Inventor :: How To Check Model

Dec 2, 2012

If any easy method to check the model in the inventor.now i doing each feature i have to check the fully constrained or not.if any easy method.

View 8 Replies View Related







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