Table of Contents

Enum vdDocument.GroupGripsEnum

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

This enumeration is used to control the grips of the group of entities when an entity that belongs to a group is selected.

public enum vdDocument.GroupGripsEnum

Fields

AllEntities = 0

Grip points from all entities of the group will be shown.Grips will act as they usually act at the entities.

AllEntitiesTransformby = 1

Grip points from all entities of the group will be shown.Grips will be Drown with GroupGripColor color and they all move(transformby) the group.

AllEntitiesTransformbyWithBoundingBox = 2

Grip points from all entities of the group will be shown and also a BoundingBox of the Group.Grips and BoundingBox will be Drown with GroupGripColor color and they all move(transformby) the group.

Remarks

This option is available when VectorDraw default selecting is enabled.