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 optionalCameraStateof this viewpoint.Methods in com.solibri.smc.api.communication with parameters of type CameraState Modifier and Type Method Description voidViewpoint. 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 interfaceOrthogonalCameraStateOrthogonalCameraState represents the state of 3d camera in orthogonal projection.interfacePerspectiveCameraStatePerspectiveCameraState represents the state of 3d camera in perspective projection.Methods in com.solibri.smc.api.threed that return CameraState Modifier and Type Method Description CameraStateThreeD. createCameraState()Creates a newCameraStatethat matches the current 3D view camera.Methods in com.solibri.smc.api.threed with parameters of type CameraState Modifier and Type Method Description voidThreeD. setCameraState(CameraState cameraState)Sets the givenCameraStateto the 3D view.
-