Source code for kittycad.models.solid3d_get_opposite_edge
from pydantic import BaseModel
[docs]class Solid3dGetOppositeEdge(BaseModel):
"""The response from the `Solid3dGetOppositeEdge` command."""
edge: str
from pydantic import BaseModel
[docs]class Solid3dGetOppositeEdge(BaseModel):
"""The response from the `Solid3dGetOppositeEdge` command."""
edge: str