Share

FreeDragMoveOperation Object

Derived from: MoveOperation Object

Description

The FreeDragMoveOperation object represents the definition of a free drag within a move feature.

Methods

Name Description
Delete Method that deletes this operation from the feature.

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 Read-only property returning the associated MoveDefinition object.
Type Returns an ObjectTypeEnum indicating this object's type.
XOffset Read-write property that provides access to the x offset of a free drag operation on a move body feature.
YOffset Read-write property that provides access to the y offset of a free drag operation on a move body feature.
ZOffset Read-write property that provides access to the z offset of a free drag operation on a move body feature.

Accessed From

MoveDefinition.AddFreeDrag

Version

Introduced in version 2013

Was this information helpful?