Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : ClearPlane Method
Clearance plane. Options come from the WPLANETYPE emumeration.
Double value representing the height of the workplane.
Pass through plane. Options come from the WPLANETYPE emumeration.
Double value representing the height of the pass through plane.
ClearPlane Method
Description
Creates a clearplane settings object
Syntax
Visual Basic
Public Sub ClearPlane( _
   ByVal plane1 As WPLANETYPE, _
   ByVal val1 As Double, _
   ByVal plane2 As WPLANETYPE, _
   ByVal val2 As Double _
) 
Parameters
plane1
ValueDescription
PCD_BACK 
PCD_BOTTOM 
PCD_FRONT 
PCD_LEFT 
PCD_RIGHT 
PCD_TOP 
Clearance plane. Options come from the WPLANETYPE emumeration.
val1
Double value representing the height of the workplane.
plane2
ValueDescription
PCD_BACK 
PCD_BOTTOM 
PCD_FRONT 
PCD_LEFT 
PCD_RIGHT 
PCD_TOP 
Pass through plane. Options come from the WPLANETYPE emumeration.
val2
Double value representing the height of the pass through plane.
See Also