AutoCAD Inventor :: VBA - Design Tracking Properties - File Subtype

Aug 26, 2012

I am trying to get the "Design Tracking Properties" - "File Subtype" (Please see attached picture)

The following code works, except for "File Subtype"
        
        Set oFileSubTypeProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("File Subtype")
        Set oPartNumberProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("Part Number")
        Set oStockNumberProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("Stock Number")
        Set oDescriptionProperty = oCompDef.Document.PropertySets.Item("Design Tracking Properties").Item("Description")

View 3 Replies


ADVERTISEMENT

AutoCAD Inventor :: Revision Block - ILogic - Design Tracking Properties?

Jun 21, 2012

Inventor 2012, DWG drawing file Revision table - iLogic

Using iLogic, how to extract data from "Design Tracking Properties" in a revision table to an embedded or linked Excel spread sheet? Design Tracking Properties like "Today's Date", "Designer", "Checked By", "Eng Approved By" are of great interest.

View 4 Replies View Related

AutoCAD Inventor :: Subtype Sheet Metal File Changed In 2014?

Oct 3, 2013

Since I create sheet metal files in Inventor 2014, the subtype of this parts is not always the same. Migrated files from an earlier version have the right ID.

So my add-in to detect sheet metal parts fails.

I use the  
 
If IV.ActiveEditDocument.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then

View 3 Replies View Related

AutoCAD Inventor :: Property File Subtype In ILogic Functions Not Recognized

Aug 28, 2013

I need to use the property " File Subtype" for programming a function in logic, but inventor not recognise this property.

I use this function "If iProperties.Value("Project","File Subtype")=Sheet metal"

How i can do for use this property for a ilogic function?

View 3 Replies View Related

AutoCad 2D :: Temporary Tracking Point / Can't Find Start Tracking Icon

Dec 1, 2011

I am having trouble locking onto a temporary tracking point in autocad 2011. I can't seem to find the start tracking icon and it doesn't recognize the 'TT' command. I have a tracking line, I just can't seem to do it in two dimensions.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Design Copy - Error Copying A File / Inventor Crashes

Nov 5, 2013

I'm trying to use iLogic Design Copy to copy an assembly and all its associated parts to another directory. The assembly contains content center parts. Inventor warns me that the destination file of one of the CC parts (and 18 others) will be overwritten. When I go ahead and copy anyway, the copying process stops at that specific CC part. The Design Copy Progress dialog box states there is an error copying that CC part. When I close the Design Copy Progress dialog box, Inventor crashes.

The error copying the CC part: I'm allowed to use content center parts in iLogic Design Copied stuff, right? I searched some related topics and I'm under the impression that Inventor keeps the CC parts in its own directory and shouldn't be trying to overwrite them.

View 3 Replies View Related

AutoCAD Inventor :: Design View Representation - IPT File

Apr 7, 2013

I saved correctly in the file .ipt the view representation of a very simple part.

One is the view form the top and the other one is the view from the bottom.

When I try to put these two different views into the drawing, the view is the same, and it depends what is selected on the right of the windows.

View 4 Replies View Related

AutoCAD Inventor :: Remove Design Details From File?

Dec 4, 2013

In a 3d model, say an ipt or iam file, it usually shows the design details in the browser.

These details tells that the way you created the sketches, features, planes, model, etc.

Are there any possibilities to remove the design details from the file?

I am not talking about the export formats (ie. STP, STL, SAT, etc) I ask this because I sometimes don't want to show details that how I created the models.

View 3 Replies View Related

AutoCAD Inventor :: Unable To Save Changes In DWG To Design Data File

Oct 11, 2012

I am having problems with an error message relating to what appears to be a corrupted design data file. I am unable to save changes in my dwg to my design data file.  I get this message:

Style library (C:UsersPublicDocumentsAutodeskInventor 2011Design Data) cannot be saved because it is damaged.If I attempt to copy a view in a dwg to another sheet or move it using the browser, I get the following error:

