Message 1 of 7
A Unit of Measure Question

Not applicable
03-26-2003
10:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a question about a problem that I'm having with units of measure.
Let me begin by stating the obvious and providing a little background. I am
neither a mechanical engineer nor a drafter, I am a programmer. Our company
designs and builds power transformers. About a year ago I wrote a AutoLisp
program to create a 3D solid model of each transformer. I read the
dimensions and design information from a text file that was created by our
main electrical / mechanical design program (written in FORTRAN).
I have now been assigned the task recreating that application in Inventor.
Since AutoLisp isn't available to Inventor, I'm using VBA (which I'm also
learning). So you see, I'm learning as I go.
Now let's get on to my problem and subsequent question. I've got a test
module created where I'm experimenting with different shapes and techniques.
Most of the code was lifted from the last part an Inventor VBA tutorial
written by Joe Sutphin that I downloaded from the sdotson.com site. Thanks
to Sean for the site and to Joe for the tutorial.
My problem is this. It seems that the object was created using the metric
system of measurement, while I'm looking at it interactively using the
English system of measurement. Since we do all our work here using the
English system, I need to create my part documents to be English. How can I
do that?
Thanks in advance for any responses.
Eric Schultz
PS. I apologize in advance because I'll probably turn into a real
pain-in-the-butt as I work (struggle) to learn both Inventor and VBA
simultaneously. I'm an old dog and these are definitely new tricks.
Let me begin by stating the obvious and providing a little background. I am
neither a mechanical engineer nor a drafter, I am a programmer. Our company
designs and builds power transformers. About a year ago I wrote a AutoLisp
program to create a 3D solid model of each transformer. I read the
dimensions and design information from a text file that was created by our
main electrical / mechanical design program (written in FORTRAN).
I have now been assigned the task recreating that application in Inventor.
Since AutoLisp isn't available to Inventor, I'm using VBA (which I'm also
learning). So you see, I'm learning as I go.
Now let's get on to my problem and subsequent question. I've got a test
module created where I'm experimenting with different shapes and techniques.
Most of the code was lifted from the last part an Inventor VBA tutorial
written by Joe Sutphin that I downloaded from the sdotson.com site. Thanks
to Sean for the site and to Joe for the tutorial.
My problem is this. It seems that the object was created using the metric
system of measurement, while I'm looking at it interactively using the
English system of measurement. Since we do all our work here using the
English system, I need to create my part documents to be English. How can I
do that?
Thanks in advance for any responses.
Eric Schultz
PS. I apologize in advance because I'll probably turn into a real
pain-in-the-butt as I work (struggle) to learn both Inventor and VBA
simultaneously. I'm an old dog and these are definitely new tricks.