Source code for kittycad.models.orient_to_face

from ..models.camera_settings import CameraSettings
from .base import KittyCadBaseModel


[docs] class OrientToFace(KittyCadBaseModel): """The response from the `OrientToFace` command.""" settings: CameraSettings