11
kittycad/models/entity_get_distance.py
Normal file
11
kittycad/models/entity_get_distance.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
|
||||
class EntityGetDistance(BaseModel):
|
||||
"""The response from the `EntitiesGetDistance` command."""
|
||||
|
||||
max_distance: float
|
||||
|
||||
min_distance: float
|
Reference in New Issue
Block a user