maxon.SDFFilterSettings

Description

General maxon.Data class.
An object of this class can store every type of data as long as that type has been registered (see maxon.DataType).

Inheritance diagram

Inheritance

Parent Class:

Attributes

maxon.SDFFilterSettings.accuracy

(maxon.FILTERACCURACY) Filter accuracy type.

maxon.SDFFilterSettings.filterType

(maxon.SDFFILTERTYPE) The used filter type.

maxon.SDFFilterSettings.halfWidth

(int) Target halfwidth of the resize filter.

maxon.SDFFilterSettings.iterations

(int) Amount of iterations that the filter is applied.

maxon.SDFFilterSettings.offset

(int) Offset value for the dilate, erode and offset filter.

maxon.SDFFilterSettings.stencilWidth

(int) Voxel distance of the filter stencil.

maxon.SDFFilterSettings.strength

(float) The Strength of the filter.