Hello,<br /><br />I have retrieved a step file and meshed it . Everything is OK.<br />Next I have defined 2 Physical surfaces for applying both boundaries conditions and loading conditions.<br />But when I want to export the meshing as a MED or MSH file, I have either the meshing of all the part or only the meshing corresponding to the  2 physical surfaces depending on the export settings.<br /><br />So, how can I export 3 physical surfaces :<br />1 One for the Boundary conditions (4 surfaces)<br />2. One for the loading conditions (1 surface)<br />3. One for the rest of the meshing (several hundreds of surfaces)<br /><br />I think that maybe I could use a script such as:<br /><br />CB[]={10,23,45,94};<br />CL[]={55};<br /><br />For i In {0:pas}<br />        a[]={i};<br />        lg[]+=a[];<br />  EndFor<br />Physical Surface("all") = lg[];<br /><br />How can I substract the CB and Cl surfaces to the "all" surface ?<br /><br />Regards,<br /><br />Thomas