| AddAtCentroid |
Method that creates a new work point at the centroid of the input entities. This method is not currently supported when creating a work point within an assembly. |
| AddByCurveAndEntity |
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. |
| AddByMidPoint |
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. |
| AddByPoint |
Method that creates a new work point at the input point. This method is not currently supported when creating a work point within an assembly. |
| AddBySphereCenterPoint |
Creates a new work point at the center of the sphere specified by the input face. This method is not currently supported when creating a work point within an assembly. |
| AddByThreePlanes |
Method that creates a new work point at the intersection of the three input planes. If the three input planes don't intersect an error will occur. This method is not currently supported when creating a work point within an assembly. |
| AddByTorusCenterPoint |
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. |
| AddByTwoLines |
Method that creates a new work point at the intersection of the two input lines. If the lines don't intersect an error will occur. This method is not currently supported when creating a work point within an assembly. |
| AddFixed |
Method that creates a new work point at the position specified by the input point. When used to create a work point within an assembly the resulting work point will return an AssemblyWorkPointDef definition. |