Table of Contents

Class Line3Model

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

线模型

public sealed class Line3Model
Inheritance
Line3Model
Inherited Members
Extension Methods

Constructors

Line3Model(CLine3[], float?, float?, WindowColor?)

构造

public Line3Model(CLine3[] lines, float? size, float? opacity, WindowColor? color)

Parameters

lines CLine3[]
size float?
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Lines

线集合

public CLine3[] Lines { get; set; }

Property Value

CLine3[]

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

Size

大小

public float? Size { get; set; }

Property Value

float?