Grasshopper API
GH_DocumentFindAttributeByGrip Method (PointF, Boolean, Int32) |
Search for attributes that contain grips near the search locus
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public IGH_Attributes FindAttributeByGrip( PointF pt, bool bLimitToOutside, int SearchRadius = 12 )
Public Function FindAttributeByGrip ( pt As PointF, bLimitToOutside As Boolean, Optional SearchRadius As Integer = 12 ) As IGH_Attributes
Parameters
- pt
- Type: System.DrawingPointF
Pixel for search start - bLimitToOutside
- Type: SystemBoolean
If true, grips are ignored if the pt is on the 'inside' side. - SearchRadius (Optional)
- Type: SystemInt32
Radius of search
Return Value
Type: IGH_Attributes