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
)
Function IsCoincident (
point As Point3d,
tolerance As Double
) As Boolean
Parameters
- point
- Type: Point3d
Point to test. - tolerance
- Type: SystemDouble
Tolerance to use.
Return Value
Type:
BooleanTrue if the point is coincident within tolerance.
See Also