Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EPatternToolAxisSpacingMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include Path | #include "PatternTool.h" |
Syntax
enum EPatternToolAxisSpacingMode
{
ByCount = 0,
StepSize = 1,
Packed = 2,
}
Values
| Name | Remarks |
|---|---|
| ByCount | Place a specific number of Pattern Elements along the pattern geometry |
| StepSize | Place Pattern Elements at regular increments along the Pattern Geometry (on-center) |
| Packed | Pack in as many Pattern Elements as fits in the available space |