CutPlaneComponent.SolidEdgeSize 属性

定义

剪切平面的实心边缘的屏幕空间像素大小,在与远程对象的交集处呈现。

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

属性值

注解

将此值设置为 0 可有效地禁用剪切平面的实边缘呈现。

如果设置了负大小,则会发生 InvalidParam 错误。

适用于