Click or drag to resize

Triangle2dIsPointOn Method

Gets a value indicating if the the Point2d is on an segment of the current triangle.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsPointOn(
	Point2d pt
)

Parameters

pt
Type: Point2d
Point to be evaluated.

Return Value

Type: Boolean
true, if the point is on a segment; false, otherwise.
See Also