(self, object_data: Any)
| 360 | self.heightSegments = heightSegments |
| 361 | |
| 362 | def lower(self, object_data: Any) -> MsgType: |
| 363 | return { |
| 364 | "uuid": self.uuid, |
| 365 | "type": "PlaneGeometry", |
| 366 | "width": self.width, |
| 367 | "height": self.height, |
| 368 | "widthSegments": self.widthSegments, |
| 369 | "heightSegments": self.heightSegments, |
| 370 | } |
| 371 | |
| 372 | |
| 373 | def meshcat_material(r, g, b, a): |
nothing calls this directly
no outgoing calls
no test coverage detected