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