Get the references associated with the material.
A list of references.
list
Example
datum = Datum(References=[“Ref 1”, “Ref 2”]) material = Material(datum) print(material.get_references()) # Output: [“Ref 1”, “Ref 2”]
Material.get_references()