Uses of Interface
com.solibri.smc.api.threed.CameraState
-
Uses of CameraState in com.solibri.smc.api.communication
Modifier and TypeMethodDescriptionViewpoint.getCameraState()
Returns optionalCameraState
of this viewpoint.Modifier and TypeMethodDescriptionvoid
Viewpoint.setCameraState
(CameraState cameraState) Sets the camera state to this viewpoint. -
Uses of CameraState in com.solibri.smc.api.threed
Modifier and TypeInterfaceDescriptioninterface
OrthogonalCameraState represents the state of 3d camera in orthogonal projection.interface
PerspectiveCameraState represents the state of 3d camera in perspective projection.Modifier and TypeMethodDescriptionThreeD.createCameraState()
Creates a newCameraState
that matches the current 3D view camera.Modifier and TypeMethodDescriptionvoid
ThreeD.setCameraState
(CameraState cameraState) Sets the givenCameraState
to the 3D view.