# Python def InitialRedraw( self, _extent: TGIS_Extent, _initdraw: bool ) -> bool:
| Name | Type | Description |
|---|---|---|
| _extent | TGIS_Extent | Extent restriction; objects outside this extent are clipped. |
| _initdraw | bool | If True, draws the initial view immediately. |
| Type | Description |
|---|---|
| bool | True if the initial redraw succeeds. |
PURPOSE: Initializes the 3D scene for the specified extent and optionally performs the first draw.
BEHAVIOR: Applies the extent as a visibility restriction for the initial redraw. When_initdraw is False, initialization is performed without drawing the scene.
CONSTRAINTS: To support automatic mouse handling, the viewer object must be created on a form or another visual control.