MCPcopy Create free account
hub / github.com/danieljfarrell/pvtrace / remove_object

Method remove_object

pvtrace/scene/renderer.py:324–328  ·  view source on GitHub ↗

Remove object by its identifier.

(self, identifier)

Source from the content-addressed store, hash-verified

322 return ids
323
324 def remove_object(self, identifier):
325 """ Remove object by its identifier.
326 """
327 vis = self.vis
328 vis[identifier].delete()
329
330 def _will_add_expendable_to_scene(self, item):
331 """ Private method used to notify buffer that a line or ray object will be

Callers 2

move_rayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected