Skip to main content

set3dNavcameraPos

Sets the 3D camera position indicator for a 2D drawing being used as a navigation drawing for a 3D model floor.

Syntax

RxCore.set3dNavcameraPos(position, rotation, boxCenter)

Parameters

  • position: object — Position of the 3D camera with x, y, and z values.
  • rotation: number — Angle of the camera in radians.
  • boxCenter: object — Center of the 3D model with x, y, and z values.

Returns

  • NA — This method does not return a value.