Class Lines

Lines class

The lines. The lines element provides the information needed to bind vertex attributes together and then organize those vertices into individual lines. Each line described by the mesh has two vertices. The first line is formed from first and second vertices. The second line is formed from the third and fourth vertices and so on.

public class Lines : ColladaElement

Constructors

NameDescription
Lines()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count. The count attribute indicates the number of line primitives. Required attribute.
Extra { get; set; }Gets or sets the extra. The extra element may appear any number of times.
Input { get; set; }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 { get; set; }Gets or sets the material.
Name { get; set; }Gets or sets the name. The name attribute is the text string name of this element. Optional attribute.
Primitives { get; set; }Gets or sets the primitives. The lines element may have zero or one primitives element.

See Also