kittycad.models.modeling_cmd.move_path_pen

class kittycad.models.modeling_cmd.move_path_pen(path=<kittycad.types.Unset object>, to=<kittycad.types.Unset object>, type='move_path_pen')[source][source]

Bases: object

Move the path’s “pen”.

Method generated by attrs for class move_path_pen.

__init__(path=<kittycad.types.Unset object>, to=<kittycad.types.Unset object>, type='move_path_pen')[source]

Method generated by attrs for class move_path_pen.

Methods

__init__([path, to, type])

Method generated by attrs for class move_path_pen.

from_dict(src_dict)

rtype:

TypeVar(LR, bound= move_path_pen)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

path

to

type

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'path': typing.Union[kittycad.types.Unset, kittycad.models.modeling_cmd_id.ModelingCmdId], 'to': typing.Union[kittycad.types.Unset, kittycad.models.point3d.Point3d], 'type': <class 'str'>}[source]
__attrs_attrs__ = (Attribute(name='path', 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.modeling_cmd_id.ModelingCmdId], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='path'), Attribute(name='to', 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.point3d.Point3d], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='to'), Attribute(name='type', default='move_path_pen', 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='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]
__contains__(key)[source][source]
Return type:

bool

__delitem__(key)[source][source]
Return type:

None

__dict__ = mappingproxy({'__module__': 'kittycad.models.modeling_cmd', '__annotations__': {'path': typing.Union[kittycad.types.Unset, kittycad.models.modeling_cmd_id.ModelingCmdId], 'to': typing.Union[kittycad.types.Unset, kittycad.models.point3d.Point3d], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Move the path\'s "pen".', 'to_dict': <function move_path_pen.to_dict>, 'from_dict': <classmethod(<function move_path_pen.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function move_path_pen.__getitem__>, '__setitem__': <function move_path_pen.__setitem__>, '__delitem__': <function move_path_pen.__delitem__>, '__contains__': <function move_path_pen.__contains__>, '__dict__': <attribute '__dict__' of 'move_path_pen' objects>, '__weakref__': <attribute '__weakref__' of 'move_path_pen' objects>, '__attrs_attrs__': (Attribute(name='path', 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.modeling_cmd_id.ModelingCmdId], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='path'), Attribute(name='to', 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.point3d.Point3d], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='to'), Attribute(name='type', default='move_path_pen', 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='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 move_path_pen.__repr__>, '__eq__': <function move_path_pen.__eq__>, '__ne__': <function move_path_pen.__ne__>, '__lt__': <function move_path_pen.__lt__>, '__le__': <function move_path_pen.__le__>, '__gt__': <function move_path_pen.__gt__>, '__ge__': <function move_path_pen.__ge__>, '__hash__': None, '__init__': <function move_path_pen.__init__>, '__match_args__': ('path', 'to', 'type')})[source]
__eq__(other)[source]

Method generated by attrs for class move_path_pen.

__ge__(other)[source]

Method generated by attrs for class move_path_pen.

__getitem__(key)[source][source]
Return type:

Any

__gt__(other)[source]

Method generated by attrs for class move_path_pen.

__hash__ = None[source]
__init__(path=<kittycad.types.Unset object>, to=<kittycad.types.Unset object>, type='move_path_pen')[source]

Method generated by attrs for class move_path_pen.

__le__(other)[source]

Method generated by attrs for class move_path_pen.

__lt__(other)[source]

Method generated by attrs for class move_path_pen.

__match_args__ = ('path', 'to', 'type')[source]
__module__ = 'kittycad.models.modeling_cmd'[source]
__ne__(other)[source]

Method generated by attrs for class move_path_pen.

__repr__()[source]

Method generated by attrs for class move_path_pen.

__setitem__(key, value)[source][source]
Return type:

None

property additional_keys: List[str][source]
additional_properties: Dict[str, Any][source]
classmethod from_dict(src_dict)[source][source]
Return type:

TypeVar(LR, bound= move_path_pen)

path: Union[Unset, ModelingCmdId][source]
to: Union[Unset, Point3d][source]
to_dict()[source][source]
Return type:

Dict[str, Any]

type: str[source]