Class ShowAddEventArgs
显示点云事件数据
public class ShowAddEventArgs : EventArgs
- Inheritance
-
ShowAddEventArgs
- Inherited Members
- Extension Methods
Constructors
ShowAddEventArgs(ConcurrentBag<Point3Model>, ConcurrentBag<PointCloudModel>, ConcurrentBag<Line3Model>, ConcurrentBag<Plane3Model>, ConcurrentBag<Circle3Model>, ConcurrentBag<Box3Model>, ConcurrentBag<Cylinder3Model>, ConcurrentBag<TitleModel>, ConcurrentBag<LabelModel>)
构造
public ShowAddEventArgs(ConcurrentBag<Point3Model> points3, ConcurrentBag<PointCloudModel> pointCloud3, ConcurrentBag<Line3Model> lines3, ConcurrentBag<Plane3Model> plane3, ConcurrentBag<Circle3Model> circle3, ConcurrentBag<Box3Model> boxs3, ConcurrentBag<Cylinder3Model> cylinders3, ConcurrentBag<TitleModel> titles, ConcurrentBag<LabelModel> labels)
Parameters
points3ConcurrentBag<Point3Model>点3D
pointCloud3ConcurrentBag<PointCloudModel>点云3D
lines3ConcurrentBag<Line3Model>线3D
plane3ConcurrentBag<Plane3Model>面3D
circle3ConcurrentBag<Circle3Model>圆3D
boxs3ConcurrentBag<Box3Model>矩形体
cylinders3ConcurrentBag<Cylinder3Model>圆柱
titlesConcurrentBag<TitleModel>标题
labelsConcurrentBag<LabelModel>标签
Properties
Boxs3
矩形体
public ConcurrentBag<Box3Model> Boxs3 { get; set; }
Property Value
Circle3
3D圆
public ConcurrentBag<Circle3Model> Circle3 { get; set; }
Property Value
Cylinders3
圆柱
public ConcurrentBag<Cylinder3Model> Cylinders3 { get; set; }
Property Value
Lines3
3D线
public ConcurrentBag<Line3Model> Lines3 { get; set; }
Property Value
Plane3
3D面
public ConcurrentBag<Plane3Model> Plane3 { get; set; }
Property Value
PointCloud3
3D点云
public ConcurrentBag<PointCloudModel> PointCloud3 { get; set; }
Property Value
Points3
3D点
public ConcurrentBag<Point3Model> Points3 { get; set; }
Property Value
TextLabels
文本标签
public ConcurrentBag<LabelModel> TextLabels { get; set; }
Property Value
TextTitles
文本标题
public ConcurrentBag<TitleModel> TextTitles { get; set; }