Class PointCloudModel
点云模型
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
pointsCPointCloudsizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
Points
点集合
public CPointCloud Points { get; set; }
Property Value
Size
大小
public float? Size { get; set; }