CellNetwork.from_obj¶
-
classmethod
CellNetwork.
from_obj
(filepath, precision=None)¶ Construct a network from the data contained in an OBJ file.
- Parameters
filepath (path string, file-like object or URL string) – A path, a file-like object or a URL pointing to a file.
precision (str, optional) – The precision of the geometric map that is used to connect the lines.
- Returns
Network – A network object.
Examples
>>>