Method MovePivotPointToOccurrenceCenter
MovePivotPointToOccurrenceCenter(OccurrenceList, bool)
Move the pivot point of each occurrence listed in the function input, to the center of its bounding box (and of its children if the parameter is True)
Declaration
public void MovePivotPointToOccurrenceCenter(OccurrenceList occurrences, bool applyToChildren)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences (or the roots occurrences if recursively=True) |
bool | applyToChildren | If True, all the pivot of the descending occurrences from occurrence will be affected |