MeshStatVis(bpy_struct)
base class — bpy_struct
- class bpy.types.MeshStatVis(bpy_struct)
- distort_max
Maximum angle to display
- Type
float in [0, 3.14159], default 0.785398
- distort_min
Minimum angle to display
- Type
float in [0, 3.14159], default 0.0872665
- overhang_axis
- Type
enum in Object Axis Items, default
"'NEG_Z'"
- overhang_max
Maximum angle to display
- Type
float in [0, 3.14159], default 0.785398
- overhang_min
Minimum angle to display
- Type
float in [0, 3.14159], default 0.0
- sharp_max
Maximum angle to display
- Type
float in [-3.14159, 3.14159], default 3.14159
- sharp_min
Minimum angle to display
- Type
float in [-3.14159, 3.14159], default 1.5708
- thickness_max
Maximum for measuring thickness
- Type
float in [0, 1000], default 0.1
- thickness_min
Minimum for measuring thickness
- Type
float in [0, 1000], default 0.0
- thickness_samples
Number of samples to test per face
- Type
int in [1, 32], default 1
- type
Type of data to visualize/check
- Type
enum in [
'OVERHANG'
,'THICKNESS'
,'INTERSECT'
,'DISTORT'
,'SHARP'
], default"'OVERHANG'"
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters
id (str) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass