PlaneAndPointWorkPlaneDef.GetData Method
Parent Object: PlaneAndPointWorkPlaneDefDescription
Method that gets all of the data defining a work planed defined by a plane and a point. The work plane is parallel to the plane and passes through the point.
Syntax
PlaneAndPointWorkPlaneDef.GetData( Plane As Object, Point As Object )Parameters
| Name | Type | Description |
| Plane | Object | Output object that represents a plane. This object can be a planar Face, WorkPlane, or Sketch object. |
| Point | Object | Output object that represents a Point. This object can be a WorkPoint, Vertex, or SketchPoint object. |
