Table of Contents

Class Plane3Model

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

面模型

public sealed class Plane3Model
Inheritance
Plane3Model
Inherited Members
Extension Methods

Constructors

Plane3Model(CPlane3[], float?, WindowColor?)

构造

public Plane3Model(CPlane3[] plane3, float? opacity, WindowColor? color)

Parameters

plane3 CPlane3[]
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

Plane3

线集合

public CPlane3[] Plane3 { get; set; }

Property Value

CPlane3[]