(Stereolithography can be descibed as "3D Hardcopy". The stereolithography file defines a 3D part which is then used to directly create a part without conventional machining.)
Because the sla_modeller is a subclass of new_modeller, it responds to the "data?" message and can be used in the display_data pipeline. In addition, sla_modeller also inherits the convenience routines from new_modeller (e.g., output!).
read_mode a flag indicating whether the data is ASCC, BINARY, or whether automatic detection of file type should be performed (AUTO_SENSE). By default, read_mode is AUTO_SENSE.
filename? get the name of the stereolithography file
generate_data! read data file and create internal display_data representation.
ascii! force the read mode to be ASCII.
binary! force the read mode to be binary.
auto_sense! automatically determine the type of file. (Seems foolproff so far...)
read_mode? get the value of the read_mode variable (returned as an integer: 0=AUTO_SENSE, 1=ASCII, 2=BINARY.