GH_LineCharge.IsCoincident Method

GH_LineChargeIsCoincident Method

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool IsCoincident(
	Point3d point,
	double tolerance
)
Public Overrides Function IsCoincident ( 
	point As Point3d,
	tolerance As Double
) As Boolean

Parameters

point
Type: Point3d
tolerance
Type: SystemDouble

Return Value

Type: Boolean
See Also