Camera.create Method

Parent Object: Camera
Defined in namespace "adsk::core" and the header file is <Core/Application/Camera.h>

Description

Creates a new Camera object that is independent of any viewport. This can be used to construct a camera to be used as input to modify a viewport, and create or update a named view.

Syntax

This is a static method.

returnValue = adsk.core.Camera.create()
This is a static method.

#include <Core/Application/Camera.h>

returnValue = adsk::core::Camera::create();

Return Value

Type Description
Camera Returns the created camera.

Version

Introduced in version September 2023