AutoCAD Inventor :: Returning Distance Between Points In ILogic

Nov 30, 2012

I want to create an i part which derives its length and width from pairs of snapped points in the assembly. These can be any two points not necessarily existing properties of any part.

My new part would then calculate its actual dims from these measurements. Can this be done in ilogic and how?

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Return Distance Between Two Snapped Points With VBA Or ILogic?

Nov 25, 2012

I'm using Inventor 2013 and would like to create a dialog box requesting the parameters for a simple rectangle and be able to snap in an assembly to get the distance for each parameter (width and depth) of the shape. Is this possible with either VBA or iLogic? I just need how to get the value...I can handle the dialog box.

View 5 Replies View Related

AutoCAD Inventor :: ILogic Rule Is Returning Answers In Wrong Order Of Magnitude

Feb 14, 2013

I'm attempting to do a simple calc in the iLogic code I'm putting together.

The correct answer for the equation is 155 N But the iLogic code is returning 0.000155 N

View 1 Replies View Related

AutoCAD Inventor :: Minimum Distance Between Parts With ILogic

Jul 11, 2013

I want to measure the minimum distance between 2 parts. But I want Ilogic to know what parts to measure according to what i've selected.

I have something like this but its not working... gives me always this error "

Measure.MinimumDistance: No entity named "System.__ComObject" was found."

Dim oOccurrence As ComponentOccurrenceDim oOccurrence2 As ComponentOccurrenceTry oOccurrence = ThisDoc.Document.SelectSet.Item(1)oOccurrence2 = ThisDoc.Document.SelectSet.Item(2)Catch MessageBox.Show("Please select a component before running this rule.", "iLogic") ReturnEnd Try Dim doc As DocumentDim CurFileName As String oOccurrence = ThisApplication.ActiveDocument.SelectSet.Item(1) oOccurrence2 = ThisApplication.ActiveDocument.SelectSet.Item(2) distance = Measure.MinimumDistance(oOccurrence,oOccurrence2)MsgBox(distance)  

View 1 Replies View Related

AutoCad :: How To List Distance Between Any Two Points Out Of All Points

Aug 10, 2013

Let me make my question clearer by considering an example as follows, Assume I have points A, B, C and D in a map. Is there any command that can list the distance between any two points out of all points? e.g. distance of A-B, A-C, A-D, B-C, B-D, C-D.

View 1 Replies View Related

AutoCAD Civil 3D :: Create Points By Slope Distance?

Oct 8, 2013

I have a line at a constant grade. I need to create points along this line. The information given is in slope distance and these vary at times.

I've tried the point create methods and they all seem to calculate points at a horizontal distance. How do you enter the slope distance?

I know I can go back to basic Acad methods of divide, changing ucs so horizontal works etc.

wondering if it can be done in the create points commands?

View 9 Replies View Related

AutoCAD Map 3D :: Using Expression Builder To List Distance Between Points

May 3, 2012

I have a data table showing points surrounding a central source.I would like to create a calculation that adds a column in my data table of the points; that shows the distance between each respective point, and the central point.

My knowledge in expression building is limited,I assume I would be using some form of calculation using the geom, and the X and Y locations, however I'm coming up with nada.

View 4 Replies View Related

AutoCAD Civil 3D :: Label Bearing And Distance Between 2 Points?

Mar 19, 2010

In LDD I could label a bearing and distance between 2 points. (Points - not actual surveyed points, but 2 spots I click)

In 3d 2010 I only can label a whole line, not only a portion that I choose. This has to be a label option still.

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Bearing / Distance Table Using Points?

Feb 25, 2013

I am using Civil 3D 2012.  I know how to label a line with bearing and distance.  What I would like to do is make a table with these bearings and distances referencing the point numbers.  For instance, I have a new ROW line that starts at point 1000 and changes direction at point 1001 and changes direction at 1002 and so on.  I need a table that shows Points 1000-1001 is ___ Bearing and ___ Distance.  

The lines are not parcel lines; they are only line segments.  

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Distance Between Two Points Along The Path Of Polyline

Sep 10, 2012

There are times that I have a really long curb polyline that has both line and arc segments.  I wish to pick two points along that polyline and have it give me the distance between those two points along the path of the polyline.

