XFINIUM.PDF Documentation
Orientation Property



Gets or sets the orientation of the cutting plane.
Syntax
'Declaration
 
Public Property Orientation As Object()
'Usage
 
Dim instance As Pdf3DCrossSection
Dim value() As Object
 
instance.Orientation = value
 
value = instance.Orientation
public object[] Orientation {get; set;}
public:
property array<Object^>^ Orientation {
   array<Object^>^ get();
   void set (    array<Object^>^ value);
}

Property Value

A three-element array specifying the orientation of the cutting plane in world space, where each value represents the orientation in relation to the X, Y, and Z axes.
Remarks
Exactly one of the values must be null, indicating an initial state of the cutting plane that is perpendicular to the corresponding axis and clipping all geometry on the positive side of that axis. The other two values must be numbers indicating the rotation of the plane, in degrees, around their corresponding axes. The order in which these rotations are applied should match the order in which the values appear in the array.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DCrossSection Class
Pdf3DCrossSection Members

Send Feedback