Previous Up Next

M3loadString
Loads an object from a character string to m3d format by specifying the father’s handler (nil if none exists).
If the father is specified, the elements of the file will be considered as his son.

I M3loadString (
S3d _session_
S _contenu_
H3d _father_
)
Parameters

_session_
3D Session
_contenu_
Character string containing the definition of objects to be read
_father_
3D object acting as a anchor for the elements read in the character string
Return value

0 if successful, otherwise nil