PyMaterialXFormat.XmlReadOptions

class XmlReadOptions

Bases: pybind11_object

A set of options for controlling the behavior of XML read functions.

See:

https://materialx.org/docs/api/class_xml_read_options.html

Methods

__init__(self)

Properties

parentXIncludes
readComments
readNewlines
readXIncludeFunction
upgradeVersion

Methods

__init__(self: XmlReadOptions) None