write_vertices_to method

write_vertices_to

Write vertices data to the specified stream

def write_vertices_to(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream that the vertices data will be written to

See Also