AutoCAD Inventor :: Rotate Drawing View Label Via ILogic?

Nov 19, 2013

I have successfully been able to rotate the drawing view. rotating the view label.

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Rotate Drawing View Using ILogic

Jul 11, 2013

Is it possible to rotate a drawing view using iLogic?

View 2 Replies View Related

AutoCAD Inventor :: ILogic Automatic Drawing View Scale Label

Apr 17, 2012

what i am trying to do is create an iLogic rule that if your drawing view scale is set to the following ...

1:1, 1:2, 1:4, 1:8, 1:12, 1:!6, 1:24, 1:32, 1:48, etc. on the view label for that view it will diplay ...

SCALE: 1/2" = 1'-0"

and so on for the rest for the standard scale factors.

i know it will be some sort of a loop and it needs to check all views when ran for any changes.

i have never done any coding for the drawing side of inventor yet only model coding

View 6 Replies View Related

AutoCAD Inventor :: ILogic Code To Change View Label Text

Sep 18, 2012

I am trying to rewrite Curtis Waguespack's ilogic code to modify drawing view labels from this post http: [URL]...

The completed label should appear like this

<Description> - Mk <Part Number>
Est Unit Mass = X kg
(Scale 1:1)

At this point I have 2 problems

1. I want to add the physical mass to the second line and would prefer to use the calculated physcial property rather than the a custom iproperty. If editing the view label, it would the property access under physcial properties.

2. I want to rewrite the code so it is selective or per view - in otherwords, I only want it to modify a single view I select once the code is run. At this point I know I need to remove the For loop but I dont have a clue as to how to make it selective.

'start of ilogic codeDim oDoc As DrawingDocument: oDoc = ThisDoc.DocumentoModel = ThisDoc.ModelDocumentDim oSheets As SheetsDim oSheet As SheetDim oViews As DrawingViewsDim oView As DrawingViewoSheets = oDoc.SheetsFor Each oSheet In oSheetsoViews = oSheet.DrawingViews For Each oView In oViews oView.ShowLabel = True

[Code] ......

View 5 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 :: Label Of Drawing View Move Randomly

Nov 21, 2013

I have often problem with drawing view labels. When model is changed and I switch to the drawing then the label is moved to an random position. There is possible to little move with view, or edit label text or switch off/on label and label move back to correct position. This is very unpleasant when there s more views in drawing, is necessary to correct each label.

This happen in Inv2013 and also in Inv2014.

Is not there an possibity to minimize this?

Enclosed is example video.

View 3 Replies View Related

AutoCAD Inventor :: Part Number In Drawing View Label

Sep 16, 2013

We put several parts on a single drawing sheet and ,to include the part number in the drawing view label, we must edit each view label and change the type to Properties_Model and the Property to Part Number. Is there a way to set the default of a drawing view label to include the Part Number? I tried modifying the styles to include <PART NUMBER> but it the text "<PART NUMBER>" came in instead of the value. To get the value, I had to edit the view label and hit the X with a down arrow to get the part number to show up, which is not much different than having to edit the label and change type and property. I'm looking to avoid all the view label editing as much as possible.

View 9 Replies View Related

AutoCAD Inventor :: Change Text Height Of Drawing View Label Through VBA?

Jan 28, 2013

Is it possible to change the text height of a drawing view label through VBA?

I have tried to change it by creating a new text style manually with the text height I require and then through VBA set the view label to use that style.

The View label takes on the new style but does not change the text height.

I have tried to use 'StyleOverride FontSize=' but I have text that is multi lined and using this command converts all my text onto one line.

Is it possible to change the text height of a drawing view label through VBA?

Below is my code so far,

Sub HoleDetailSheetLabels()    
' Declare the Application object
Dim oApp As Inventor.Application
' Obtain the Inventor Application object.
' This assumes Inventor is already running.
'Set oApp = GetObject(, "Inventor.Application")

[code]...

View 3 Replies View Related

AutoCAD Inventor :: Place A View On Drawing Using ILogic?

Jul 31, 2013

Like the title says I am looking to place views (and dimensions) on drawings using ilogic. I am new to both inventor and ilogic, most of my training came in SolidWorks. It needs to pull the part from an ipart that pulls the information from an excel file.

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Make Drawing View Shaded

Jan 22, 2013

Is there a line of code that will look at a drawing view and turn shading on?

I have tried

ActiveSheet.View("VIEW1").View.Shaded = True

