Click or drag to resize

Triangle3dClosestPointOnBoundary Method

Gets the point on the triangle boundary closest to a test point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Point3d ClosestPointOnBoundary(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d

[Missing <param name="point"/> documentation for "M:Rhino.Geometry.Triangle3d.ClosestPointOnBoundary(Rhino.Geometry.Point3d)"]

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.Geometry.Triangle3d.ClosestPointOnBoundary(Rhino.Geometry.Point3d)"]

See Also