MoI discussion forum
MoI discussion forum

Full Version: face names in exported step

Show messages: All  1-2  3-6

From: Michael Gibson
18 Jun   [#3] In reply to [#1]
Hi Peer, it doesn't look like the STEP library tries to read or write a name attribute on faces.

Do you know of a program that supports it? If so can you make an example file?

Thanks, - Michael
From: pressure (PEER)
18 Jun   [#4] In reply to [#3]
Michael & Pilou,

Supposedly NX, SolidWorks, and Fusion do this. I found the following example from an NX export on another forum:
code:
#79=ADVANCED_FACE('LOADSURFACE1',(#55,#56,#57,#58,#59,#60),#44,.F.);


However, Pilou's RGB color code workaround might just work. I'll give that a try.

This is for marking boundary condition faces for finite element analysis.

- Peer
From: Michael Gibson
23 Jun   [#5] In reply to [#4]
Hi Peer,

re:
> Supposedly NX, SolidWorks, and Fusion do this. I found the following example
> from an NX export on another forum:

I've updated MoI v5's STEP input/export so it should now support name labels on ADVANCED_FACE entities.

- Michael
From: pressure (PEER)
23 Jun   [#6] In reply to [#5]
Wow thanks Michael! That'll be a great help for data transfer.

- Peer

Show messages: All  1-2  3-6