AutoCAD Inventor :: Changing Active Row Of A Table In IPartFactory Model

Jul 12, 2012

I'm looking for an API function that would allow me to change the active (or default?) row in the table of an iPartFactory model. I was hoping that such a function would be member or property of the iPartFactory object, but I’m not finding that to be the case.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Update Table In Drawing - IPart Active Row

Feb 27, 2013

I have two tables on a drawing one showing a parts list the other changes to dimensions.

The table to show the dimension changes is a configuration table pointing to an ipart.

iLogic is used to update the ipart but you have to right click to update the Active Member in the ipart to see the drawing update.

Is there a way to automate the 'update active member'? (on the ipart table - this does update the drawing)

I just have the one row in the table, it's purpose was to pass the values onto the drawing (as the part resizes I didn't want the dimensions moving so opted to tabulate them) - hoping they would update!

or

Is there a way to have a table update parametrically i.e. I've tried .csv as a source to the table but can't force an update. This way I could scrap the ipart & just import the values to a table.

The table also includes some txt comments which change with the ipart properties.

View 1 Replies View Related

AutoCAD Inventor :: Changing Drawing Active Standard

Dec 16, 2008

I'm new to the style library and how to take an existing drawing that was created on one standard, and changing it to another standard I just created. The new standard has different dimension styles, text, and layers. I've added all the styles to my style library and I've set the new standard to the active standard in both the styles and standards editor and the document settings. If I create a new view, it comes in on the new standard, but the existing views are still on the old. How to I get the existing views on the new standard?

View 2 Replies View Related

AutoCAD Inventor :: Changing The Revision Table Rev Link?

Mar 13, 2012

I have a situation where I just created brand new drawing templates and they have the revision block inthem already.  The revision block that comes with Inventor.  The vault is driving the revision in the titleblock and when the revision is placed in the revision block it too is linked to the vault. When the drawing is checked into the vault and the lifecycle is changed to "Released" and then back to "WIP" the revision updates.  Both in the titleblock (which I want) and in the revision block which I don't want.  Not only is it change the revision block, but the last revision posted as per the image below.

how do I change the property in the settings of the title block to not get it's revision from the vault or allow it to be manually driven?

View 3 Replies View Related

AutoCAD Inventor :: Changing Text In Description Column Of Hole Table

Nov 7, 2013

I'm trying to change the value in the description column through the formattedtext but the final result is not what is supposed to be, this is a part of my code.

Sub HoleTab()Set oDrwDoc = ThisApplication.ActiveDocumentDim oSheet As SheetDim i As IntegerSet oSheet = oDrwDoc.ActiveSheetDim oHoleTables As HoleTablesSet oHoleTables = oSheet.HoleTablesDim oTable As HoleTableDim oTableRow As HoleTableRowDim oTableRows

[Code] .......

View 2 Replies View Related

AutoCAD Inventor :: Changing Instances In Parts After Updating Table Driven IFeature

Oct 2, 2012

I noticed some errors in certain table entries in an i Feature of mine after I had already started creating parts using it. I've updated the table and when I add new instances of the feature to my part they work fine, but the existing instances of it stay the same size. Is there any way to force the existing instances to update?

The i Feature in question is a sketch and I'm using Inventor 2012, if either of those is relevant.

View 2 Replies View Related

AutoCAD Inventor :: Custom Parameter Column Changing In IPart Author Table?

Sep 3, 2013

When I place a custom ipart (a simple one in this case) the length in my table changes
 
Inventor Professional 2014.
Windows 7 64 bit.

View 2 Replies View Related

AutoCAD 2013 :: Insert Sheet List Table Is Not Active?

Nov 6, 2013

“insert sheet list table” is not active, 

I couldn’t figure out in which cases the “insert sheet list table” (attached) gets not active.

This command is supposed to provide table of contents for the layouts specified in the set of sheets pane

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 9 Replies View Related

AutoCAD Inventor :: Changing Model Parameter Tolerances?

Nov 11, 2011

Is there a way to change the model parameter tolerances thru the API? I haven't seen this issue in the discussions. I've found the   parameter.tolerance  property, but it looks like it only returns the tolerance, Is there a way to set the tolerance?

View 1 Replies View Related

AutoCAD .NET :: How To Stop Changing Active Document

Jan 24, 2013

How can I stop changing active document? I was thinking I could use this, but I don't know how to cancel it in the event handler:
 
