| SoCameraViewAll Method (SoPath, SbViewportRegion) | 
Calls ViewAll(path, vpRegion, 1.0).
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void ViewAll(
	SoPath path,
	SbViewportRegion vpRegion
)
Public Sub ViewAll ( 
	path As SoPath,
	vpRegion As SbViewportRegion
)
public:
void ViewAll(
	SoPath^ path, 
	SbViewportRegion vpRegion
)
member ViewAll : 
        path : SoPath * 
        vpRegion : SbViewportRegion -> unit 
Parameters
- path
 - Type: OIV.InventorSoPath
 - vpRegion
 - Type: OIV.InventorSbViewportRegion
 
Remarks
See Also