kittycad.models.ok_modeling_cmd_response.solid3d_get_all_edge_faces
- 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]
Bases:
object
The response from the Solid3dGetAllEdgeFaces command.
Method generated by attrs for class solid3d_get_all_edge_faces.
- __init__(faces=<kittycad.types.Unset object>, type='solid3d_get_all_edge_faces')[source]
Method generated by attrs for class solid3d_get_all_edge_faces.
Methods
__init__
([faces, type])Method generated by attrs for class solid3d_get_all_edge_faces.
from_dict
(src_dict)- rtype:
TypeVar
(UG
, bound= solid3d_get_all_edge_faces)
to_dict
()Attributes
- __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.