unreal.GeometryScriptMeshBevelOptions
¶
- class unreal.GeometryScriptMeshBevelOptions(bevel_distance: float = 0.0, infer_material_id: bool = False, set_material_id: int = 0, apply_filter_box: bool = False, filter_box: Box = Ellipsis, filter_box_transform: Transform = Ellipsis, fully_contained: bool = False)¶
Bases:
StructBase
Geometry Script Mesh Bevel Options
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshModelingFunctions.h
Editor Properties: (see get_editor_property/set_editor_property)
apply_filter_box
(bool): [Read-Write] If true the set of beveled PolyGroup edges is limited to those that are fully or partially contained within the (transformed) FilterBoxbevel_distance
(float): [Read-Write]filter_box
(Box): [Read-Write] Bounding Box used for edge filteringfilter_box_transform
(Transform): [Read-Write] Transform applied to the FilterBoxfully_contained
(bool): [Read-Write] If true, then only PolyGroup edges that are fully contained within the filter box will be beveled, otherwise the edge will be beveled if any vertex is within the filter box.infer_material_id
(bool): [Read-Write]set_material_id
(int32): [Read-Write]
- property apply_filter_box: bool¶
[Read-Write] If true the set of beveled PolyGroup edges is limited to those that are fully or partially contained within the (transformed) FilterBox
- Type:
(bool)