Geometry.Facets operator

Description

Returns a FacetCollection containing every Facet for this object.

C# Syntax

// get accessor

FacetCollection rtn = Geometry.Facets;

Examples

VBScript Example

set oRoot = Application.ActiveProject.ActiveScene.Root

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

set oGeometry = oObj.ActivePrimitive.Geometry

set oFacets = oGeometry.Facets

See Also

Facet Geometry.Points Geometry.Segments Geometry