WireframeModifier(Modifier)
base classes — bpy_struct, Modifier
- class bpy.types.WireframeModifier(Modifier)
Wireframe effect modifier
- crease_weight
Crease weight (if active) (in [-inf, inf], default 1.0)
- Type:
float
- invert_vertex_group
Invert vertex group influence (default False)
- Type:
bool
- material_offset
Offset material index of generated faces (in [-32768, 32767], default 0)
- Type:
int
- offset
Offset the thickness from the center (in [-inf, inf], default 0.0)
- Type:
float
- thickness
Thickness factor (in [-inf, inf], default 0.02)
- Type:
float
- thickness_vertex_group
Thickness factor to use for zero vertex group influence (in [0, 1], default 0.0)
- Type:
float
- use_boundary
Support face boundaries (default False)
- Type:
bool
- use_crease
Crease hub edges for improved subdivision surface (default False)
- Type:
bool
- use_even_offset
Scale the offset to give more even thickness (default True)
- Type:
bool
- use_relative_offset
Scale the offset by surrounding geometry (default False)
- Type:
bool
- use_replace
Remove original geometry (default True)
- Type:
bool
- vertex_group
Vertex group name for selecting the affected areas (default “”, never None)
- Type:
str
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type