I would like to import a 3D model from a memory variable.
Does there exist a function like RhinoDoc.ReadFile that reads the model from a variable instead of a file?
If not, is there any other way to do it?
This question may be related to: Model serialization
But now I am interested in loading a 3D model in its own format (not a RhinoDoc serialization of it), for example an IGES or STEP format, which are plain text files. So I would like to import the model given its content (an string of text) without the need to write the file.