Jupyter 3D representation support
(self)
| 742 | return Compound.makeCompound(shapes).locate(self.loc) |
| 743 | |
| 744 | def _repr_javascript_(self): |
| 745 | """ |
| 746 | Jupyter 3D representation support |
| 747 | """ |
| 748 | |
| 749 | from .occ_impl.jupyter_tools import display |
| 750 | |
| 751 | return display(self)._repr_javascript_() |
| 752 | |
| 753 | def addSubshape( |
| 754 | self, |