Class ShowPointCloudEventArgs
显示点云事件数据
public class ShowPointCloudEventArgs : EventArgs
- Inheritance
-
ShowPointCloudEventArgs
- Inherited Members
- Extension Methods
Constructors
ShowPointCloudEventArgs(CObject)
构造
public ShowPointCloudEventArgs(CObject pointCloud)
Parameters
pointCloudCObject点云
ShowPointCloudEventArgs(CObject, float?, float?, WindowColor?)
构造
public ShowPointCloudEventArgs(CObject pointCloud, float? size = null, float? opacity = null, WindowColor? color = null)
Parameters
pointCloudCObjectsizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
PointCloud
点云
public CObject PointCloud { get; set; }
Property Value
Size
大小
public float? Size { get; set; }