Uses of Interface
com.solibri.smc.api.threed.CameraState
Packages that use CameraState
- 
Uses of CameraState in com.solibri.smc.api.communicationMethods in com.solibri.smc.api.communication that return types with arguments of type CameraStateModifier and TypeMethodDescriptionViewpoint.getCameraState()Returns optionalCameraStateof this viewpoint.Methods in com.solibri.smc.api.communication with parameters of type CameraStateModifier and TypeMethodDescriptionvoidViewpoint.setCameraState(CameraState cameraState) Sets the camera state to this viewpoint.
- 
Uses of CameraState in com.solibri.smc.api.threedSubinterfaces of CameraState in com.solibri.smc.api.threedModifier and TypeInterfaceDescriptioninterfaceOrthogonalCameraState represents the state of 3d camera in orthogonal projection.interfacePerspectiveCameraState represents the state of 3d camera in perspective projection.Methods in com.solibri.smc.api.threed that return CameraStateModifier and TypeMethodDescriptionThreeD.createCameraState()Creates a newCameraStatethat matches the current 3D view camera.Methods in com.solibri.smc.api.threed with parameters of type CameraStateModifier and TypeMethodDescriptionvoidThreeD.setCameraState(CameraState cameraState) Sets the givenCameraStateto the 3D view.