unreal.GeometryScriptMeshPlaneSliceOptions

class unreal.GeometryScriptMeshPlaneSliceOptions(fill_holes=True, fill_spans=True, gap_width=0.01, uv_world_dimension=1.0)

Bases: unreal.StructBase

Geometry Script Mesh Plane Slice Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshBooleanFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • fill_holes (bool): [Read-Write] Fill Holes

  • fill_spans (bool): [Read-Write] Fill Spans

  • gap_width (float): [Read-Write] Gap Width

  • uv_world_dimension (float): [Read-Write] UVWorld Dimension

property fill_holes

[Read-Write] Fill Holes

Type

(bool)

property fill_spans

[Read-Write] Fill Spans

Type

(bool)

property gap_width

[Read-Write] Gap Width

Type

(float)

property uv_world_dimension

[Read-Write] UVWorld Dimension

Type

(float)