Get the comments associated with the material.
A list of comments.
list
Example
datum = Datum(Comment=[“Comment 1”, “Comment 2”]) material = Material(datum) print(material.get_comment()) # Output: [“Comment 1”, “Comment 2”]
Material.get_comment()