limit_arc_chord#
- Region.limit_arc_chord(max_chord_height)#
Limit the chord height for arcs in a region.
Subdivide arcs if required to ensure the arc’s chord height (the distance between the arc midpoint and the midpoint of a line between the start and end) is lower than the specified value. This can be used to force a fine FEA mesh around entities with high curvature.
- Parameters:
- max_chord_height: float
The maximum chord height allowed.