SurfaceBody.LocateUsingPoint Method
Parent Object: SurfaceBodyDescription
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
SurfaceBody.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. |
Samples
Name | Description |
Creating flange features | Demonstrates creating flange features of various width extents. This creates a new document, creates a face feature and adds a flange feature on four edges. |