Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : Workplane Method

Options come from the WPLANETYPE emumeration. Optional. If not provided, the current workplane is returned but no new workplane is set.

Workplane Method
Description
Creates a workplane object or gets the current workplane
Syntax
Visual Basic
Public Function Workplane( _
   ByVal plane As WPLANETYPE _
) As Long
Parameters
plane
ValueDescription
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.

See Also