WorkAxis.SetByTwoPlanes Method
Parent Object: WorkAxisDescription
Method that redefines the work axis to be at the intersection of the two input planes.
Remarks
This method is not valid when the work axis exists in an Assembly component definition.Syntax
WorkAxis.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. |