kittycad.models.ok_modeling_cmd_response.solid3d_get_opposite_edge

class kittycad.models.ok_modeling_cmd_response.solid3d_get_opposite_edge(edge=<kittycad.types.Unset object>, type='solid3d_get_opposite_edge')[source][source]

Bases: object

The response from the Solid3dGetOppositeEdge command.

Method generated by attrs for class solid3d_get_opposite_edge.

__init__(edge=<kittycad.types.Unset object>, type='solid3d_get_opposite_edge')[source]

Method generated by attrs for class solid3d_get_opposite_edge.

Methods

__init__([edge, type])

Method generated by attrs for class solid3d_get_opposite_edge.

from_dict(src_dict)

rtype:

TypeVar(NZ, bound= solid3d_get_opposite_edge)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

edge

type

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'edge': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>}[source]
__attrs_attrs__ = (Attribute(name='edge', 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'), Attribute(name='type', default='solid3d_get_opposite_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.ok_modeling_cmd_response', '__annotations__': {'edge': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `Solid3dGetOppositeEdge` command.', 'to_dict': <function solid3d_get_opposite_edge.to_dict>, 'from_dict': <classmethod(<function solid3d_get_opposite_edge.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function solid3d_get_opposite_edge.__getitem__>, '__setitem__': <function solid3d_get_opposite_edge.__setitem__>, '__delitem__': <function solid3d_get_opposite_edge.__delitem__>, '__contains__': <function solid3d_get_opposite_edge.__contains__>, '__dict__': <attribute '__dict__' of 'solid3d_get_opposite_edge' objects>, '__weakref__': <attribute '__weakref__' of 'solid3d_get_opposite_edge' objects>, '__attrs_attrs__': (Attribute(name='edge', 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'), Attribute(name='type', default='solid3d_get_opposite_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_opposite_edge.__repr__>, '__eq__': <function solid3d_get_opposite_edge.__eq__>, '__ne__': <function solid3d_get_opposite_edge.__ne__>, '__lt__': <function solid3d_get_opposite_edge.__lt__>, '__le__': <function solid3d_get_opposite_edge.__le__>, '__gt__': <function solid3d_get_opposite_edge.__gt__>, '__ge__': <function solid3d_get_opposite_edge.__ge__>, '__hash__': None, '__init__': <function solid3d_get_opposite_edge.__init__>, '__match_args__': ('edge', 'type')})[source]
__eq__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__ge__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

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

Any

__gt__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__hash__ = None[source]
__init__(edge=<kittycad.types.Unset object>, type='solid3d_get_opposite_edge')[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__le__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__lt__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__match_args__ = ('edge', 'type')[source]
__module__ = 'kittycad.models.ok_modeling_cmd_response'[source]
__ne__(other)[source]

Method generated by attrs for class solid3d_get_opposite_edge.

__repr__()[source]

Method generated by attrs for class solid3d_get_opposite_edge.

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

None

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

TypeVar(NZ, bound= solid3d_get_opposite_edge)

to_dict()[source][source]
Return type:

Dict[str, Any]

type: str[source]