Share

moveGripPointsAt Method

Overload List

Method Description
AcDbEntity::moveGripPointsAt (AcDbIntArray &, AcGeVector3d&)Function usageThis function is intended to be called by AutoCAD during a grip edit of the entity. However, it is certainly possible for ObjectARX applications to call this function.A call of this function should be preceded by a call to the entity's getGripPoints() method in order to obtain the valid grip points and the order they come in which is then used to determine the index values to be passed in within the indices array.The offset vector indicates the direction and magnitude of the translation to be applied to the grip points specified in indices.The... more
AcDbEntity::moveGripPointsAt (AcDbVoidPtrArray&, AcGeVector3d&, int)Function usageThis function is intended to be called by the host application to move the grip points during a grip edit of the entity. However, it is also possible for ObjectARX applications to call it.Prior to calling this function, an ObjectARX application must call

Was this information helpful?