Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

? convert in part to mm 3

Status
Not open for further replies.

Mark7397

Mechanical
Joined
Jul 9, 2009
Messages
14
Location
US
How do you convert an in part to mm?
 
Hi Mark,

For the future - use the search function in the forum...

From ewh (thanks)

I got this directly from "Gateway". You must open a command prompt window (PROGRAM-UNIGRAPHICS-UNIGRAPHICS TOOLS-COMMAND PROMPT).

At the operating system prompt, type:

ug_convert_part -mm|-in -[o s u uo x y] [-o <dirname>] <part_name>|-d <dirname>

Options in brackets are not required. Options separated by the pipe character `|' mean that you must provide either the option before the pipe or the option after the pipe, but not both. The first set of options, -mm | -in, denotes the units you are converting to, and are not optional. You must either use -mm to convert to millimeters or -in to convert to inches.
d
Sets current directory as the source

-d <dirname>
Sets the directory <dirname> as the source

-in
Converts to inch units

-mm
Converts to metric units

-o <dirname>
Sets the directory <dirname> as the destination

-s
Traverses subdirectories

-u
Converts UDFs (user defined features)

-uo
Converts only UDFs (user defined features)

-x
Exports the annotated expressions to a <filename>.exp_txt file

-y
Converts entire assembly
 
Mark,

The other thing worth knowing is that for all intents and purposes NX works just as well with a combination of parts in different units. So and assembly can contain all metric parts with a range of imperial fasteners designed in inches quite successfully. Ask yourself first whether you really need to convert the parts.

Best Regards

Hudson

www.jamb.com.au

Nil Desperandum illegitimi non carborundum
 
i have been away from NX for a little over a year as the place i was at went under and now i am a monkey using catia. i miss NX. (if i ever get back to NX i will never complain about the amount of mouse clicks again!!)

Anyway here is a little interface that simplifies the use of ug_convert_part.

rename it to just .zip to extract the information
 
 http://files.engineering.com/getfile.aspx?folder=30f6fe5a-8963-4a80-b058-3ec6cc45db4c&file=convertprt.zipped
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top