Gets the camera location, and basic orientation to set to view this capture.
If no camera parameters are set, or if pCameraLocation is not a Vector3 or if
pCameraUp is not a Vector3, returns false.
true if the capture has camera parameters and if the call succeeded.
Gets the cut plane parameters to set to view this capture.
If no cut plane parameters are set, or if pCutPlanePosition is not a Vector3 or if
pCutPlaneNormal is not a Vector3, returns false.
true if the capture has cut plane parameters and if the call succeeded.
Gets the optional 3D position to look at for this capture (Point of Interest).
If no position is set, or if pPosition is not a Vector3, returns false.
true if the capture has a target position and if the call succeeded.
Gets the visible annotations this capture refers to.
DO NOT modify this data in place, this results in undefined behavior.
** EXPERIMENTAL ** ** These API functions are expected to change in the near future **
When dealing with annotations, the DMU provider may have included additional information to correctly view a set of annotations. These added information are called an Annotations Capture. These information are stored with an AnnotationCaptureInterface.
Such information may contain :
Captures are retrieved by an AnnotationGetterInterface inside an AnnotationResultInterface with AnnotationResultInterface.getAnnotationCaptures.
Please see Annotations for more explanations about annotations.
See