WorkPoints.AddByTorusCenterPoint Method
Parent Object: WorkPointsDescription
Method that creates a new work point at the center of the torus specified by the input face. This method is not currently supported when creating a work point within an assembly.
Syntax
WorkPoints.AddByTorusCenterPoint( Face As Face, [Construction] As Boolean ) As WorkPointParameters
Name | Type | Description |
Face | Face | Input Face object whose geometry is a torus surface. An error occurs if the geometry of the input face is not a torus surface. |
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. This is an optional argument whose default value is False. |