Creates a clearplane settings object
Visual Basic |
---|
Public Sub ClearPlane( _ ByVal plane1 As WPLANETYPE, _ ByVal val1 As Double, _ ByVal plane2 As WPLANETYPE, _ ByVal val2 As Double _ ) |
- plane1
Clearance plane. Options come from the WPLANETYPE emumeration.Value Description PCD_BACK PCD_BOTTOM PCD_FRONT PCD_LEFT PCD_RIGHT PCD_TOP - val1
- Double value representing the height of the workplane.
- plane2
Pass through plane. Options come from the WPLANETYPE emumeration.Value Description PCD_BACK PCD_BOTTOM PCD_FRONT PCD_LEFT PCD_RIGHT PCD_TOP - val2
- Double value representing the height of the pass through plane.