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.
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.
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.
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.
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.
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.
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.
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.
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
This sample demonstrates the creation of a User Coordinate System (UCS) based on 3 points that define the origin, x-direction and y-direction for the UCS.