Optionalshape: TOptionalpoints: Point3[]Optionalradius: numberOptionaltaperFactor: numberOptionalsnapTolerance: numberOptionalmode: cornerModeEnumThe shell or solid whose corners are rounded.
Points near the corners to round; the vertex nearest each point is the one treated.
The rounding radius, in model units.
For 3D corners, how far the rounding reaches along the meeting edges: 0 for the tightest, almost spherical corner, 1 for the full reach.
How far a point may be from a vertex and still pick it, in model units; 0 or less accepts the nearest vertex whatever the distance.
auto rounds planar corners in place and 3D corners with a taper; planarOnly skips 3D
corners.
A shell or solid, points near its corners and rounding settings for
corners.filletCornerByPoint, which rounds only the corners picked by the points.