Object model that using for the 3D graphics.
Surface
00 Remarks
(进行实际3D绘图操作的对象模型,这个对象实际上就是相当于Path3D??)
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing3D.Surface
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Draw | 1 | |
| GetEnumerator | 1 | |
| Copy | 1 |
03 Properties
04 Members
vertices
Vertix in this list have the necessary element orders for construct a correct closed figure. (请注意,在这里面的点都是有先后顺序分别的)
brush
Drawing texture material of this surface.
Draw(
IGraphics, Camera)GetEnumerator()
Copy(
IEnumerable(Of Point3D))