Share via


CutPlaneComponent.Normal Property

Definition

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.

Applies to