SoCameraInteractorGetNewInstance Method |
Create an instance for the specified camera.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoCameraInteractor GetNewInstance(
SoCamera camera
)
Public Shared Function GetNewInstance (
camera As SoCamera
) As SoCameraInteractor
public:
static SoCameraInteractor^ GetNewInstance(
SoCamera^ camera
)
static member GetNewInstance :
camera : SoCamera -> SoCameraInteractor
Parameters
- camera
- Type: OIV.Inventor.NodesSoCamera
Return Value
Type:
SoCameraInteractorRemarks See Also