TwoPlanesWorkAxisDef.GetData Method
Parent Object: TwoPlanesWorkAxisDefDescription
Method that gets all of the data defining a work axis at the intersection of two planes.
Syntax
TwoPlanesWorkAxisDef.GetData( Plane1 As Object, Plane2 As Object )Parameters
Name | Type | Description |
Plane1 | Object | Output object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |
Plane2 | Object | Output object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |