Geometry.Facets operator

説明

このオブジェクトの各Facetを含むFacetCollectionを戻します。

VBScript の例

set oRoot = Application.ActiveProject.ActiveScene.Root
set oObj = oRoot.AddGeometry( "Cube", "MeshSurface" )
set oGeometry = oObj.ActivePrimitive.Geometry
set oFacets = oGeometry.Facets

関連項目

Facet Geometry.Points Geometry.Segments Geometry