Click or drag to resize

IGH_FieldElementIsCoincident Method

Computes whether the point can be considered coincident with the element.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool IsCoincident(
	Point3d point,
	double tolerance
)

Parameters

point
Type: Point3d
Point to test.
tolerance
Type: SystemDouble
Tolerance to use.

Return Value

Type: Boolean
True if the point is coincident within tolerance.
See Also