Facet.Index operator

説明

GeometryFacetCollection 内のファセットのインデックスをIntegerとして戻します。

C#構文

// get accessor

Int32 rtn = Facet.Index;

VBScript の例

set oRoot = application.activeproject.activescene.root

set oObj = oRoot.addgeometry( "Cube", "MeshSurface" )

set oGeometry = oObj.activeprimitive.geometry

for each oFacet in oGeometry.Facets

	LogMessage "Geometry.Facet.Index = " & oFacet.Index

next

関連項目

Geometry.Facets