AcadApp.DocumentManager.DocumentToBeActivated += new DocumentCollectionEventHandler(DocumentManager_DocumentToBeActivated);static void DocumentManager_DocumentToBeActivated(object sender, DocumentCollectionEventArgs e){ // Messagebox to ask if user are sure bool AreYouSureYouWantToChangeActiveFile = MessageBox.... if(!AreYouSureYouWantToChangeActiveFile) //cancel change active file somehow...???}

View 6 Replies View Related

AutoCAD Inventor :: Custom Properties / Model - Changing Order Of Placed Views

Oct 21, 2013

Within the drawing title block we have a 'Text' of type 'Custom Properties - Model' which pulls in a custom iprop from a model which is the models finished weight. This is a common way of auto populating title box entries.

The problem is that the sheet populates the text with the info related to the first viewport placed upon the drawing.

Whilst fine when planned for properly, I quite often encounter upon large multisheet detail drawings, that a user when detailing an IAM, will have forgotten to put the IAM view down first, especially later in the drawing series where the IAM is not required and the user is detailing IPT's.

What I am looking for is a way to change which viewport the border properties are related to ideally, so that if a user has forgotten to place the IAM but has placed 20 IPT's down, I could place an IAM outside of the maximum area, as the 21st object but fool Inventor into thinking this was the first viewport placed down, thus populating the border info correctly.

I don't know of a way to do this currently, either with current Inventor functionality, or by programmatic approach - our current fix is to have the user create another drawing sheet, place the IAM outside the maximum area, copy all his IPT viewports across from the first sheet, then delete the first sheet. Is it possible to change the object order of placed viewports with less disruption?

View 8 Replies View Related

AutoCad :: Rotate Model Space ONLY In Active Viewport?

Jul 10, 2012

MEP 2013

Are there any commands other than DVIEW that allow you to rotate your model space ONLY in the active viewport?

View 9 Replies View Related

AutoCAD Inventor :: 12 Model Does Not Update After Changing Linked Excel File Parameters?

Jan 27, 2012

linked Excel file to Inventor 12 file parameters. Windows 7, Excel MS office professional '10. Linked excel file, here dimensions are driven by parameters which are driven by excel.  toggled 'immediate update' Still - i have to open the sketch - it shows the updated number from Excel, but only on opening the sketch will it change the model to use the new dimension value.

View 3 Replies View Related

Photoshop :: How To Select Masks Table To Make Panel Active

Sep 9, 2013

I am trying to complete an awsignment and I need to know how to select the Masks table to make the Masks panel active.

View 1 Replies View Related

AutoCAD Inventor :: Bend Table Error / Angle Or Radius Are Outside Table Boundaries

Mar 15, 2012

The angle or radius are outside the table boundaries.  I have used bend tables before and have not run into this.  See screenshot.  What I don't understand is that in the error dialog box the Thickness is correct the Radii are correct and the Angle is correct except it is showing a -90 degrees.  Is that the problem?  The negetive?  Why is it showing a negative number.  I can't change the way the part is formed.  The problem seems to be with the lower left hand curl.  It does go ahead and flatten it, but I don't trust the results when I have the three errors.

View 1 Replies View Related

AutoCAD Inventor :: Table Driven IFeatures In A Hole Table?

Oct 16, 2013

I have a part where I have placed a number of table driven iFeatures.  These features generate parameters in the model that I can see in the parameter table.  I am trying to find a way to have these iFeature parameters show up in the hole table in my drawing.

By 'exporting' the parameters, I have been able to get the values to show in notes and drawing view labels but I can't find a way to add them as a 'New Property' in my hole table.

View 3 Replies View Related

AutoCAD Civil 3D :: Changing Layer Of A Table

Jul 9, 2012

I had a table in a drawing on layer "Text" and I changed the layer of the table to "Text - Frozen" Then I decided I wanted the table back on layer "Text" and something strange happened. The text in the table appears to be on the layer "Text" but the lines which make up the table are still on layer "Text - Frozen". So when I freeze "Text - Frozen" I get only the content of the table with no lines. When I select the table, it is indicated that it is on layer "Text".

View 1 Replies View Related

AutoCAD VB :: Changing Background Color In Table Cells

Mar 12, 2012

What I'm trying to do is to use set cell background color to change the color based on whether or not there is text in the particular cell.

I want LtCol to be 161 and HvyCol to be 211, and I'm not sure how to set this up...all it does at the moment is change the color to black.

My code so far:

Dim TableObj As AcadTable
Dim EntObj As AcadEntity
Dim i, j As Long
Dim LtCol As AcadAcCmColor
Dim HvyCol As AcadAcCmColor
[code]......

View 5 Replies View Related

AutoCAD VB :: Changing Hatch Colors By Excel Table?

Apr 3, 2013

I want to make a map with 16 different plots (A1 to D4) in AutoCAD. Every plot in this map is connected to an excel file, where is some information listed (area, height, year, type) per plot. This map need to be dynamic, so by chosing what to see (for instance: area), the color of the parcels needs to change according to the value per plot (for instance: 12 m2 = yellow, 24 m2  = orange, 48 m2 = red). The two files I am using are send with it.

how to program this in VBA in AutoCAD. The shape of the plots I want to draw on my own (hatching each plot is also no problem), and somehow I need to name each plot (hatch). But how can I name the plots (hatches) and change the colour per plot (hatch) in VBA? The files I am using have 1600 different plots.

View 8 Replies View Related

AutoCAD 2010 :: Table Cells Automatically Changing Format

Mar 7, 2013

I have this table that's reading my table style.  All cell formatting is set to General and middle center justification.

When I type in a number the formatting automatically changes from General to Whole Number and upper right justification.  When I type in letters everything it fine.

Why using numbers changes the formatting?  In the textstyle I have changed the cell formatting to Text but that doesn't work. If I select the table, right click and choose Remove Overrides it moves the numbers to Middle Center as set in the style.

View 3 Replies View Related

AutoCAD 2010 :: Data Link Is Changing Table Style?

Mar 16, 2012

I have created a table style in ACAD 2012 with all of the cells formatted to what I need.  The trouble begins when I bring in a BIAS excel data link to populate the table.  I have tried every option in the insert table steps and have even tried all the different options under the modify excel link options.  I have toggled the use excel formatting on and off, which does change the table size a small bit, but does not allow the table style to take affect.

I have attached a screen shot of the "good" and "bad" tables.  The bad table is what the good table comes in as and it is also what happens everytime the table link updates.  It always reverts back to the bad style and then I have to change the table back to the good one by hand - changing each column individually.

Is there a way to attach a data link to a table with the table style holding its shape and formatting?

This happens on all of my drawings and using all kinds of different excel links.

how to bring in the data link??

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Changing Color Of Text In Table Cell

Nov 23, 2011

The following snippit of code is changeing the color of text in a cell of an AcadTable.  It will set the color to an RGB value and works great.  But what if the color is a normal color 1 through 255 from autocad's pen table.  How would I set the cell text color?

(setq objColor (vla-getcellcontentcolor eVLAMT R C)) ;sets a Color Object, whatever that is
(vla-setrgb objColor RED GRN BLU) ;sets the new color of the Color Object
(vla-setcellcontentcolor eVLAMT R C objColor) ;sets that new color object to the cell

View 5 Replies View Related

Edge Animate CC :: Working With Polygon Shapes And Defining Active / Non-active Mouseover Areas?

Mar 7, 2014

Since Edge only has rectangles and ellipses built in as available shapes, how to I/we work with polygon shapes and active mouseover areas INSIDE of these shapes and non-active mouseover areas OUTSIDE of the shapes?
 
Problem/symptom: when I import a polygon, be it any file format from from Photoshop or SVG from Illustrator, a rectangular border/background (transparent) gets applied, leading to this rectangle defining the mouseover area of the shape - and not the shape itself (be it a star or whatever).
 
WHAT I WANT: the very shape defines the mouseover area. How do I achieve this?? See examle below:
  
WHAT I DON'T WANT: how is is now:

View 4 Replies View Related

3ds Max :: Round Table Model Jagged

Aug 18, 2013

Would like to consult from you all that why my round table model will become jagged model after importing into 3DsMax? The original round table model is in dwg file. I have attached some files as reference.
 
Jagged model: Capture.PNG
dwg file: test.dwg

View 2 Replies View Related

AutoCad :: Changing Coordinates Within Model Space

Jun 19, 2012

I'm having a small problem with some drawings that have been sent to me for setting out on site. Basically I have 3 separate sets of drawings from architects and engineers, all of the same building but all using a different co-ordinate system. I know that the engineers is using the correct grid for my setting out but unfortunately I only have it in pdf. so I can't copy and paste layers from the other drawings into it.

Is there a way that I can alter the co-ordinates of the other 2 drawings in model space to shift them to the correct grid system?

View 2 Replies View Related

AutoCad 3D :: Colors Of 3D Model Changing In Rendering

Sep 17, 2012

I'm new to AutoCAD 3D and Rendering. In a model I'm currently working on, the colors I have in the 3D model become different colors when I create a rendering. For instance, in the model I'm working on, in the model, the object is blue, when I render it, it's grey. Is there a setting I need to change?

View 2 Replies View Related

AutoCAD Inventor :: Convert Surface Model Pump To Solid Model?

Oct 4, 2011

Am trying to convert this pump into solid ?

View 6 Replies View Related

AutoCAD Inventor :: Capture Active Window

Sep 9, 2013

I`m looking for the code which will capture the active window similar to iProperties-->Save--> Capture

View 4 Replies View Related

AutoCAD Inventor :: Delete Active Sketch?

Dec 15, 2011

I want to delete  the inital Sketch (if was already opened) that Inventor creates when a new part is added.

I have tried this, but doesn't work.

Sketch sketchActive = docPart.SketchActive.
sketchActive.Delete();

View 4 Replies View Related

AutoCAD Inventor :: Convert Surface Model Into Solid Model?

Jan 15, 2013

My problem today is that I made a Model of a Part of a ship using surfaces rather than solids because the engineer thought it would be easier to bring into ANSYS program for analysis but he is now having a problem with it and I am looking into converting my current model to solid. I can do it but the method I thought of using is quite long winded and we are working to a tight deadline.

1.open up the surface part

2.use "Offset/Thicken"

3.any clashes between parts make a sketch and cut away.

the problem is the amount of plates I have and the time it takes to sort them out.

View 1 Replies View Related

CorelDRAW X6 :: Changing Width Of Cell Of Table?

Oct 17, 2013

I have a problem with my table in Corel Draw X6. 

So, my table has a few rows and a few columns. I want the width of the first cell of the last row to be wider by 1 cm than the width of the first cells of the other rows. 

When i select a cell and resize it with my cursor, the whole column changes width. I want the column to stay as it is, just its last cell to change width. How to do this?

View 1 Replies View Related







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