Skip to content

CopickMeshMeta

copick.models.CopickMeshMeta

Bases: BaseModel

Data model for mesh metadata.

Attributes:

  • pickable_object_name (str) –

    Pickable object name from CopickConfig.pickable_objects[...].name

  • user_id (str) –

    Unique identifier for the user or tool name.

  • session_id (Union[str, Literal['0']]) –

    Unique identifier for the pick session. If it is 0, this pick was generated by a tool.

pickable_object_name: str

user_id: str

session_id: Union[str, Literal['0']]