Paste View: problems encountered while executing this command.
     Invalid XML value for 'SubstituteDisplayUnit'. Expected 'bool' received '44' in file:///C:/Users/Public/Documents/Autodesk/Inventor%202011/Design%20Data/PartsList.xml.
       Invalid XML value for 'SubstituteFractionalFormat'. Expected 'bool' received '255' in file:///C:/Users/Public/Documents/Autodesk/Inventor%202011/Design%20Data/PartsList.xml.

I have also noticed that if I multi select components with ipropWiz5 and attempt to change the part name - it fails.I have tried reinstall in Inventor, ipropWiz5, etc. But to no avail.

View 9 Replies View Related

AutoCAD Inventor :: How To Read File Properties (IPT / IDW / DWG) Of Web Application

Apr 3, 2013

I am developing a web app ASP.NET MVC 3, which will read the properties files of Inventor (dwg, idw, ipt, iam). Read the properties of these files is by using objects Apprentice Server, which provides Autodesk Inventor View 2012. Connection objects is done through the library RxApprentice.tlb.

Code is shown below:

public ActionResult Index ()
{
try

[Code].....

While debugging applications on Web-server - IIS Express 7.5 development environment Visual Studio 2010 application runs without errors.
After publishing a Web application on IIS 7.0 the following error: "Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))».

A tried: change User Account Control Settings, and set permissions to configuration DCOM objects in Component Services  - no results.

Is it possible to read the file properties Inventor of Web applications, and how to do it?

View 3 Replies View Related

AutoCAD Inventor :: Building Design Suite Ultimate - File Export / Import Options

May 4, 2013

One of the common processes we have to do is to transilate file formats into a type we can use. Most the time it is for use in AutoCAD MEP...

Is there a good one-stop place to get info on import export options from / to softwares included in Autodesk Building Design Suite Ultimate?

View 1 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 Inventor :: Custom Title Block Properties Based On Project File?

Mar 21, 2013

As I am creating drawings for parts/assemblies, I have to fill out the customers name and the job number which I currently do on every drawing I create by right clicking on the Drawing name in the tree, going to iProperties, and then filling out the fields I need.

I have to do this for every sheet. Sometimes over 100 sheets per job.

Is there a way, within the project file maybe, to have these fields be already filled in with the customers name and job number? 

Every new project file I make is a new customer. So I'm wondering if there is someway to tweak the project file.

View 2 Replies View Related

AutoCAD Inventor :: Copy Properties Vs Model Properties In Drawings?

Oct 25, 2010

I want to set up my drawings so that the title block displays properties from the model.  I want to set this up so there will be drawing properties to extract into Vault.  So I want to know what other Inventor and Vault users are doing to get model properties into Inventor drawings:  Using model properties in the title block and nothing to extract in Vault or Copy model properties so Vault has data to extract.

I want to know what the best in class practice is?  What are others doing?  I do not want to use iLogic I was out of the box Inventor functionality.

View 4 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 Inventor :: How To Get Balloon To Stay On Tracking Line

Apr 8, 2013

I am trying to get the balloons equidistant from each other and on the same horizontal "line", however when I try to place some balloons, I can not select the correct placement. The balloon is effectively acting like trying to put two magnets with the same polarity together... I just can't get it in the right place.

View 9 Replies View Related

AutoCAD Inventor :: Does 2013 Have Any Means Of Tracking Editing Time

Sep 24, 2012

Does Inventor 2013 have any means of tracking editing time?

View 6 Replies View Related

AutoCAD Inventor :: Tracking Assembly Item Number In Individual Part

Apr 25, 2012

I don't know how useful this will be but I was trying to figure out how to track what item number in an assembly any given part may be.  I was thinking that on an individual part drawing I may want to reference the item number that is used in an assembly's Bill of Material for that part.  I can't find where this may be stored for retrieval.  If I do this I would want it to be automated so that if the BoM were renumbered the part file and drawing would update to the new item number.

This may not be possible since any part may be used in any number of different assemblies with different locations in a Bill of Material.  Most of our assemblies use "one off" parts that are only used in that assembly so it may be possible in my particular situation to do this if there is a way to get at the BoM item number and connect it to the IPT file.

View 4 Replies View Related

Revit :: Full File Path For Tracking Plots?

Aug 26, 2011

Our company uses some third party software to track the number of plots being printed.  In AutoCad there is an option to display the full file path of a drawing.  I do not see the same setting in Revit.  Only the drawing name is sent and recorded which makes it difficult to determine the correct project that should be billed for the plots (our project number is found in the file path).
 
Can this be enabled in Revit so the full path is sent when a user plots?

View 2 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 Civil 3D :: Road Design File

Nov 4, 2013

Road design civil 3d complete files (Plan, Profile with complete band, Assembly , corridor, sections etc .

View 5 Replies View Related

AutoCAD VB :: Edit Properties Of DWG File

Feb 10, 2007

Is it possible to edit the properties of a dwg file that isn't open in AutoCAD via VB/VBA/VL? I want to add summary information to the comments text box without opening the files.

View 9 Replies View Related

AutoCAD Architecture :: Import A File Into Design Center?

Jul 13, 2013

ACA2014.  Need instructions on how to import a file into the Design Center.  

View 3 Replies View Related

AutoCAD 2010 :: Attaching Raster Permanently To Design File

Mar 28, 2013

Is there a way to permanently attach a raster to a .dwg? I want to publish a large set of drawings on our Intranet and some have rasters attached.

I don't need to worry about links to references and how to post them so as not to break the link.

View 7 Replies View Related

AutoCAD .NET :: How To Lock Custom Properties Of Drawing File

Jun 7, 2012

I have Custom Properties on Drawing File. Naturally it is non-editable. But from AutoCAD When I write Command "DWGPROPS" it can be edited. I does not want it to be edited at any time.

Is it Possible to lock it using Coding? Or CAN we disable the Command "DWGPROPS" of AUTOCAD into AutoCAD?

View 3 Replies View Related

AutoCAD Map 3D :: Alter Properties Of A Mapping Layer File

Feb 19, 2012

I am trying to alter the properties of a mapping layer file I have created so that both the block and the text value are oriented horizontal on my sheet no matter where north is pointed.

View 2 Replies View Related

AutoCAD Inventor :: Don't Have Design Tab

Nov 28, 2011

I am working in IV R2010, and I need to create a new material.  I went to the "Help" file, and the first thing it says in "On the ribbon, select the 'Design' tab..."  Unfortunately, I don't have a "Design" tab.  What am I doing wrong, and more imprtantly, how do I make a new material?  Because of the nature of our work here, I only use most of Inventor's features rarely, like about once every couple years, and my one remaining memory cell is usually busy remembering something else...

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Delete DWG File Properties?

Mar 5, 2010

I am looking for code that will delete all the properties within a DWG file.

Searching the forum, I found the following

; Remove any existing Properties
(dictremove (namedobjdict) "DWGPROPS")

However, further research (forum, testing and help system) indicates that it no longer applies to current releases of AutoCAD so my initial happiness was short-lived!

View 6 Replies View Related

AutoCad :: Copy Drawing From One DWG File Into Another Without Copying Its Layer Properties

Feb 28, 2013

How do I copy a drawing from one dwg file into another without copying its layer properties along

View 5 Replies View Related

AutoCAD Inventor :: Design Notes Add-in

Mar 16, 2009

Check out a new add-in to keep design notes in a running history for all Inventor file types. Also has the ability to keep track of filename changes.

View 9 Replies View Related

AutoCAD Inventor :: Design Tab To Select

Oct 29, 2012

I am attempting to add a material and to select the "Design Tab" except my Ribbon has no such tap.  What options are there to get to the material database if there is on Design Tab to select?

View 1 Replies View Related







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