v5.0
viewing
Centers the selection in one or all the 3D views (in the view
manager).
Note: This command behaves the same as FrameSelection except that it does not
zoom in on the selected object.
CenterSelection( [AllObjects], [AllViews], [View] ); |
Parameter | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AllObjects | Boolean | True to center all objects. If this parameter is set to true, the selection is ignored. Default Value: False |
||||||||||||
AllViews | Boolean | True to center all views at once. If this parameter set to true, the View parameter is ignored. Default Value: True |
||||||||||||
View | Integer | Viewport in which to center the selection. You must set the AllViews parameter to false in order to affect only this viewport. Default Value: -1 (current viewport)
|