WorkPoint.Name Property
Parent Object: WorkPointDescription
Specifies the name of the work point.
Syntax
WorkPoint.Name() As StringProperty Value
This is a read/write property whose value is a String.Samples
Name | Description |
Work point at mass center | This sample demonstrates creating a fixed work point and edit its position. It does this by computing the the center of mass of the part and creating a work point at that position. Subsequent runs of the sample reposition the work point at the new center of mass. |