kittycad.models.modeling_cmd.camera_drag_end
- class kittycad.models.modeling_cmd.camera_drag_end(interaction=<kittycad.types.Unset object>, type='camera_drag_end', window=<kittycad.types.Unset object>)[source][source]
Bases:
object
Camera drag ended.
Method generated by attrs for class camera_drag_end.
- __init__(interaction=<kittycad.types.Unset object>, type='camera_drag_end', window=<kittycad.types.Unset object>)[source]
Method generated by attrs for class camera_drag_end.
Methods
__init__
([interaction, type, window])Method generated by attrs for class camera_drag_end.
from_dict
(src_dict)- rtype:
TypeVar
(OR
, bound= camera_drag_end)
to_dict
()Attributes
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'interaction': typing.Union[kittycad.types.Unset, kittycad.models.camera_drag_interaction_type.CameraDragInteractionType], 'type': <class 'str'>, 'window': typing.Union[kittycad.types.Unset, kittycad.models.point2d.Point2d]}[source]
- __attrs_attrs__ = (Attribute(name='interaction', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.camera_drag_interaction_type.CameraDragInteractionType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='interaction'), Attribute(name='type', default='camera_drag_end', validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='window', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.point2d.Point2d], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='window'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties'))[source]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.modeling_cmd', '__annotations__': {'interaction': typing.Union[kittycad.types.Unset, kittycad.models.camera_drag_interaction_type.CameraDragInteractionType], 'type': <class 'str'>, 'window': typing.Union[kittycad.types.Unset, kittycad.models.point2d.Point2d], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Camera drag ended.', 'to_dict': <function camera_drag_end.to_dict>, 'from_dict': <classmethod(<function camera_drag_end.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function camera_drag_end.__getitem__>, '__setitem__': <function camera_drag_end.__setitem__>, '__delitem__': <function camera_drag_end.__delitem__>, '__contains__': <function camera_drag_end.__contains__>, '__dict__': <attribute '__dict__' of 'camera_drag_end' objects>, '__weakref__': <attribute '__weakref__' of 'camera_drag_end' objects>, '__attrs_attrs__': (Attribute(name='interaction', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.camera_drag_interaction_type.CameraDragInteractionType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='interaction'), Attribute(name='type', default='camera_drag_end', validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=False, inherited=False, on_setattr=None, alias='type'), Attribute(name='window', default=<kittycad.types.Unset object>, validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=typing.Union[kittycad.types.Unset, kittycad.models.point2d.Point2d], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='window'), Attribute(name='additional_properties', default=Factory(factory=<class 'dict'>, takes_self=False), validator=None, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=False, metadata=mappingproxy({}), type=typing.Dict[str, typing.Any], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='additional_properties')), '__repr__': <function camera_drag_end.__repr__>, '__eq__': <function camera_drag_end.__eq__>, '__ne__': <function camera_drag_end.__ne__>, '__lt__': <function camera_drag_end.__lt__>, '__le__': <function camera_drag_end.__le__>, '__gt__': <function camera_drag_end.__gt__>, '__ge__': <function camera_drag_end.__ge__>, '__hash__': None, '__init__': <function camera_drag_end.__init__>, '__match_args__': ('interaction', 'type', 'window')})[source]
- __init__(interaction=<kittycad.types.Unset object>, type='camera_drag_end', window=<kittycad.types.Unset object>)[source]
Method generated by attrs for class camera_drag_end.
-
interaction:
Union
[Unset
,CameraDragInteractionType
][source]