Message 1 of 5
How to get rid of units

Not applicable
04-23-2008
06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
With MDT it is possible to derive component properties through manipulation
of the model parameters in the part-file with formulas in the BOM. For a
custom U-profile it would look like this:
BOM
Component
Formula
Property
----------------------------------------------------------------------------------
=IF(ISBLANK(PART:NAME),BLOCK:NAME,PART:NAME) W208
=U -xxx
U - 40x60x40x2
=
250
= 208
=Zie:.dxf
Zie: W208.dxf
These resulting properties finaly end up in a part list:
--------------------------------------------------------
| U - 40x60x40x2 | 250 | Zie: W208.dxf |
--------------------------------------------------------
With iProperty Expressions in IV2009 the best I can get in the partlist is:
-----------------------------------------------------------------
| U - 40 mmx60 mmx40 mmx2 mm | 250 mm | Zie: W208.dxf |
-----------------------------------------------------------------
How can I get rid of the units en their adjacent space character? How to
manipulate these strings? Any help would be fine.
h.rosbergenNOSP@Moctatube.nl
<< - omit capitals - >>
With MDT it is possible to derive component properties through manipulation
of the model parameters in the part-file with formulas in the BOM. For a
custom U-profile it would look like this:
BOM
Component
Formula
Property
----------------------------------------------------------------------------------
=IF(ISBLANK(PART:NAME),BLOCK:NAME,PART:NAME) W208
=U -
U - 40x60x40x2
=
250
=
=Zie:
Zie: W208.dxf
These resulting properties finaly end up in a part list:
--------------------------------------------------------
| U - 40x60x40x2 | 250 | Zie: W208.dxf |
--------------------------------------------------------
With iProperty Expressions in IV2009 the best I can get in the partlist is:
-----------------------------------------------------------------
| U - 40 mmx60 mmx40 mmx2 mm | 250 mm | Zie: W208.dxf |
-----------------------------------------------------------------
How can I get rid of the units en their adjacent space character? How to
manipulate these strings? Any help would be fine.
h.rosbergenNOSP@Moctatube.nl
<< - omit capitals - >>