Method that creates a new Plane object. A plane 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 a point on the plane. |
Normal | Vector | Input Vector object that specifies the normal direction of the plane. |
Name | Description |
Transient solid body creation | The following sample demonstrates the creation of a transient solid block body. The newly created body is then displayed using client graphics in a part. |
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. |