Dec 03 2009

YouTube - ProFORMA: Probabilistic Feature-based On-line Rapid Model Acquisition

Published by admin under News

No responses yet

Apr 23 2009

Just had a class showing "what's new" in Siemens PLM Unigraphics NX6. WOW are we in for some great fun using the new tools. I can't wait!

Published by admin under News

Just had a class showing "what's new" in Siemens PLM Unigraphics NX6. WOW are we in for some great fun using the new tools. I can’t wait!

One response so far

Jan 20 2009

Sukhoi Civil Aircraft Company Debuts Russia’s First Paperless Aircraft Using Siemens PLM Software’s Teamcenter Collaboration Solution

Published by admin under News

Sukhoi Civil Aircraft Company Debuts Russia's First Paperless Aircraft Using
Siemens PLM Software's Teamcenter Collaboration Solution.

No responses yet

Jan 20 2009

Openmoko CAD files available

Published by admin under News

openmoko_cad.jpg

Openmoko is an open source cell phone that runs a version of Linux. The creators have now published the CAD files for the Neo enclosure, bring the openness to a whole new level. You can design your own phone! – [via] Link.

Related:

OpenMoko: $300 Linux-powered mobile phone – Link.

[Read this article] [Comment on this article]

No responses yet

Jan 20 2009

What a Sketch Tool should be

Published by admin under Design

What an awesome sketch tool ‘ILoveSketch‘ It shows a 3D Sketch tool with out any cuts in the video, using a stylus on a touch screen.


ILoveSketch No-Cut Demo: Spacecraft from Seok-Hyung Bae on Vimeo.

No responses yet

Nov 21 2008

Custom Templates in NX

Published by admin under Best Practices, NX

To tell NX that you have a different location for you custom templates, set a variable: UGII_TEMPLATE_DIR=<directory of templates>

This needs to be set in your ugii_env.dat file, so that it is consistent with Teamcenter integration and Native NX.

The Template folder for Native and Teamcenter looks for a .pax file.

For Teamcenter pax files: (start with nxdm)

  • nxdm_ugs_drawing_templates.pax
  • nxdm_ugs_model_templates.pax

For Native pax files:

  • ugs_drawing_templates.pax
  • ugs_model_templates.pax

Within each of these pax files points to the name, and location of the files to be used. The Teamcenter files are pointed to Teamcenter Item/IDs with the syntax of @DB\ITEM_ID\REV

Set a variable: UGII_ENV_FILE=<location>\ugii_env.dat to have all your clients using the same configuration. Put this <location> on a share on a server, each seat would have this location mapped as a drive and one variable set to point to this location. Now you have complete control for all seats in your environment.

3 responses so far

Jun 30 2008

iSeries prompt for markup

Published by admin under Visualization

If you selected the option to not show this dialog next time when opening a JT file using iSeries, and now you want to see this dialog again so that you can change the options. Open iSeries File -> Preferences -> Interoperate; Toggle “Ask at load time”.

No responses yet

May 27 2008

NX5 drafting variables

Published by admin under Uncategorized

<W@$SH_SHEET_NUMBER> – Sheet number of the current sheet

<W@$SH_NUMBER_OF_SHEETS> – Number of sheets in the current part

<W@$SH_SHEET_SCALE_NUMERATOR> – Numerator of the sheet scale

<W@$SH_SHEET_SCALE_DENOMINATOR> – Denominator of the sheet scale

<W@$SH_SHEET_SIZE> – Size of the current sheet

<W@$SH_SHEET_UNITS> – Units of the current sheet

<W@$SH_SHEET_PROJECTION_ANGLE> – Projection angle symbol of the current sheet

<W@$SH_MASTER_PART_NAME> – Master Model drawing sheet part name

<W@$SH_PART_NAME> – Sheet part name

5 responses so far

Mar 07 2008

Better Control the Data format database attribute sync from TcEng to NX

Published by admin under NX, Teamcenter

Starting in Teamcenter Engineering 2005 SR1 MP3, they have added a new format string. In the “IMAN_BASE_DIR\lang\textserver\en” is a file for time. Add the following key:
<key id=”NXDefaultDateFormat”>%d-%b-%Y</key>  

Restart your Teamcenter Service and open your drawings now it will have the DDMMYYYY format. If you want other formats there are other variables to get different results.

No responses yet

Feb 25 2008

Site Standards (Load Latest)

Published by admin under NX

Customer defaults has a site standards section under assemblies section.

You need to define your naming convention using regular expressions. In your case you have 6 digit part number with an ‘underscore’ two digit number.

An example Regular expression for your site standards would be: (each line represents each section in the site standards)
([0-9]{6})(|_[0-9]{2})
\1
\1(|_[0-9]{2})
\2

Set the rule to numeric.

Another example would be:
([dD]?[0-9]{2}[a-zA-Z]?[0-9]{5,7})(|([a-zA-Z]{1,2}))

which would be for parts in this type of series:
1234567
12345678
123456789
d1234567
d12345678
d123456789

1234567_a
12345678_a
123456789_a
d1234567_a
d12345678_a
d123456789_a

Set your load options to load latest (now available since you set your site standards).

4 responses so far

Next »