Class Plane3Model
面模型
public sealed class Plane3Model
- Inheritance
-
Plane3Model
- Inherited Members
- Extension Methods
Constructors
Plane3Model(CPlane3[], float?, WindowColor?)
构造
public Plane3Model(CPlane3[] plane3, float? opacity, WindowColor? color)
Parameters
plane3CPlane3[]opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Opacity
透明度
public float? Opacity { get; set; }
Property Value
Plane3
线集合
public CPlane3[] Plane3 { get; set; }
Property Value
- CPlane3[]