Source code for kittycad.models.surface_created

from typing import List

from .base import KittyCadBaseModel


[docs] class SurfaceCreated(KittyCadBaseModel): """Details of a surface that was created under some body.""" from_segments: List[str] id: str primitive_face_index: int