Table of Contents

Class ShowAddEventArgs

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

显示点云事件数据

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

points3 ConcurrentBag<Point3Model>

点3D

pointCloud3 ConcurrentBag<PointCloudModel>

点云3D

lines3 ConcurrentBag<Line3Model>

线3D

plane3 ConcurrentBag<Plane3Model>

面3D

circle3 ConcurrentBag<Circle3Model>

圆3D

boxs3 ConcurrentBag<Box3Model>

矩形体

cylinders3 ConcurrentBag<Cylinder3Model>

圆柱

titles ConcurrentBag<TitleModel>

标题

labels ConcurrentBag<LabelModel>

标签

Properties

Boxs3

矩形体

public ConcurrentBag<Box3Model> Boxs3 { get; set; }

Property Value

ConcurrentBag<Box3Model>

Circle3

3D圆

public ConcurrentBag<Circle3Model> Circle3 { get; set; }

Property Value

ConcurrentBag<Circle3Model>

Cylinders3

圆柱

public ConcurrentBag<Cylinder3Model> Cylinders3 { get; set; }

Property Value

ConcurrentBag<Cylinder3Model>

Lines3

3D线

public ConcurrentBag<Line3Model> Lines3 { get; set; }

Property Value

ConcurrentBag<Line3Model>

Plane3

3D面

public ConcurrentBag<Plane3Model> Plane3 { get; set; }

Property Value

ConcurrentBag<Plane3Model>

PointCloud3

3D点云

public ConcurrentBag<PointCloudModel> PointCloud3 { get; set; }

Property Value

ConcurrentBag<PointCloudModel>

Points3

3D点

public ConcurrentBag<Point3Model> Points3 { get; set; }

Property Value

ConcurrentBag<Point3Model>

TextLabels

文本标签

public ConcurrentBag<LabelModel> TextLabels { get; set; }

Property Value

ConcurrentBag<LabelModel>

TextTitles

文本标题

public ConcurrentBag<TitleModel> TextTitles { get; set; }

Property Value

ConcurrentBag<TitleModel>