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; }
Public Property CenterOfOrbit As Single
Get
Set
public:
property float CenterOfOrbit {
float get ();
void set (float value);
}
member CenterOfOrbit : float32 with 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