Creates a best fit 2d alignment
Visual Basic |
---|
Public Sub BestFit2D( _ ByVal num_inputs As Long, _ ByVal Workplane As WPLANETYPE _ ) |
- num_inputs
- The number of features to use to create the best fit alignment. There must be a corresponding number of calls to Feature before the call to EndAlign.
- Workplane
This parameter specifies the workplane of the 2D alignment. Options come from the WPLANETYPE enumeration. These include PCD_TOP, PCD_BOTTOM, PCD_FRONT, PCD_BACK, PCD_LEFT, or PCD_RIGHT.Value Description PCD_BACK PCD_BOTTOM PCD_FRONT PCD_LEFT PCD_RIGHT PCD_TOP