PolygonMesh.Vertices operator

説明

PolygonMeshの各Vertexを含むVertexCollectionを戻します。

VBScript の例

set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")
set oVertices = oCube.ActivePrimitive.Geometry.Vertices
for each oVertex in oVertices
        logmessage "Index of the vertex: " & oVertex.Index
next

関連項目

Vertex VertexCollection