Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/PolyModelingOps > API/Plugins/ModelingOperators/PolyModelingOps/FLinearExtrusionOp
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/PolyModelingOps/LinearExtrusionOp.h |
| Include | #include "PolyModelingOps/LinearExtrusionOp.h" |
Syntax
enum ESelectionShapeModifierMode
&123;
None = 0,
FlattenToPlane = 1,
RaycastToPlane = 2,
&125;
Values
| Name | Description |
|---|---|
| None | No modification, keep the same shape |
| FlattenToPlane | Project the selection vertices to the XY plane of StartFrame before extruding |
| RaycastToPlane | Cast a ray for each selection vertex against plane defined by ToFrame's Orgin/Z-Axis and use the hit position |
Remarks
ParametersModifier applied to the selected triangles during extrusion