Class Cylinder3Model
圆柱模型
public sealed class Cylinder3Model
- Inheritance
-
Cylinder3Model
- Inherited Members
- Extension Methods
Constructors
Cylinder3Model(CCylinder3[], float?, WindowColor?)
构造
public Cylinder3Model(CCylinder3[] cylinder3, float? opacity, WindowColor? color)
Parameters
cylinder3CCylinder3[]opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Cylinder3
圆柱集合
public CCylinder3[] Cylinder3 { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }