PyMaterialXCore.CommentElement

class CommentElement

Bases: Element

An element representing a block of descriptive text within a Document, which will be stored as a comment when the document is written out.

The comment text may be accessed with the methods Element.getDocString() and Element.setDocString().

See:

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

Methods

__init__(*args, **kwargs)

Properties

CATEGORY = 'comment'

Methods

__init__(*args, **kwargs)