Python reference: MoveObjectSpecification

The class MoveObjectSpecification represents the C API structure TMoveObjectSpecification. This class is used with the MoveObjects function.

An instance of MoveObjectSpecification is returned when one of these helper functions is called:

MoveObjectDisplacementSpecification(displacement)

MoveObjectPolarDisplacementSpecification(direction, distance)

MoveObjectNewPositionSpecification(referenceObject, referencePointIndex, newPosition)

MoveObjectRotationSpecification(angle, centre)

Refer to the documentation of TMoveObjectSpecification for more details.

Attributes

The attributes are the same as in TMoveObjectSpecification and take the same values.