Manufacturing Solutions

Assigning Material Data

Assigning Material Data

Previous topic Next topic No expanding text in this topic  

Assigning Material Data

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

BEGIN MATASSIGN

    USE Material-name  FOR Component-name

END

This data is used to specify the material used by each component.

 

Example


BEGIN MATASSIGN

 USE random_mat FOR left_panel

 USE random_mat FOR right_panel

 USE surface_veil FOR bottom

END