Creates a workplane object or gets the current workplane
Visual Basic |
---|
Public Function Workplane( _ ByVal plane As WPLANETYPE _ ) As Long |
- plane
Value Description PCD_BACK PCD_BOTTOM PCD_FRONT PCD_LEFT PCD_RIGHT PCD_TOP Options come from the WPLANETYPE emumeration. Optional. If not provided, the current workplane is returned but no new workplane is set.