ThreeWidget

class pythreejs.ThreeWidget(**kwargs)[source]

Bases: ipywidgets.widgets.widget.Widget

Base widget type for all pythreejs widgets

exec_three_obj_method(method_name, *args, **kwargs)[source]

Execute a method on the three object.

Excute the method specified by method_name on the three object, with arguments args. kwargs is currently ignored.