Table of Contents

Class PointCloudModel

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

点云模型

public sealed class PointCloudModel
Inheritance
PointCloudModel
Inherited Members
Extension Methods

Constructors

PointCloudModel(CPointCloud, float?, float?, WindowColor?)

构造

public PointCloudModel(CPointCloud points, float? size, float? opacity, WindowColor? color)

Parameters

points CPointCloud
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?

Points

点集合

public CPointCloud Points { get; set; }

Property Value

CPointCloud

Size

大小

public float? Size { get; set; }

Property Value

float?