MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / remove_line

Method remove_line

embodiedscan/visualization/line_mesh.py:115–118  ·  view source on GitHub ↗

Removes this line from the visualizer.

(self, vis)

Source from the content-addressed store, hash-verified

113 vis.add_geometry(cylinder)
114
115 def remove_line(self, vis):
116 """Removes this line from the visualizer."""
117 for cylinder in self.cylinder_segments:
118 vis.remove_geometry(cylinder)
119
120
121if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected