Table of Contents

Class Cylinder3Model

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

圆柱模型

public sealed class Cylinder3Model
Inheritance
Cylinder3Model
Inherited Members
Extension Methods

Constructors

Cylinder3Model(CCylinder3[], float?, WindowColor?)

构造

public Cylinder3Model(CCylinder3[] cylinder3, float? opacity, WindowColor? color)

Parameters

cylinder3 CCylinder3[]
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Cylinder3

圆柱集合

public CCylinder3[] Cylinder3 { get; set; }

Property Value

CCylinder3[]

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?