but it didn't work .

View 6 Replies View Related

AutoCAD Inventor :: Control Break Size In Drawing View Using ILogic?

Feb 24, 2011

is there any way using iLogic or other method to automatically control the size of the 'break' in a drawing view? I have built a model which uses iLogic to control virtually everything, however the large variations in the length of the product mean that there are some interesting results when it comes to the broken drawing views updating.

it would be nice to locate the break at the absolute center of the view and then size it as a percentage of the view size along one axis or perhaps according to some other length based rule.

Dell Precision M6400 - C2D 2.66 / 8gb / Quadro FX3700M / Win 7 Pro x64

View 9 Replies View Related

AutoCAD Inventor :: ILogic Rule To Change Drawing View Layer

Jul 22, 2013

I am trying to piece together some code for an ilogic rule. This rule should look for a drawing view that is a flat pattern, if it finds one it should change the object layer to our "CNC" layer.

View 3 Replies View Related

AutoCAD Inventor :: ILogic / Modify IProperties Of Model That Is Associated To Drawing View

Jul 11, 2013

I'm trying to do this with iLogic, and i'm not getting anywhere. What I need, is to be able get to the iProperties of an associated model that is referenced into a drawing file.  I want to make it easier to update the iProperties from the drawing file, without having to open the model file. 

Factory Design Suite Ultimate 2012
AutoCAD 2012 | Inventor Professional 2012 | Vault Professional 2012

View 2 Replies View Related

AutoCAD Inventor :: Custom / User Properties In View Label Of Drawing Template / Style Library

Apr 18, 2012

Is there a way that we can set the view label in the style library to show custom/user Properties?

We have set our iam/ipt templates to have some custom properties which we wish to display in the view label when the view is created however there this no way to add these properties to the label.

