nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Imaging / Surface

Surface

Full name Microsoft.VisualBasic.Imaging.Drawing3D.Surface Assembly Microsoft.VisualBasic.Imaging Members 5

Object model that using for the 3D graphics.

00 Remarks

(进行实际3D绘图操作的对象模型,这个对象实际上就是相当于Path3D??)

01 Syntax

Microsoft.VisualBasic.Imaging.Drawing3D.Surface

02 Methods

NameOverloadsSummary
Draw 1
GetEnumerator 1
Copy 1

03 Properties

NameOverloadsSummary
vertices 1 Vertix in this list have the necessary element orders for construct a correct closed figure.
brush 1 Drawing texture material of this surface.

04 Members

property vertices #
vertices

Vertix in this list have the necessary element orders for construct a correct closed figure. (请注意,在这里面的点都是有先后顺序分别的)

property brush #
brush

Drawing texture material of this surface.

method Draw #
Draw(IGraphics, Camera)
method GetEnumerator #
GetEnumerator()
method Copy #
Copy(IEnumerable(Of Point3D))