Method that creates a new work point at the intersection of the input curve and entity. This method is not currently supported when creating a work point within an assembly.
Name | Type | Description |
Curve | Object | Input object that represents a curve. This object can be an edge or a 2d or 3d sketch entity. |
Entity | Object | Input object that will be intersected with the curve. This object can be a face or a work plane. There is a current limitation that this must be a planar face or work plane when anything but a line is input as the curve. Any face can be used when the curve is a line. |
ProximityPoint | Variant | Input Point object that indicates multiple solutions to use. For example, a circle can intersect a plane twice, or a spline can intersect multiple times. If this argument is supplied, the result closest to the input point will be used. If this argument is not supplied and multiple solutions are possible, one solution will be arbitrarily chosen. This is an optional argument whose default value is null. |
Construction | Boolean | Optional Input Boolean that specifies whether to create the work point as a construction point or not. The default is False, which indicates to create a standard work point. A construction work point is hidden from the user and is not displayed graphically or listed in the browser. If work features are created as construction:
This is an optional argument whose default value is False. |