Source code for kittycad.models.entity_get_primitive_index
from ..models.entity_type import EntityType
from .base import KittyCadBaseModel
[docs]
class EntityGetPrimitiveIndex(KittyCadBaseModel):
"""The response from the `EntityGetPrimitiveIndex` command."""
entity_type: EntityType
primitive_index: int