SoCameraViewAll Method (SoNode, SbViewportRegion) |
Calls ViewAll(sceneRoot, vpRegion, 1.0).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void ViewAll(
SoNode sceneRoot,
SbViewportRegion vpRegion
)
Public Sub ViewAll (
sceneRoot As SoNode,
vpRegion As SbViewportRegion
)
public:
void ViewAll(
SoNode^ sceneRoot,
SbViewportRegion vpRegion
)
member ViewAll :
sceneRoot : SoNode *
vpRegion : SbViewportRegion -> unit
Parameters
- sceneRoot
- Type: OIV.Inventor.NodesSoNode
- vpRegion
- Type: OIV.InventorSbViewportRegion
Remarks See Also