unreal.GeometryScriptIterativeMeshSmoothingOptions
¶
- class unreal.GeometryScriptIterativeMeshSmoothingOptions(num_iterations: int = 0, alpha: float = 0.0, empty_behavior: GeometryScriptEmptySelectionBehavior = Ellipsis)¶
Bases:
StructBase
Geometry Script Iterative Mesh Smoothing Options
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshDeformFunctions.h
Editor Properties: (see get_editor_property/set_editor_property)
alpha
(float): [Read-Write] Alphaempty_behavior
(GeometryScriptEmptySelectionBehavior): [Read-Write] Empty Behavior: EmptyBehavior Defines how an empty input selection should be interpretednum_iterations
(int32): [Read-Write] Num Iterations
- property empty_behavior: GeometryScriptEmptySelectionBehavior¶
[Read-Write] Empty Behavior: EmptyBehavior Defines how an empty input selection should be interpreted