CutPlaneComponent.Normal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The main axis of the cut plane when the owning Entity has an identity rotation.
public:
property Microsoft::Azure::RemoteRendering::Axis Normal { Microsoft::Azure::RemoteRendering::Axis get(); void set(Microsoft::Azure::RemoteRendering::Axis value); };
public Microsoft.Azure.RemoteRendering.Axis Normal { get; set; }
member this.Normal : Microsoft.Azure.RemoteRendering.Axis with get, set
Public Property Normal As Axis
Property Value
Remarks
Pixels that end up behind the cut plane will be discarded by the renderer.
A InvalidParam error occurs, if the passed in axis is out of range.