Share

FixedWorkPointDef Object


Description

Object that allows you to get and set the information that specifies a fixed work point.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Parent Property returning the parent WorkPoint object.
Point Specifies the origin point of the work point.
Type Returns an ObjectTypeEnum indicating this object's type.

Samples

Name Description
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.

Version

Introduced in version 4

Was this information helpful?