SoViewportRegionElement Class |
Stores the current viewport region.
Namespace: OIV.Inventor.Elements
The SoViewportRegionElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Get | Returns current viewport region from the state. | |
GetClassStackIndex | Obsolete. Returns the stack id for this element. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pop | Pops element. | |
Push | Pushes element. | |
Set(SoState, SbViewportRegion) | Calls Set(state, vpReg, true). | |
Set(SoState, SbViewportRegion, Boolean) | Sets the viewport region. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current viewport region, which indicates which part of the window is being rendered into. This information is also needed during picking and bounding box computation to determine sizes/locations of screen-space objects.