unreal.AvaOutlineModifier

class unreal.AvaOutlineModifier(outer: Object | None = None, name: Name | str = 'None')

Bases: AvaGeometryBaseModifier

This modifier adds an outline around a 2D shape with a specific distance

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaOutlineModifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • distance (float): [Read-Write] Set the distance for the outline

  • mode (AvaOutlineMode): [Read-Write] Set the mode like inset or outset

  • modifier_enabled (bool): [Read-Write] Is the modifier enabled or disabled

  • remove_inside (bool): [Read-Write] Remove the inside part and create a hole in the shape

property distance: float

[Read-Write] Set the distance for the outline

Type:

(float)

property mode: AvaOutlineMode

[Read-Write] Set the mode like inset or outset

Type:

(AvaOutlineMode)

property remove_inside: bool

[Read-Write] Remove the inside part and create a hole in the shape

Type:

(bool)