unreal.GeometryScriptMeshOffsetOptions

class unreal.GeometryScriptMeshOffsetOptions(offset_distance=1.0, fixed_boundary=False, solve_steps=5, smooth_alpha=0.1, reproject_during_smoothing=False, boundary_alpha=0.2)

Bases: unreal.StructBase

Geometry Script Mesh Offset Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshModelingFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • boundary_alpha (float): [Read-Write] Boundary Alpha: should not be > 0.9

  • fixed_boundary (bool): [Read-Write] Fixed Boundary

  • offset_distance (float): [Read-Write] Offset Distance

  • reproject_during_smoothing (bool): [Read-Write] Reproject During Smoothing

  • smooth_alpha (float): [Read-Write] Smooth Alpha

  • solve_steps (int32): [Read-Write] Solve Steps

property boundary_alpha

[Read-Write] Boundary Alpha: should not be > 0.9

Type

(float)

property fixed_boundary

[Read-Write] Fixed Boundary

Type

(bool)

property offset_distance

[Read-Write] Offset Distance

Type

(float)

property reproject_during_smoothing

[Read-Write] Reproject During Smoothing

Type

(bool)

property smooth_alpha

[Read-Write] Smooth Alpha

Type

(float)

property solve_steps

[Read-Write] Solve Steps

Type

(int32)