Source code for kittycad.models.solid3d_fillet_edge
from .base import KittyCadBaseModel
[docs]
class Solid3dFilletEdge(KittyCadBaseModel):
"""The response from the `Solid3dFilletEdge` endpoint."""
from .base import KittyCadBaseModel
[docs]
class Solid3dFilletEdge(KittyCadBaseModel):
"""The response from the `Solid3dFilletEdge` endpoint."""