Click or drag to resize

Triangle3dPointAlongBoundary Method

Gets the point along the boundary of the triangle. The triangle boundary has a domain [0, 3] where each subsequent unit domain maps to a different edge.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Point3d PointAlongBoundary(
	double t
)

Parameters

t
Type: SystemDouble
Parameter along boundary.

Return Value

Type: Point3d

[Missing <returns> documentation for "M:Rhino.Geometry.Triangle3d.PointAlongBoundary(System.Double)"]

See Also