Parent Object: TransientGeometry
Method that creates a new Line object. A Line object is infinite. The object created is a transient mathematical object and is not displayed graphically.
Name | Type | Description |
RootPoint | Point | Input Point object that specifies the root point of the line. |
Direction | Vector | Input Vector object that specifies the direction of the line. |
Name | Description |
Is cylindrical face interior or exterior? | This sample shows how to determine whether the selected cylindircal face is an exterior face or an interior (hollow) face. |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |
OnDrag Event - dragging a WorkPoint | This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |