Table of Contents

Method MoveGripPointsAt

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

MoveGripPointsAt(Int32Array, double, double, double)

This function is intended to be called during a grip edit of the object.

public virtual void MoveGripPointsAt(Int32Array Indexes, double dx, double dy, double dz)

Parameters

Indexes Int32Array

Represents a zero based array of the grip indexes that will be moved.

dx double

The dx distance that the grip is moved.

dy double

The dy distance that the grip is moved.

dz double

The dz distance that the grip is moved.

Remarks

Raises the OnMoveGripPointsAt event.
See also IvdProxyFigure for example of implementing a custom figure with a proxy figure and how to override basic methods of vdFigure for a custom figure.

See Also