Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/UPolyEditTopologyProperties
Syntax
UPROPERTY&40;EditAnywhere, Category&61;TopologyOptions,
Meta&61;&40;ClampMin&61;"0", ClampMax&61;"180", EditCondition&61;"bAddExtraCorners"&41;&41;
double ExtraCornerAngleThresholdDegrees
Remarks
When generating extra corners, how sharp the angle needs to be to warrant an extra corner placement there. Lower values require sharper corners, so are more tolerant of curved group edges. For instance, 180 will place corners at every vertex along a group edge even if the edge is perfectly straight, and 135 will place a vertex only once the edge bends 45 degrees off the straight path (i.e. 135 degrees to the previous edge). The setting is applied either when Regenerate Extra Corners is clicked, or after any operation that modifies topology.