UPolyEditPushPullProperties

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditExtrudeActivity.h

Include

#include "ToolActivities/PolyEditExtrudeActivity.h"

Syntax

UCLASS()
class UPolyEditPushPullProperties : public UInteractiveToolPropertySet

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bShellsToSolids

Controls whether offseting an entire open-border patch should create a solid or an open shell

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bUseColinearityForSettingBorderGroups

When offseting regions that touch the mesh border, assign the side groups (groups on the stitched side of the extrude) in a way that considers edge colinearity.

Public variable UProperty Category, EditAnywhere

EPolyEditPushPu...

 

DirectionMode

Which way to move vertices during the offset

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

EPolyEditExtrud...

 

MeasureDirection

What axis to measure the extrusion distance along.

Public variable UProperty Category, EditAnywhere, Meta

 

meta

Controls the maximum distance vertices can move from the target distance in order to stay parallel with their source triangles.