WorkPoints.AddByMidPoint Method
Parent Object: WorkPointsDescription
Method that creates a new work point at the midpoint of the input edge. This method is not currently supported when creating a work point within an assembly.
Syntax
WorkPoints.AddByMidPoint( Edge As Edge, [Construction] As Boolean ) As WorkPointParameters
Name | Type | Description |
Edge | Edge | Input Edge object. Any open edge is valid as input. Inputting a closed edge, (i.e. circle), will cause and error to occur. |
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. |
Samples
Name | Description |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |