STL Rapid Prototyping (STL)

 

General Issues

Lengths of file paths
STL + Create function accesses mesh files that are located in the cfg/adm/fem directory. This directory contains mesh information for ffea, nastran and stl. The number characters in the mesh file paths from the root directory should not be more than 42.

 

Examples:

  • /DS/V425/cfg/adm/fem/ffea (number of characters 25)
  • /DS/V425/cfg/adm/fem/nastran (number of characters 28)
  • /DS/V425/cfg/adm/fem/stl (number of characters 24)

is OK, since the number of characters for the all the directories are less than 42.

 

whereas

  • /DS/V425/catiav425sp14cfg0014/adm/fem/ffea (number of character 42)
  • /DS/V425/catiav425sp14cfg0014/adm/fem/nastran (number of characters 45)
  • /DS/V425/catiav425sp14cfg0014/adm/fem/stl (number of characters 41)

is NOT OK, since the number of characters for the nastran directory is more than 42.

Open Issues

None

 

Documentation

None