Uses of Interface
com.solibri.smc.api.threed.CameraState
Packages that use CameraState
-
Uses of CameraState in com.solibri.smc.api.communication
Methods in com.solibri.smc.api.communication that return types with arguments of type CameraStateModifier and TypeMethodDescriptionViewpoint.getCameraState()
Returns optionalCameraState
of this viewpoint.Methods in com.solibri.smc.api.communication with parameters of type CameraStateModifier and TypeMethodDescriptionvoid
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.threedModifier and TypeInterfaceDescriptioninterface
OrthogonalCameraState represents the state of 3d camera in orthogonal projection.interface
PerspectiveCameraState represents the state of 3d camera in perspective projection.Methods in com.solibri.smc.api.threed that return CameraStateModifier and TypeMethodDescriptionThreeD.createCameraState()
Creates a newCameraState
that matches the current 3D view camera.Methods in com.solibri.smc.api.threed with parameters of type CameraStateModifier and TypeMethodDescriptionvoid
ThreeD.setCameraState(CameraState cameraState)
Sets the givenCameraState
to the 3D view.