Click or drag to resize

Pdf3DView CenterOfOrbit Property

Gets or sets the center of orbit for 3D artwork.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float CenterOfOrbit { get; set; }

Property Value

Type: Single
A non-negative number indicating a distance in the camera coordinate system along the z axis to the center of orbit for this view.
Remarks
If this value is negative, the viewer application must determine the center of orbit.
See Also