Uses of Interface
com.solibri.smc.api.threed.CameraState
-
Packages that use CameraState Package Description com.solibri.smc.api.communication com.solibri.smc.api.threed -
-
Uses of CameraState in com.solibri.smc.api.communication
Methods in com.solibri.smc.api.communication that return types with arguments of type CameraState Modifier and Type Method Description Optional<CameraState>
Viewpoint. getCameraState()
Returns optionalCameraState
of this viewpoint.Methods in com.solibri.smc.api.communication with parameters of type CameraState Modifier and Type Method Description void
Viewpoint. setCameraState(CameraState cameraState)
Sets the camera state to this viewpoint. -
Uses of CameraState in com.solibri.smc.api.threed
Subinterfaces of CameraState in com.solibri.smc.api.threed Modifier and Type Interface Description interface
OrthogonalCameraState
OrthogonalCameraState represents the state of 3d camera in orthogonal projection.interface
PerspectiveCameraState
PerspectiveCameraState represents the state of 3d camera in perspective projection.Methods in com.solibri.smc.api.threed that return CameraState Modifier and Type Method Description CameraState
ThreeD. createCameraState()
Creates a newCameraState
that matches the current 3D view camera.Methods in com.solibri.smc.api.threed with parameters of type CameraState Modifier and Type Method Description void
ThreeD. setCameraState(CameraState cameraState)
Sets the givenCameraState
to the 3D view.
-