WorkAxisProxy.SetByTwoPlanes Method
Parent Object: WorkAxisProxyDescription
Method that redefines the work axis to be at the intersection of the two input planes.
Syntax
WorkAxisProxy.SetByTwoPlanes( Plane1 As Object, Plane2 As Object )Parameters
Name | Type | Description |
Plane1 | Object | Input object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |
Plane2 | Object | Input object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |