PolygonBuilder

PolygonBuilder

Overview

PolygonBuilder is a class in Aspose.3D FOSS for .NET.

A helper class to build polygon for

This class provides 4 methods for working with PolygonBuilder objects in .NET programs. Available methods include: AddVertex, Begin, End, PolygonBuilder. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.

Methods

SignatureDescription
PolygonBuilder(mesh: Mesh)
Begin()Begins to add a new polygon
AddVertex(index: int)Adds a vertex index to the polygon
End()Finishes the polygon creation

See Also