Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/ToolActivities
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPolyEditPushPullProperties
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
| Type | Name | Description | |
|---|---|---|---|
| bool | bShellsToSolids | Controls whether offsetting an entire open-border patch should create a solid or an open shell | |
| bool | bUseColinearityForSettingBorderGroups | When offsetting 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. | |
| EPolyEditPushPullModeOptions | DirectionMode | Which way to move vertices while extruding. | |
| EPolyEditExtrudeDistanceMode | DistanceMode | How the extrusion distance is set. | |
| EditCondition | What axis to measure the extrusion distance along. | ||
| meta | Extrusion distance. |