[docs]classgltf(BaseModel):"""Binary glTF 2.0. We refer to this as glTF since that is how our customers refer to it, but this can also import binary glTF (glb)."""type:Literal["gltf"]="gltf"model_config=ConfigDict(protected_namespaces=())
[docs]classsldprt(BaseModel):"""SolidWorks part (SLDPRT) format."""split_closed_faces:Optional[bool]=Nonetype:Literal["sldprt"]="sldprt"model_config=ConfigDict(protected_namespaces=())