Share

AcDbAssocTransformationType Enumeration

C++

enum AcDbAssocTransformationType {
  kNotSpecified,
  kStretch,
  kRotate,
  kMove
};

File

AcDbAssocGlobal.h

Members

Members Description
kNotSpecified Transformation type not specified.
kStretch Geometries have been changed through strech command.
kRotate Geometries have been changed through rotate command.
kMove Geometries have been changed through move command.

Description

Information about what type of transformation (which AutoCAD command) has been performed with the entities before the actions that have dependencies on these entities are evaluated.

Was this information helpful?