SoCameraViewAll Method (SoPath, SbViewportRegion) |
Calls ViewAll(path, 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(
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