Watermark class

Watermark class

Utility to encode/decode blind watermark to/from a mesh.

The Watermark type exposes the following members:

Methods

MethodDescription
encode_watermarkEncode a text into mesh’ blind watermark.
encode_watermarkEncode a text into mesh’ blind watermark.
encode_watermarkEncode a text into mesh’ blind watermark.
decode_watermarkDecode the watermark from a mesh
decode_watermarkDecode the watermark from a mesh

Remarks

Both Watermark.encode_watermark and Watermark.decode_watermark will perform license check Trial usage will throw exception, you can use TrialException.suppress_trial_exception to suppress the exception, but it will not lift the restriction here. A valid license is required to use these features without any restrictions.

See Also