Class Line3Model
线模型
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
linesCLine3[]sizefloat?opacityfloat?colorWindowColor?
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Lines
线集合
public CLine3[] Lines { get; set; }
Property Value
- CLine3[]
Opacity
透明度
public float? Opacity { get; set; }
Property Value
Size
大小
public float? Size { get; set; }