Method MovePivotPointToOrigin
MovePivotPointToOrigin(uint, bool)
Move the pivot point of an occurrence (and its descendants if recursively) to the origin (0,0,0)
Declaration
public void MovePivotPointToOrigin(uint occurrence, bool applyToChildren)
Parameters
Type | Name | Description |
---|---|---|
uint | occurrence | The occurrence (or the root occurrence if recursively=True) |
bool | applyToChildren | If True, all the pivot of the descending occurrences from occurrence will be affected |