Rotates the primary axis (as determined by the workplane parameter) to the specified vector.
Visual Basic |
---|
Public Sub RotateToVector( _ ByVal Vector As PointData, _ ByVal Workplane As ENUM_PLANE_TYPE _ ) |
- Vector
- Required Pointdata parameter specifying the vector that the primary axis should be rotated to.
- Workplane
Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.Value Description PLANE_BACK PLANE_BOTTOM PLANE_FRONT PLANE_LEFT PLANE_RIGHT PLANE_TOP