trimesh.exchange.common

trimesh.exchange.common

Helpers shared across exchange loaders.

class trimesh.exchange.common.XMLParserOptions

Bases: TypedDict

lxml parser options passed to etree.XMLParser and etree.iterparse.

attribute_defaults: bool
dtd_validation: bool
huge_tree: bool
load_dtd: bool
no_network: bool
recover: bool
resolve_entities: bool