50 lines
1.1 KiB
ReStructuredText
50 lines
1.1 KiB
ReStructuredText
utils.files.input.ScannedObject
|
|
===============================
|
|
|
|
.. currentmodule:: utils.files.input
|
|
|
|
.. autoclass:: ScannedObject
|
|
:members:
|
|
:show-inheritance:
|
|
:inherited-members:
|
|
:special-members: __call__, __add__, __mul__
|
|
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
|
|
~ScannedObject.export_obj
|
|
~ScannedObject.export_xyz
|
|
~ScannedObject.from_ascii_stl_file
|
|
~ScannedObject.from_binary_stl_file
|
|
~ScannedObject.from_file
|
|
~ScannedObject.from_obj_file
|
|
~ScannedObject.from_triangles
|
|
~ScannedObject.from_xyz_file
|
|
~ScannedObject.get_data
|
|
~ScannedObject.get_discrete_vertices
|
|
~ScannedObject.get_discrete_vertices_1
|
|
~ScannedObject.get_discrete_vertices_2
|
|
~ScannedObject.get_faces
|
|
~ScannedObject.get_vertices
|
|
~ScannedObject.get_x
|
|
~ScannedObject.get_y
|
|
~ScannedObject.get_z
|
|
~ScannedObject.has_faces
|
|
~ScannedObject.normalise
|
|
~ScannedObject.update_from_faces
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~ScannedObject.authorised_extensions
|
|
|
|
|