I find this a little strange as you can add these user Properties to the parts list in the style library? (I've added some screen caps to show what I am talking about)

View 8 Replies View Related

AutoCAD Inventor :: ILogic Rule - User Input Brings Up Drawing View Dialog Box

Jan 30, 2013

Currently have an iLogic rule in my drawing template that base on user input brings up the Drawing View dialog box (as though you click on base view).  I want to know if there is some coding I can do to control or handle what happens if the user clicks the cancel command inside this dialog box.  Possibly show a message box. Or even run another rule after the cancel button has been clicked?

View 1 Replies View Related

AutoCad :: Rotate Drawing In View?

Oct 17, 2006

I have a drawing in dwg that's drawn vertically. By that i mean the texts seem to have been rotated at 90 degree. It's drawn by someone else. I darenot rotate it back fearing i might stuff up the coordinates. But it's hard to see as i need to bend my head to be able to read the drawing and all the texts in it.

Is it possible that without rotating the actual drawing, we can actually somehow set it to something more readable for example, rotate it back to vertical kind of angle. I heard it can be done with view. But i just don't know how to do that.

I use autocad LT 2005.

View 6 Replies View Related

AutoCad :: Rotate Drawing View In Model And Paper Space?

Mar 28, 2012

how can i rotate a drawing view in model space and paper space? UCS -> new -> 3 point -> and saving the view works, but trying to figure out how to do this with paper space now. My purpose if for pulling construction lines from plans, for elevations. In the past I simply rotated the drawing, but if i had a layer turned off it would mess up their positioning.

View 1 Replies View Related

Illustrator :: Rotate View When Drawing

Jul 20, 2013

I know it's not possible to do that like in Photoshop (I have submitted a feature request).
 
How do you handle this problem when drawing with a tablet?

View 1 Replies View Related

AutoCAD Inventor :: Rotate IDW View Horizontal / Vertical

May 19, 2012

In 2013, just placed a view in an idw.  Now I need it rotated 90°.  In pre2012, there was a rotate Horizontal and Rotate vertical command where we could pick the edge and it would align to it.

Has that been taken out of 2013 or am I just overlooking it?  Restarted Inventor and that didnt work.  I did not restore the marking menu because I have some customizations that I dont want to lose.

For what its worth, Wiki help shows the "Rotate View" command in the video..... maybe I don't have the full version...IDK.  Looks like I am missing several commands here, like Apply Design View.

View 5 Replies View Related

AutoCAD Inventor :: DWG - Place Label For Each View

Sep 20, 2013

Every time i made dwg's i have to create all ort. views but i also need place label for each view. Is it possible with rule to pick view and then choose from list which view label it is. For ex. plan,side lt, side rt isometric etc..

View 2 Replies View Related

AutoCAD Inventor :: Rotate Break View - Not Horizontal Or Vertical

Jun 25, 2013

I can only get horizontal or vertical 'orientation' in "Break" view. 

How do I rotate it to say 60degrees to use on an iso view?

View 2 Replies View Related

AutoCAD Inventor :: Rotate Entire View To Fit Portrait Style?

Mar 17, 2013

I wish to rotate my "entire view" to fit the portrait style.. idw. Well, the base must be rotated but I forgot the rule. [URL]

View 9 Replies View Related

AutoCAD Inventor :: View Label Appearance Customization

Jun 21, 2013

Question regarding view labels in drawings.

I want to change the appearance of the view label to look like attached snap shot. Is this possible? I have looked through the inventor settings but cant find any options.

As a possible solution I can always create intelligent symbols which update with the drawing (like the standard view labels) but before I begin creating these I wanted to check if there was any other way?

View 3 Replies View Related

AutoCAD Inventor :: View Orientation Custom Label

Dec 5, 2013

I found some code to add labels such as "Top View" "Left" view etc. to view labels, but it's not quite what I'm looking for. I'm OK with the default "View 1" and "Scale 1/4" that comes up on the multiview but I want the view label to say something like "Flat Pattern" and "Scale 1/4" when I do a flat pattern and same for ISO. How to accomplish that with iLogic?

View 1 Replies View Related

AutoCAD Inventor :: View Label Alignment Error

Mar 21, 2012

I'm noticing that on some of my drawings that the view labels are not aligning correctly to the respective views. I have view labels set by the drawing styles to appear at the bottom center of the view by default.

The problem occurs when I go to move the view to a different area on the drawing. The view label ends up on an obscure part for the drawing. When I realign them manually, save, close and reload the drawing, the view labels still appear on obscure parts of the drawing and need to be realigned again. Only some views are doing this and I'm not sure what is causing this. It happens with (but not limited to) base, detail and section views.

FYI, I'm using Inventor Pro 2012 SP1 build 190 64-bit. I'm working from Inventor DWG (not IDW) files.

View 1 Replies View Related

AutoCAD Inventor :: View Face - Rotate With Respect To Origin Axis

Jun 2, 2013

is there a way to tell Inventor to align the view to be perpendicular to the Origin axes when View Face or Sketch on face is selected?

It is most disturbing to have to work with the view cube once in the Sketch just to have it make sense?

This is in Inventor Pro 2012.

View 3 Replies View Related

AutoCAD Inventor :: Use Rotate At Angle Command Outside Of Custom View Environment

Oct 1, 2012

Is there any way to use the "Rotate at angle" command outside of the "custom view" environment?

Is there actually any technical reason why the controls in the attached screenshot are not available in the Studio and normal modelling environments?

View 7 Replies View Related

AutoCAD Inventor :: How To Edit View Label In Styles Dialogue

Jul 9, 2013

how to edit the view label in the "Styles" dialogue, so I can get the text spacing to where I want it?

I had to change fonts, and it screwed up the spacing. It is "single", but that's like 2x what it formerly was.

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 4 Replies View Related

AutoCAD Inventor :: Section View Annotation And Label Customization?

Jun 21, 2012

I'd like to customize the way our section marker terminators look. More like an architactual style drawing.

I'd also like to add the sheet number that the section is cut from to the section view label.

As far as I can tell, this propertie is not available for insertion in the view lable. Is there a way to make it available?

The need for these changes come from larger drawing sets were the section is cut on one sheet and shown on another. We'd like to link the sheet numbers in both the section marker terminator and view label.

View 4 Replies View Related

AutoCAD Inventor :: ILogic - Get View Type

Dec 17, 2013

Is there a way to get the "view type" of a view using iLogic? for example;

-detail view
-section view
-exploded view

Or any way to differentiate between the types of views? I'm trying to write a rule that renames all detail and section views in a drawing in Alphabetical order. A,B,C,D..

View 5 Replies View Related

AutoCAD Inventor :: Ilogic To Create View Rep

May 21, 2012

Is there Any code out there that will allow user to select part file then isolate and create view rep of that part with name of view rep the same as part.

The reason is we have lots of reps that isolate various components and this is very time consuming, I have had a look if there is Any customization because this would be a good user tool,also could work very well on assembly.

View 3 Replies View Related







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