Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FGeneralizedCylinderGenerator
Description
Set the MiterLimit based on the maximum turn angle at which a correct miter should be applied. For turns sharper than this angle, the cross section will appear to shrink at the turn.
| Name | SetMiterLimitByAngle |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/SweepGenerator.h |
| Include Path | #include "Generators/SweepGenerator.h" |
void SetMiterLimitByAngle
(
double MiterAngleLimitInDeg
)
Parameters
| Name | Remarks |
|---|---|
| MiterAngleLimitInDeg | Maximum turn angle for correct mitering; should be >= 0 and < 180 |