kittycad.models.path_segment.Line

class kittycad.models.path_segment.Line(end=<kittycad.types.Unset object>)[source][source]

Bases: object

Method generated by attrs for class Line.

__init__(end=<kittycad.types.Unset object>)[source]

Method generated by attrs for class Line.

Methods

__init__([end])

Method generated by attrs for class Line.

from_dict(src_dict)

rtype:

TypeVar(F, bound= Line)

to_dict()

rtype:

Dict[str, Any]

Attributes

additional_keys

end

additional_properties

__annotations__ = {'additional_properties': typing.Dict[str, typing.Any], 'end': typing.Union[kittycad.types.Unset, kittycad.models.point3d.Point3d]}[source]
__attrs_attrs__ = (Attribute(name='end', 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='end'), 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.path_segment', '__annotations__': {'end': typing.Union[kittycad.types.Unset, kittycad.models.point3d.Point3d], 'additional_properties': typing.Dict[str, typing.Any]}, 'to_dict': <function Line.to_dict>, 'from_dict': <classmethod(<function Line.from_dict>)>, 'additional_keys': <property object>, '__getitem__': <function Line.__getitem__>, '__setitem__': <function Line.__setitem__>, '__delitem__': <function Line.__delitem__>, '__contains__': <function Line.__contains__>, '__dict__': <attribute '__dict__' of 'Line' objects>, '__weakref__': <attribute '__weakref__' of 'Line' objects>, '__doc__': None, '__attrs_attrs__': (Attribute(name='end', 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='end'), 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 Line.__repr__>, '__eq__': <function Line.__eq__>, '__ne__': <function Line.__ne__>, '__lt__': <function Line.__lt__>, '__le__': <function Line.__le__>, '__gt__': <function Line.__gt__>, '__ge__': <function Line.__ge__>, '__hash__': None, '__init__': <function Line.__init__>, '__match_args__': ('end',)})[source]
__eq__(other)[source]

Method generated by attrs for class Line.

__ge__(other)[source]

Method generated by attrs for class Line.

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

Any

__gt__(other)[source]

Method generated by attrs for class Line.

__hash__ = None[source]
__init__(end=<kittycad.types.Unset object>)[source]

Method generated by attrs for class Line.

__le__(other)[source]

Method generated by attrs for class Line.

__lt__(other)[source]

Method generated by attrs for class Line.

__match_args__ = ('end',)[source]
__module__ = 'kittycad.models.path_segment'[source]
__ne__(other)[source]

Method generated by attrs for class Line.

__repr__()[source]

Method generated by attrs for class Line.

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

None

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

TypeVar(F, bound= Line)

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

Dict[str, Any]