CurveAndEntityWorkPointDef.GetData Method
Parent Object: CurveAndEntityWorkPointDefDescription
Method that returns all of the data defining a work point defined by the intersection of a curve and an entity.
Syntax
CurveAndEntityWorkPointDef.GetData( CurveEntity As Object, Entity As Object )Parameters
Name | Type | Description |
CurveEntity | Object | Output object that returns the curve used in defining a work point at the intersection of a curve and entity. This object can be an or any 2d or 3d sketch object. |
Entity | Object | Output object that returns the or WorkPlane object used in defining a work at the intersection of a curve and entity. |