SurfaceBodyProxy.LocateUsingPoint Method
Parent Object: SurfaceBodyProxyDescription
Finds the object of specified type within the proximity of the given point. By default an internal tolerance is used to gauge the proximity.
Syntax
SurfaceBodyProxy.LocateUsingPoint( ObjectType As ObjectTypeEnum, PointOnObject As Point, [ProximityTolerance] As Variant ) As ObjectParameters
Name | Type | Description |
ObjectType | ObjectTypeEnum | Input ObjectType of object to find. |
PointOnObject | Point | Input . |
ProximityTolerance | Variant | Optional input Variant that specifies the tolerance to use to test proximity. If this value is not specified, the internal tolerance is used. This is an optional argument whose default value is null. |