Uranium
Application Framework
|
Base class for mesh writer objects. More...
Public Member Functions | |
def | __init__ (self) |
def | write (self, stream, node) |
Output a collection of nodes to stream in such a way that it makes sense for the file format. More... | |
![]() | |
def | __init__ (self) |
def | write (self, stream, data) |
![]() | |
def | __init__ (self) |
def | getPluginId (self) |
def | setPluginId (self, plugin_id) |
def | setVersion |
def | getVersion (self) |
Base class for mesh writer objects.
def UM.Mesh.MeshWriter.MeshWriter.write | ( | self, | |
stream, | |||
node | |||
) |
Output a collection of nodes to stream in such a way that it makes sense for the file format.
For example, in case of STL, it makes sense to go through all children of the nodes and write all those as transformed vertices to a single file.
stream | IOStream The stream to output to. |
nodes | A collection of scene nodes to write to the stream. |