kittycad.models.ok_modeling_cmd_response
Classes
|
An empty response, used for any command that does not explicitly have a response defined here. |
|
The response from the EntityGetAllChildUuids command. |
|
The response from the EntityGetChildUuid command. |
|
The response from the EntityGetNumChildren command. |
|
The response from the EntityGetParentId command. |
|
The response from the Export command. |
|
The response from the GetEntityType command. |
|
The response from the HighlightSetEntity command. |
|
The response from the SelectGet command. |
|
The response from the SelectWithPoint command. |
|
The response from the Solid3dGetAllEdgeFaces command. |
|
The response from the Solid3dGetAllOppositeEdges command. |
|
The response from the Solid3dGetNextAdjacentEdge command. |
|
The response from the Solid3dGetOppositeEdge command. |
|
The response from the Solid3dGetPrevAdjacentEdge command. |
- class kittycad.models.ok_modeling_cmd_response.empty(type='empty')[source][source]
An empty response, used for any command that does not explicitly have a response defined here.
Method generated by attrs for class empty.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='type', default='empty', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'An empty response, used for any command that does not explicitly have a response defined here.', 'to_dict': <function empty.to_dict>, 'from_dict': <classmethod(<function empty.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function empty.__getitem__>, '__setitem__': <function empty.__setitem__>, '__delitem__': <function empty.__delitem__>, '__contains__': <function empty.__contains__>, '__dict__': <attribute '__dict__' of 'empty' objects>, '__weakref__': <attribute '__weakref__' of 'empty' objects>, '__attrs_attrs__': (Attribute(name='type', default='empty', 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 empty.__repr__>, '__eq__': <function empty.__eq__>, '__ne__': <function empty.__ne__>, '__lt__': <function empty.__lt__>, '__le__': <function empty.__le__>, '__gt__': <function empty.__gt__>, '__ge__': <function empty.__ge__>, '__hash__': None, '__init__': <function empty.__init__>, '__match_args__': ('type',)})[source]
- class kittycad.models.ok_modeling_cmd_response.entity_get_all_child_uuids(entity_ids=<kittycad.types.Unset object>, type='entity_get_all_child_uuids')[source][source]
The response from the EntityGetAllChildUuids command.
Method generated by attrs for class entity_get_all_child_uuids.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_ids': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_ids', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_ids'), Attribute(name='type', default='entity_get_all_child_uuids', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_ids': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `EntityGetAllChildUuids` command.', 'to_dict': <function entity_get_all_child_uuids.to_dict>, 'from_dict': <classmethod(<function entity_get_all_child_uuids.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function entity_get_all_child_uuids.__getitem__>, '__setitem__': <function entity_get_all_child_uuids.__setitem__>, '__delitem__': <function entity_get_all_child_uuids.__delitem__>, '__contains__': <function entity_get_all_child_uuids.__contains__>, '__dict__': <attribute '__dict__' of 'entity_get_all_child_uuids' objects>, '__weakref__': <attribute '__weakref__' of 'entity_get_all_child_uuids' objects>, '__attrs_attrs__': (Attribute(name='entity_ids', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_ids'), Attribute(name='type', default='entity_get_all_child_uuids', 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 entity_get_all_child_uuids.__repr__>, '__eq__': <function entity_get_all_child_uuids.__eq__>, '__ne__': <function entity_get_all_child_uuids.__ne__>, '__lt__': <function entity_get_all_child_uuids.__lt__>, '__le__': <function entity_get_all_child_uuids.__le__>, '__gt__': <function entity_get_all_child_uuids.__gt__>, '__ge__': <function entity_get_all_child_uuids.__ge__>, '__hash__': None, '__init__': <function entity_get_all_child_uuids.__init__>, '__match_args__': ('entity_ids', 'type')})[source]
- __init__(entity_ids=<kittycad.types.Unset object>, type='entity_get_all_child_uuids')[source]
Method generated by attrs for class entity_get_all_child_uuids.
- class kittycad.models.ok_modeling_cmd_response.entity_get_child_uuid(entity_id=<kittycad.types.Unset object>, type='entity_get_child_uuid')[source][source]
The response from the EntityGetChildUuid command.
Method generated by attrs for class entity_get_child_uuid.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='entity_get_child_uuid', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `EntityGetChildUuid` command.', 'to_dict': <function entity_get_child_uuid.to_dict>, 'from_dict': <classmethod(<function entity_get_child_uuid.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function entity_get_child_uuid.__getitem__>, '__setitem__': <function entity_get_child_uuid.__setitem__>, '__delitem__': <function entity_get_child_uuid.__delitem__>, '__contains__': <function entity_get_child_uuid.__contains__>, '__dict__': <attribute '__dict__' of 'entity_get_child_uuid' objects>, '__weakref__': <attribute '__weakref__' of 'entity_get_child_uuid' objects>, '__attrs_attrs__': (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='entity_get_child_uuid', 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 entity_get_child_uuid.__repr__>, '__eq__': <function entity_get_child_uuid.__eq__>, '__ne__': <function entity_get_child_uuid.__ne__>, '__lt__': <function entity_get_child_uuid.__lt__>, '__le__': <function entity_get_child_uuid.__le__>, '__gt__': <function entity_get_child_uuid.__gt__>, '__ge__': <function entity_get_child_uuid.__ge__>, '__hash__': None, '__init__': <function entity_get_child_uuid.__init__>, '__match_args__': ('entity_id', 'type')})[source]
- __init__(entity_id=<kittycad.types.Unset object>, type='entity_get_child_uuid')[source]
Method generated by attrs for class entity_get_child_uuid.
- class kittycad.models.ok_modeling_cmd_response.entity_get_num_children(num=<kittycad.types.Unset object>, type='entity_get_num_children')[source][source]
The response from the EntityGetNumChildren command.
Method generated by attrs for class entity_get_num_children.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'num': typing.Union[kittycad.types.Unset, int], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='num', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='num'), Attribute(name='type', default='entity_get_num_children', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'num': typing.Union[kittycad.types.Unset, int], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `EntityGetNumChildren` command.', 'to_dict': <function entity_get_num_children.to_dict>, 'from_dict': <classmethod(<function entity_get_num_children.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function entity_get_num_children.__getitem__>, '__setitem__': <function entity_get_num_children.__setitem__>, '__delitem__': <function entity_get_num_children.__delitem__>, '__contains__': <function entity_get_num_children.__contains__>, '__dict__': <attribute '__dict__' of 'entity_get_num_children' objects>, '__weakref__': <attribute '__weakref__' of 'entity_get_num_children' objects>, '__attrs_attrs__': (Attribute(name='num', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='num'), Attribute(name='type', default='entity_get_num_children', 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 entity_get_num_children.__repr__>, '__eq__': <function entity_get_num_children.__eq__>, '__ne__': <function entity_get_num_children.__ne__>, '__lt__': <function entity_get_num_children.__lt__>, '__le__': <function entity_get_num_children.__le__>, '__gt__': <function entity_get_num_children.__gt__>, '__ge__': <function entity_get_num_children.__ge__>, '__hash__': None, '__init__': <function entity_get_num_children.__init__>, '__match_args__': ('num', 'type')})[source]
- __init__(num=<kittycad.types.Unset object>, type='entity_get_num_children')[source]
Method generated by attrs for class entity_get_num_children.
- class kittycad.models.ok_modeling_cmd_response.entity_get_parent_id(entity_id=<kittycad.types.Unset object>, type='entity_get_parent_id')[source][source]
The response from the EntityGetParentId command.
Method generated by attrs for class entity_get_parent_id.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='entity_get_parent_id', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `EntityGetParentId` command.', 'to_dict': <function entity_get_parent_id.to_dict>, 'from_dict': <classmethod(<function entity_get_parent_id.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function entity_get_parent_id.__getitem__>, '__setitem__': <function entity_get_parent_id.__setitem__>, '__delitem__': <function entity_get_parent_id.__delitem__>, '__contains__': <function entity_get_parent_id.__contains__>, '__dict__': <attribute '__dict__' of 'entity_get_parent_id' objects>, '__weakref__': <attribute '__weakref__' of 'entity_get_parent_id' objects>, '__attrs_attrs__': (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='entity_get_parent_id', 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 entity_get_parent_id.__repr__>, '__eq__': <function entity_get_parent_id.__eq__>, '__ne__': <function entity_get_parent_id.__ne__>, '__lt__': <function entity_get_parent_id.__lt__>, '__le__': <function entity_get_parent_id.__le__>, '__gt__': <function entity_get_parent_id.__gt__>, '__ge__': <function entity_get_parent_id.__ge__>, '__hash__': None, '__init__': <function entity_get_parent_id.__init__>, '__match_args__': ('entity_id', 'type')})[source]
- __init__(entity_id=<kittycad.types.Unset object>, type='entity_get_parent_id')[source]
Method generated by attrs for class entity_get_parent_id.
- class kittycad.models.ok_modeling_cmd_response.export(files=<kittycad.types.Unset object>, type='export')[source][source]
The response from the Export command. When this is being performed over a websocket, this is sent as binary not JSON. The binary data can be deserialized as bincode into a Vec<ExportFile>.
Method generated by attrs for class export.
- class ExportFile(contents=<kittycad.types.Unset object>, name=<kittycad.types.Unset object>)[source]
A file to be exported to the client.
Method generated by attrs for class ExportFile.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'contents': typing.Union[kittycad.types.Unset, str], 'name': typing.Union[kittycad.types.Unset, str]}[source]
- __attrs_attrs__ = (Attribute(name='contents', 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='contents'), Attribute(name='name', 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='name'), 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.export_file', '__annotations__': {'contents': typing.Union[kittycad.types.Unset, str], 'name': typing.Union[kittycad.types.Unset, str], 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'A file to be exported to the client.', 'to_dict': <function ExportFile.to_dict>, 'from_dict': <classmethod(<function ExportFile.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function ExportFile.__getitem__>, '__setitem__': <function ExportFile.__setitem__>, '__delitem__': <function ExportFile.__delitem__>, '__contains__': <function ExportFile.__contains__>, '__dict__': <attribute '__dict__' of 'ExportFile' objects>, '__weakref__': <attribute '__weakref__' of 'ExportFile' objects>, '__attrs_attrs__': (Attribute(name='contents', 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='contents'), Attribute(name='name', 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='name'), 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 ExportFile.__repr__>, '__eq__': <function ExportFile.__eq__>, '__ne__': <function ExportFile.__ne__>, '__lt__': <function ExportFile.__lt__>, '__le__': <function ExportFile.__le__>, '__gt__': <function ExportFile.__gt__>, '__ge__': <function ExportFile.__ge__>, '__hash__': None, '__init__': <function ExportFile.__init__>, '__match_args__': ('contents', 'name')})[source]
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'files': typing.Union[kittycad.types.Unset, typing.List[kittycad.models.export_file.ExportFile]], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='files', 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, typing.List[kittycad.models.export_file.ExportFile]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='files'), Attribute(name='type', default='export', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'files': typing.Union[kittycad.types.Unset, typing.List[kittycad.models.export_file.ExportFile]], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `Export` command. When this is being performed over a websocket, this is sent as binary not JSON. The binary data can be deserialized as `bincode` into a `Vec<ExportFile>`.', 'ExportFile': <class 'kittycad.models.export_file.ExportFile'>, 'to_dict': <function export.to_dict>, 'from_dict': <classmethod(<function export.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function export.__getitem__>, '__setitem__': <function export.__setitem__>, '__delitem__': <function export.__delitem__>, '__contains__': <function export.__contains__>, '__dict__': <attribute '__dict__' of 'export' objects>, '__weakref__': <attribute '__weakref__' of 'export' objects>, '__attrs_attrs__': (Attribute(name='files', 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, typing.List[kittycad.models.export_file.ExportFile]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='files'), Attribute(name='type', default='export', 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 export.__repr__>, '__eq__': <function export.__eq__>, '__ne__': <function export.__ne__>, '__lt__': <function export.__lt__>, '__le__': <function export.__le__>, '__gt__': <function export.__gt__>, '__ge__': <function export.__ge__>, '__hash__': None, '__init__': <function export.__init__>, '__match_args__': ('files', 'type')})[source]
- class kittycad.models.ok_modeling_cmd_response.get_entity_type(entity_type=<kittycad.types.Unset object>, type='get_entity_type')[source][source]
The response from the GetEntityType command.
Method generated by attrs for class get_entity_type.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_type': typing.Union[kittycad.types.Unset, kittycad.models.entity_type.EntityType], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_type', 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.entity_type.EntityType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_type'), Attribute(name='type', default='get_entity_type', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_type': typing.Union[kittycad.types.Unset, kittycad.models.entity_type.EntityType], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `GetEntityType` command.', 'to_dict': <function get_entity_type.to_dict>, 'from_dict': <classmethod(<function get_entity_type.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function get_entity_type.__getitem__>, '__setitem__': <function get_entity_type.__setitem__>, '__delitem__': <function get_entity_type.__delitem__>, '__contains__': <function get_entity_type.__contains__>, '__dict__': <attribute '__dict__' of 'get_entity_type' objects>, '__weakref__': <attribute '__weakref__' of 'get_entity_type' objects>, '__attrs_attrs__': (Attribute(name='entity_type', 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.entity_type.EntityType], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_type'), Attribute(name='type', default='get_entity_type', 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 get_entity_type.__repr__>, '__eq__': <function get_entity_type.__eq__>, '__ne__': <function get_entity_type.__ne__>, '__lt__': <function get_entity_type.__lt__>, '__le__': <function get_entity_type.__le__>, '__gt__': <function get_entity_type.__gt__>, '__ge__': <function get_entity_type.__ge__>, '__hash__': None, '__init__': <function get_entity_type.__init__>, '__match_args__': ('entity_type', 'type')})[source]
- __init__(entity_type=<kittycad.types.Unset object>, type='get_entity_type')[source]
Method generated by attrs for class get_entity_type.
-
entity_type:
Union
[Unset
,EntityType
][source]
- class kittycad.models.ok_modeling_cmd_response.highlight_set_entity(entity_id=<kittycad.types.Unset object>, sequence=<kittycad.types.Unset object>, type='highlight_set_entity')[source][source]
The response from the HighlightSetEntity command.
Method generated by attrs for class highlight_set_entity.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_id': typing.Union[kittycad.types.Unset, str], 'sequence': typing.Union[kittycad.types.Unset, int], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_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='entity_id'), Attribute(name='sequence', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='sequence'), Attribute(name='type', default='highlight_set_entity', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_id': typing.Union[kittycad.types.Unset, str], 'sequence': typing.Union[kittycad.types.Unset, int], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `HighlightSetEntity` command.', 'to_dict': <function highlight_set_entity.to_dict>, 'from_dict': <classmethod(<function highlight_set_entity.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function highlight_set_entity.__getitem__>, '__setitem__': <function highlight_set_entity.__setitem__>, '__delitem__': <function highlight_set_entity.__delitem__>, '__contains__': <function highlight_set_entity.__contains__>, '__dict__': <attribute '__dict__' of 'highlight_set_entity' objects>, '__weakref__': <attribute '__weakref__' of 'highlight_set_entity' objects>, '__attrs_attrs__': (Attribute(name='entity_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='entity_id'), Attribute(name='sequence', 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, int], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='sequence'), Attribute(name='type', default='highlight_set_entity', 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 highlight_set_entity.__repr__>, '__eq__': <function highlight_set_entity.__eq__>, '__ne__': <function highlight_set_entity.__ne__>, '__lt__': <function highlight_set_entity.__lt__>, '__le__': <function highlight_set_entity.__le__>, '__gt__': <function highlight_set_entity.__gt__>, '__ge__': <function highlight_set_entity.__ge__>, '__hash__': None, '__init__': <function highlight_set_entity.__init__>, '__match_args__': ('entity_id', 'sequence', 'type')})[source]
- __init__(entity_id=<kittycad.types.Unset object>, sequence=<kittycad.types.Unset object>, type='highlight_set_entity')[source]
Method generated by attrs for class highlight_set_entity.
- class kittycad.models.ok_modeling_cmd_response.select_get(entity_ids=<kittycad.types.Unset object>, type='select_get')[source][source]
The response from the SelectGet command.
Method generated by attrs for class select_get.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_ids': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_ids', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_ids'), Attribute(name='type', default='select_get', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_ids': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `SelectGet` command.', 'to_dict': <function select_get.to_dict>, 'from_dict': <classmethod(<function select_get.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function select_get.__getitem__>, '__setitem__': <function select_get.__setitem__>, '__delitem__': <function select_get.__delitem__>, '__contains__': <function select_get.__contains__>, '__dict__': <attribute '__dict__' of 'select_get' objects>, '__weakref__': <attribute '__weakref__' of 'select_get' objects>, '__attrs_attrs__': (Attribute(name='entity_ids', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='entity_ids'), Attribute(name='type', default='select_get', 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 select_get.__repr__>, '__eq__': <function select_get.__eq__>, '__ne__': <function select_get.__ne__>, '__lt__': <function select_get.__lt__>, '__le__': <function select_get.__le__>, '__gt__': <function select_get.__gt__>, '__ge__': <function select_get.__ge__>, '__hash__': None, '__init__': <function select_get.__init__>, '__match_args__': ('entity_ids', 'type')})[source]
- class kittycad.models.ok_modeling_cmd_response.select_with_point(entity_id=<kittycad.types.Unset object>, type='select_with_point')[source][source]
The response from the SelectWithPoint command.
Method generated by attrs for class select_with_point.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='select_with_point', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'entity_id': typing.Union[kittycad.types.Unset, str], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `SelectWithPoint` command.', 'to_dict': <function select_with_point.to_dict>, 'from_dict': <classmethod(<function select_with_point.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function select_with_point.__getitem__>, '__setitem__': <function select_with_point.__setitem__>, '__delitem__': <function select_with_point.__delitem__>, '__contains__': <function select_with_point.__contains__>, '__dict__': <attribute '__dict__' of 'select_with_point' objects>, '__weakref__': <attribute '__weakref__' of 'select_with_point' objects>, '__attrs_attrs__': (Attribute(name='entity_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='entity_id'), Attribute(name='type', default='select_with_point', 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 select_with_point.__repr__>, '__eq__': <function select_with_point.__eq__>, '__ne__': <function select_with_point.__ne__>, '__lt__': <function select_with_point.__lt__>, '__le__': <function select_with_point.__le__>, '__gt__': <function select_with_point.__gt__>, '__ge__': <function select_with_point.__ge__>, '__hash__': None, '__init__': <function select_with_point.__init__>, '__match_args__': ('entity_id', 'type')})[source]
- class kittycad.models.ok_modeling_cmd_response.solid3d_get_all_edge_faces(faces=<kittycad.types.Unset object>, type='solid3d_get_all_edge_faces')[source][source]
The response from the Solid3dGetAllEdgeFaces command.
Method generated by attrs for class solid3d_get_all_edge_faces.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'faces': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='faces', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='faces'), Attribute(name='type', default='solid3d_get_all_edge_faces', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'faces': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `Solid3dGetAllEdgeFaces` command.', 'to_dict': <function solid3d_get_all_edge_faces.to_dict>, 'from_dict': <classmethod(<function solid3d_get_all_edge_faces.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function solid3d_get_all_edge_faces.__getitem__>, '__setitem__': <function solid3d_get_all_edge_faces.__setitem__>, '__delitem__': <function solid3d_get_all_edge_faces.__delitem__>, '__contains__': <function solid3d_get_all_edge_faces.__contains__>, '__dict__': <attribute '__dict__' of 'solid3d_get_all_edge_faces' objects>, '__weakref__': <attribute '__weakref__' of 'solid3d_get_all_edge_faces' objects>, '__attrs_attrs__': (Attribute(name='faces', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='faces'), Attribute(name='type', default='solid3d_get_all_edge_faces', 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_all_edge_faces.__repr__>, '__eq__': <function solid3d_get_all_edge_faces.__eq__>, '__ne__': <function solid3d_get_all_edge_faces.__ne__>, '__lt__': <function solid3d_get_all_edge_faces.__lt__>, '__le__': <function solid3d_get_all_edge_faces.__le__>, '__gt__': <function solid3d_get_all_edge_faces.__gt__>, '__ge__': <function solid3d_get_all_edge_faces.__ge__>, '__hash__': None, '__init__': <function solid3d_get_all_edge_faces.__init__>, '__match_args__': ('faces', 'type')})[source]
- __init__(faces=<kittycad.types.Unset object>, type='solid3d_get_all_edge_faces')[source]
Method generated by attrs for class solid3d_get_all_edge_faces.
- class kittycad.models.ok_modeling_cmd_response.solid3d_get_all_opposite_edges(edges=<kittycad.types.Unset object>, type='solid3d_get_all_opposite_edges')[source][source]
The response from the Solid3dGetAllOppositeEdges command.
Method generated by attrs for class solid3d_get_all_opposite_edges.
- __annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'edges': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>}[source]
- __attrs_attrs__ = (Attribute(name='edges', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='edges'), Attribute(name='type', default='solid3d_get_all_opposite_edges', 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]
- __dict__ = mappingproxy({'__module__': 'kittycad.models.ok_modeling_cmd_response', '__annotations__': {'edges': typing.Union[kittycad.types.Unset, typing.List[str]], 'type': <class 'str'>, 'additional_properties': typing.Dict[str, typing.Any]}, '__doc__': 'The response from the `Solid3dGetAllOppositeEdges` command.', 'to_dict': <function solid3d_get_all_opposite_edges.to_dict>, 'from_dict': <classmethod(<function solid3d_get_all_opposite_edges.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function solid3d_get_all_opposite_edges.__getitem__>, '__setitem__': <function solid3d_get_all_opposite_edges.__setitem__>, '__delitem__': <function solid3d_get_all_opposite_edges.__delitem__>, '__contains__': <function solid3d_get_all_opposite_edges.__contains__>, '__dict__': <attribute '__dict__' of 'solid3d_get_all_opposite_edges' objects>, '__weakref__': <attribute '__weakref__' of 'solid3d_get_all_opposite_edges' objects>, '__attrs_attrs__': (Attribute(name='edges', 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, typing.List[str]], converter=None, kw_only=False, inherited=False, on_setattr=None, alias='edges'), Attribute(name='type', default='solid3d_get_all_opposite_edges', 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_all_opposite_edges.__repr__>, '__eq__': <function solid3d_get_all_opposite_edges.__eq__>, '__ne__': <function solid3d_get_all_opposite_edges.__ne__>, '__lt__': <function solid3d_get_all_opposite_edges.__lt__>, '__le__': <function solid3d_get_all_opposite_edges.__le__>, '__gt__': <function solid3d_get_all_opposite_edges.__gt__>, '__ge__': <function solid3d_get_all_opposite_edges.__ge__>, '__hash__': None, '__init__': <function solid3d_get_all_opposite_edges.__init__>, '__match_args__': ('edges', 'type')})[source]
- __init__(edges=<kittycad.types.Unset object>, type='solid3d_get_all_opposite_edges')[source]
Method generated by attrs for class solid3d_get_all_opposite_edges.
- class kittycad.models.ok_modeling_cmd_response.solid3d_get_next_adjacent_edge(edge=<kittycad.types.Unset object>, type='solid3d_get_next_adjacent_edge')[source][source]
The response from the Solid3dGetNextAdjacentEdge command.
Method generated by attrs for class solid3d_get_next_adjacent_edge.
- __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_next_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]
- __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 `Solid3dGetNextAdjacentEdge` command.', 'to_dict': <function solid3d_get_next_adjacent_edge.to_dict>, 'from_dict': <classmethod(<function solid3d_get_next_adjacent_edge.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function solid3d_get_next_adjacent_edge.__getitem__>, '__setitem__': <function solid3d_get_next_adjacent_edge.__setitem__>, '__delitem__': <function solid3d_get_next_adjacent_edge.__delitem__>, '__contains__': <function solid3d_get_next_adjacent_edge.__contains__>, '__dict__': <attribute '__dict__' of 'solid3d_get_next_adjacent_edge' objects>, '__weakref__': <attribute '__weakref__' of 'solid3d_get_next_adjacent_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_next_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_next_adjacent_edge.__repr__>, '__eq__': <function solid3d_get_next_adjacent_edge.__eq__>, '__ne__': <function solid3d_get_next_adjacent_edge.__ne__>, '__lt__': <function solid3d_get_next_adjacent_edge.__lt__>, '__le__': <function solid3d_get_next_adjacent_edge.__le__>, '__gt__': <function solid3d_get_next_adjacent_edge.__gt__>, '__ge__': <function solid3d_get_next_adjacent_edge.__ge__>, '__hash__': None, '__init__': <function solid3d_get_next_adjacent_edge.__init__>, '__match_args__': ('edge', 'type')})[source]
- __init__(edge=<kittycad.types.Unset object>, type='solid3d_get_next_adjacent_edge')[source]
Method generated by attrs for class solid3d_get_next_adjacent_edge.
- class kittycad.models.ok_modeling_cmd_response.solid3d_get_opposite_edge(edge=<kittycad.types.Unset object>, type='solid3d_get_opposite_edge')[source][source]
The response from the Solid3dGetOppositeEdge command.
Method generated by attrs for class solid3d_get_opposite_edge.
- __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]
- __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]
- __init__(edge=<kittycad.types.Unset object>, type='solid3d_get_opposite_edge')[source]
Method generated by attrs for class solid3d_get_opposite_edge.
- class kittycad.models.ok_modeling_cmd_response.solid3d_get_prev_adjacent_edge(edge=<kittycad.types.Unset object>, type='solid3d_get_prev_adjacent_edge')[source][source]
The response from the Solid3dGetPrevAdjacentEdge command.
Method generated by attrs for class solid3d_get_prev_adjacent_edge.
- __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_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]
- __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 `Solid3dGetPrevAdjacentEdge` command.', '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', 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_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', 'type')})[source]
- __init__(edge=<kittycad.types.Unset object>, type='solid3d_get_prev_adjacent_edge')[source]
Method generated by attrs for class solid3d_get_prev_adjacent_edge.