Imports a 3D Studio (.3ds) file
Supported Platforms: Windows only
Prerequisites: The AcRender ObjectARX application must be loaded before the function can be called, (arxload "acrender"). Earlier releases might require you to load the render.arx file.
(c:3dsin mode [multimat create] file)
A numeric value if the file was successfully imported; otherwise, nil is returned if the file could not be imported.
Import all of shadow.3ds with no user input, splitting objects with multiple materials and putting all new objects on the same later:
(c:3dsin 0 0 3 "c:/my documents/cad drawings/shadow.3ds") Initializing Render... Initializing preferences...done. Processing object B_Leg01 Converting material SKIN Processing object B_Leg02 Processing object Central_01 Processing object Central_02 Processing object F_Leg01 Processing object F_Leg02 Processing object M_Quad01 Processing object ML_Feele01 Processing object ML_Feele02 Processing object Pre_Quad01 Processing object Pre_Quad02 3D Studio file import completed 1