Description:

Attempt to create the smallest triangle containing a set of planar points.

Syntax:
public static bool TrySmallestEnclosingTriangle(
IEnumerable<Point2d> points,
double tolerance,
out Triangle3d triangle
)
Parameters:
  • points
  • Type: IEnumerable<Point2d>
  • The points to enclose.
  • tolerance
  • Type: double
  • The tolerance to use
  • triangle
  • Type: Triangle3d
  • The resulting triangle on success.
Returns:
Type: bool
True on success, False on failure.
Available since:
8.4

/
/
/
TrySmallestEnclosingTriangle

TrySmallestEnclosingTriangle method

Class:  Rhino.Geometry.Triangle3d

Nothing found