Table of Contents

Class ShowPointCloudEventArgs

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

显示点云事件数据

public class ShowPointCloudEventArgs : EventArgs
Inheritance
ShowPointCloudEventArgs
Inherited Members
Extension Methods

Constructors

ShowPointCloudEventArgs(CObject)

构造

public ShowPointCloudEventArgs(CObject pointCloud)

Parameters

pointCloud CObject

点云

ShowPointCloudEventArgs(CObject, float?, float?, WindowColor?)

构造

public ShowPointCloudEventArgs(CObject pointCloud, float? size = null, float? opacity = null, WindowColor? color = null)

Parameters

pointCloud CObject
size float?
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

PointCloud

点云

public CObject PointCloud { get; set; }

Property Value

CObject

Size

大小

public float? Size { get; set; }

Property Value

float?