Do we have this ability natively?  Have I been missing something all this time?  Normally I have to make a copy of the original entity, ... break, break, list erase or undo....

View 6 Replies View Related

AutoCAD Inventor :: View Tab Returning To End Section Mode

Jul 18, 2012

I use the "view" tab to create a half section view of an assembly.  This works fine, but if I try to measure anything, move or select a component, or export image to a .jpg then it automatically returns back to "end section view" mode.  

Without the ability to operate in a section view the it is impossible to constrain components that are placed deep inside of other components. This make this view function useless except for just looking at it on the screen.  This worked in 2012 and will not in 2013.  How do I correct this?

View 9 Replies View Related

AutoCAD Inventor :: Equal Parameters Returning Different Nominal Values?

Aug 22, 2013

Why do the two User Parameters in the picture return different Nominal Values?  Apron_Length equation is 36" so why does "Slats" Nominal Value come out as 26? 

View 1 Replies View Related

Paint.NET :: Tool Or Plugin That Can Show Distance Between Points?

Nov 12, 2013

is there a tool or plugin for Paint.NET that can show the distance between points that i click on?

View 3 Replies View Related

Illustrator :: Create Multiple Expanding Outlines With All Points Equal Distance To Original Shape?

Feb 21, 2013

Here's an extremely simple example.. It works with a circle or a square, obviously because it has the same height and width. The problem is when you have irregular shapes, (or in this case, an oval). I know I've seen solutions to this in the past, but I just can't think of how to word this question and find them again.
 
I know you can create multiple strokes for an object in the appearance palette, but I'm looking for something more effective than just having colored stroke > white stroke > colored stroke> white stroke > etc.
 
Here's a couple examples of the kind of effect I'm looking for.

View 2 Replies View Related

AutoCAD Inventor :: Close ILogic Form With VBA Or ILogic Rule

Aug 19, 2013

how can I close an iLogic Form from either an iLogic Rule, or a VBA Rule (VBA is the Preferred method)?

View 5 Replies View Related

AutoCAD Map 3D :: Displaying Geodetic Distance With Dimension Tool Instead Of Normal Distance

Mar 17, 2009

Is there any way of displaying the geodetic distance(ie "mapdist") with the dimension tool instead of the normal distance?

View 2 Replies View Related

AutoCAD 2013 :: OTrack Distance From Top Circle Edge Of Cylinder To Certain Distance

Jul 30, 2012

I am trying to oTrack distance from the top circle edge of a cylinder to a certain distance ... whenever i try to do that ... it either track to x and y .. but not in z :/ ... the video i have on you tube he did it so simply and it seems to be easy .

I am not sure what is wrong .. but i heard parallel and perspective view could make a difference .. i actually try both :/ ...

[URL].....

View 9 Replies View Related

AutoCAD Inventor :: Distance Between Two Views On IDW

Oct 6, 2011

Is there a way of dimensioning the distance between the views on a .idw?

I have a series of drawings to make, that consist of two view each. I need to make them as consistant as possible, as far as the distance from view to view, accross the drawings.

View 3 Replies View Related

AutoCAD Inventor :: Same Distance Gap Around Part

Dec 26, 2013

What formula or dimensions do i require so as there is a 0.5mm gap around the Revolution 3 (red color)...is revolution the method required to achieve this?

View 2 Replies View Related

AutoCAD Inventor :: Minimum Distance Between Two Faces

Apr 1, 2008

Code to find minimum distance between two faces using "Minimum distance" method...

View 5 Replies View Related

AutoCAD 2013 :: Buttons Returning Unknown Commands

Oct 1, 2012

I just had to replace my desktop computer, reinstalled AutoCad, set it up using a saved profile, everything was working fine until this morning when I came in and most of my buttons on the toolbars return "Unknown Command".  Now even when I type in the command on the command line it doesn't recognize the commands. ie _layfrz Unknown command "LAYFRZ) I've gone in and "repaired" the program, shut down the computer for a full restart, to no avail.

View 3 Replies View Related

AutoCAD Inventor :: Use Measure Distance Tool From VBA Form

Nov 8, 2012

