GH_DocumentFindAttributeByGrip Method (PointF, Boolean, Boolean, Boolean, Int32) |
Search for attributes that contain grips near the search locus
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IGH_Attributes FindAttributeByGrip(
PointF pt,
bool bLimitToOutside,
bool bIncludeInputs,
bool bIncludeOutputs,
int SearchRadius = 12
)
Public Function FindAttributeByGrip (
pt As PointF,
bLimitToOutside As Boolean,
bIncludeInputs As Boolean,
bIncludeOutputs 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. - bIncludeInputs
- Type: SystemBoolean
- bIncludeOutputs
- Type: SystemBoolean
- SearchRadius (Optional)
- Type: SystemInt32
Radius of search
Return Value
Type:
IGH_AttributesSee Also