Namespace: BitMiracle.Docotic.Pdf
public Pdf3dViewTransformationSource TransformationSource { get; set; }
Public Property TransformationSource As Pdf3dViewTransformationSource Get Set
Default value: Artwork.
U3dPath value only makes sense for U3D data. I.e., when the value of the associated 3D stream Format property is equal to U3D.
The only valid values for the PRC data are CameraToWorld and Artwork.
Position and orientation of 3D artwork typically involves translation (movement) and rotation along any axis. The virtual camera represents the view of the artwork. The relationship between camera and artwork may be thought of in two ways:
Both approaches may achieve the same visual effects; in practice, 3D systems typically use a combination of both. Conceptually, there are three distinct coordinate systems:
The camera-to-world matrix specifies the position and orientation of the camera in the world coordinate system. For CameraToWorld, this matrix is specified by GetCameraToWorldTransformation() and SetCameraToWorldTransformation(Double[]) methods. For U3dPath, this matrix is specified by GetU3dPath() and SetU3dPath(String[]) methods.