CutPlaneComponent.SolidEdgeSize 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 screen-space pixel size of the cutplane's solid edge, rendered right at its intersection with remote objects.
public:
property float SolidEdgeSize { float get(); void set(float value); };
public float SolidEdgeSize { get; set; }
member this.SolidEdgeSize : single with get, set
Public Property SolidEdgeSize As Single
Property Value
Remarks
Setting this value to 0 effectively disables the cutplane's solid edge rendering.
A InvalidParam error occurs if a negative size is set.