kittycad.models.modeling_cmd.solid3d_get_prev_adjacent_edge

class kittycad.models.modeling_cmd.solid3d_get_prev_adjacent_edge(edge_id=<kittycad.types.Unset object>, face_uuid=<kittycad.types.Unset object>, object_id=<kittycad.types.Unset object>, type='solid3d_get_prev_adjacent_edge')[source][source]

Bases: object

Gets the previous adjacent edge for the given edge, along the given face.

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__init__(edge_id=<kittycad.types.Unset object>, face_uuid=<kittycad.types.Unset object>, object_id=<kittycad.types.Unset object>, type='solid3d_get_prev_adjacent_edge')[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

Methods

__init__([edge_id, face_uuid, object_id, type])

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

from_dict(src_dict)

rtype:

TypeVar(EL, bound= solid3d_get_prev_adjacent_edge)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

edge_id

face_uuid

object_id

type

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'edge_id': typing.Union[kittycad.types.Unset, str], 'face_uuid': typing.Union[kittycad.types.Unset, str], 'object_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>}[source]
__attrs_attrs__ = (Attribute(name='edge_id', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='edge_id'), Attribute(name='face_uuid', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='face_uuid'), Attribute(name='object_id', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='object_id'), Attribute(name='type', default='solid3d_get_prev_adjacent_edge', 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__': {'edge_id': typing.Union[kittycad.types.Unset, str], 'face_uuid': typing.Union[kittycad.types.Unset, str], 'object_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'Gets the previous adjacent edge for the given edge, along the given face.', 'to_dict': <function solid3d_get_prev_adjacent_edge.to_dict>, 'from_dict': <classmethod(<function solid3d_get_prev_adjacent_edge.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function solid3d_get_prev_adjacent_edge.__getitem__>, '__setitem__': <function solid3d_get_prev_adjacent_edge.__setitem__>, '__delitem__': <function solid3d_get_prev_adjacent_edge.__delitem__>, '__contains__': <function solid3d_get_prev_adjacent_edge.__contains__>, '__dict__': <attribute '__dict__' of 'solid3d_get_prev_adjacent_edge' objects>, '__weakref__': <attribute '__weakref__' of 'solid3d_get_prev_adjacent_edge' objects>, '__attrs_attrs__': (Attribute(name='edge_id', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='edge_id'), Attribute(name='face_uuid', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='face_uuid'), Attribute(name='object_id', 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, str], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='object_id'), Attribute(name='type', default='solid3d_get_prev_adjacent_edge', 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 solid3d_get_prev_adjacent_edge.__repr__>, '__eq__': <function solid3d_get_prev_adjacent_edge.__eq__>, '__ne__': <function solid3d_get_prev_adjacent_edge.__ne__>, '__lt__': <function solid3d_get_prev_adjacent_edge.__lt__>, '__le__': <function solid3d_get_prev_adjacent_edge.__le__>, '__gt__': <function solid3d_get_prev_adjacent_edge.__gt__>, '__ge__': <function solid3d_get_prev_adjacent_edge.__ge__>, '__hash__': None, '__init__': <function solid3d_get_prev_adjacent_edge.__init__>, '__match_args__': ('edge_id', 'face_uuid', 'object_id', 'type')})[source]
__eq__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__ge__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

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

Any

__gt__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__hash__ = None[source]
__init__(edge_id=<kittycad.types.Unset object>, face_uuid=<kittycad.types.Unset object>, object_id=<kittycad.types.Unset object>, type='solid3d_get_prev_adjacent_edge')[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__le__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__lt__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__match_args__ = ('edge_id', 'face_uuid', 'object_id', 'type')[source]
__module__ = 'kittycad.models.modeling_cmd'[source]
__ne__(other)[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

__repr__()[source]

Method generated by attrs for class solid3d_get_prev_adjacent_edge.

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

None

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

TypeVar(EL, bound= solid3d_get_prev_adjacent_edge)

object_id: Union[Unset, str][source]
to_dict()[source][source]
Return type:

Dict[str, Any]

type: str[source]