Table of Contents

Class Polylist

Namespace
Aspose.CAD.FileFormats.Collada.FileParser.Elements
Assembly
Aspose.CAD.dll

The POLYLIST. The POLYLIST element provides the information needed to bind vertex attributes together and then organize those vertices into individual polygons. The polygons described in POLYLIST can contain arbitrary numbers of vertices. Unlike the polygons element, the POLYLIST element cannot contain polygons with holes.

public class Polylist : ColladaElement
Inheritance
Polylist
Inherited Members

Constructors

Polylist()

Properties

Count

Gets or sets the count. The count attribute indicates the number of polygon primitives. Required attribute.

Extra

Gets or sets the extra. The extra element may appear any number of times.

Input

Gets or sets the input. The input element may occur any number of times. This input is a local input with the offset and set attributes.

Material

Gets or sets the material.

Name

Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.

Primitives

Gets or sets the primitives. The POLYLIST element may have zero or one primitives element.

VerticesCount

Gets or sets the vertices count. The vertices count element contains a list of integers describing the number of sides for each polygon described by the POLYLIST element. The vertices count element may occur once.