I have a VBA form coded that we use to generate part numbers and descriptions that then populate the iProperties.  We often use the part sizes in the description.  I would like to be able to put a button on the form that allows users to use the "Measure Distance" tool so that they can measure the part while they are creating the description. 

Any code that I could use to activate the "measure" tool while a vba form is active?

View 8 Replies View Related

AutoCAD Inventor :: API To Add Perpendicular Distance Between Sketch Entities?

Oct 16, 2013

There is an API AddTwoPointDistance() to add the distane(horizontal, vertical or aligned) between two sketch points.

But I want to add perpendicular distance constraint between a sketch point and a sketch line

View 1 Replies View Related

AutoCAD Inventor :: Distance Effect - Why Does Paper Changes Its Color

May 10, 2005

I noticed that when "distance effect" is selected in viewing preferences, the paper color of .idw files changes. I think it's not good, is it?

View 9 Replies View Related

AutoCAD Inventor :: Calculating Distance Using Rectangle Pattern?

Apr 16, 2012

When using the rectangular tool how do i calculate equal distances between each Fin.The picture shows 11 Fins but they are not equal distances between each Fin which causes the Fins to be higher on the right side.Which formula / calculation do i need to use in Rectangle Tool to produce equal distances between each fin and therefore the 1st and 11th fin are in the same position on each side of the cylinder.Using Inventor 2012

View 9 Replies View Related

AutoCAD Inventor :: When Using Distance Tool Section Disappears

Sep 18, 2012

How to keep a section view of an iam active when accessing the distance tool? As soon as I click on the distance tool, the half-section disappears. This makes it difficult to measure relationships from one component to another.  I am using Inventor 2013 which was recently installed on our workstations.

View 3 Replies View Related

AutoCAD Inventor :: Measure Distance Between Centers Of Balls?

Jun 21, 2012

I'm just playing with a rotor head of a model helicopter (see picture). For proper initial alignment, all main parts shall be setup parallel against one-another. This can be done by aligning the length of the ball linkages.

But therefore I need to know the distance of the ball centers. How can I do that? (STEP file for testing with different Inventor versions is attached).

View 3 Replies View Related

AutoCAD Inventor :: Shortest Distance Across Irregular Surface

Nov 19, 2012

Quite often I need to measure shortest surface distance between two points (electrical tracking diatance) as in pic below. I can do it iteratively by taking a range of slices out of the part (2nd pic) and measuring the cut edge length but it's quite meticulous and time consuming. 

.ipt attached.

View 9 Replies View Related

AutoCAD Inventor :: Sheet Metal Folding Distance

Apr 18, 2012

We have many old sheet metal parts that are designed in Autocad environment and of course they are in 2D .dwg format. Sometimes it's necessary to get those parts in Inventor and "convert" them to 3D, but sometimes Inventor's "Fold" function isn't working like it suppose to work. 

So all I'm trying to do is that first I'll import the flat pattern .dwg file to sketch,

then define the thickness of a part and lastly trying to bend the part with "Fold" function. Sounds easy, but it isn't always.

Especially sometimes Inventor wants to fold whole flange although there is a relief cut drawn. There is a one example in attachment when it happens. So is it possible to define the folding distance like in "Flange" function?

View 5 Replies View Related

AutoCAD Inventor :: Do Not Have Select Other Option In Measure Distance Tool

May 17, 2013

I would like to measure the distance in assembly.

The distance is between two hole axis.

I use Measure Distance tool.

I do not have the “Select Other” option to choose axis supposedly pop up ofter the preset delay time. Seems like Application Option – General – Selection is responsible for that?

But it is checked to ON as on pic attached. My laptop machine works fine with the same settings.

View 3 Replies View Related

AutoCAD Inventor :: Control Maximum Gap And Face / Edge Distance?

Mar 6, 2013

Can I control the Maximum Gap Distance and Face/Edge Distance in the Corner Seam by iLogic.

I want to change between those two in different styles.

Something like this?

If currentStyle = "Kemi_0.6" Then
Face/Edge Distance = treu
 If currentStyle = "Kemi_0.6" Then
Parameter("overlap") = 0.8 ul

see also my  topic:[URL]

View 4 Replies View Related







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