Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/ToolActivities
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UPolyEditOffsetProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditExtrudeActivity.h |
| Include | #include "ToolActivities/PolyEditExtrudeActivity.h" |
Syntax
UCLASS&40;&41;
class UPolyEditOffsetProperties : 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. | |
| EPolyEditOffsetModeOptions | DirectionMode | Which way to move vertices during the offset | |
| EPolyEditExtrudeDistanceMode | DistanceMode | How the offset distance is set. | |
| EditCondition | What axis to measure the extrusion distance along. | ||
| meta | Offset distance. |