Pdf3dView Methods

The Pdf3dView type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetCameraToWorldTransformation
Gets a 3D transformation matrix specifying a position and orientation of the camera in world coordinates. Meaningful only when TransformationSource is CameraToWorld.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetU3dPath
Gets names of view nodes within the 3D artwork that specify camera-to-world transformation matrices. Meaningful only when TransformationSource is U3dPath.
Public methodSetCameraToWorldTransformation
Sets a 3D transformation matrix specifying a position and orientation of the camera in world coordinates. Meaningful only when TransformationSource is CameraToWorld.
Public methodSetU3dPath
Sets names of view nodes within the 3D artwork that specify camera-to-world transformation matrices. Meaningful only when TransformationSource is U3dPath.
Public methodToString (Inherited from Object.)

See Also