Description
Sets the current view vector in the document window as specified.
Syntax
Sub RFDrawTools.SetViewVector(pCenter As RFPoint3, pNormal As RFVector3, bRegionZoom As Boolean, width As Long, height As Long)
The SetViewVector syntax has these parts:
| Part | Description |
|---|---|
| pCenter | [IN] RFPoint3 Required. Center coordinates of the view vector. |
| pNormal | [IN] RFVector3 Required. Viewing direction vector. |
| bRegionZoom | [IN] Boolean Required. It determines whether the specified region is zoomed in or not. |
| width | [IN] Long Required. Width of the region to zoom. |
| height | [IN] Long Required. Height of the region to zoom. |