Wires class

Wires class

The wires. Wires are a combination of one or more edges. A closed wire can limit a face.

Inheritance: WiresColladaElement

The Wires type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Wires

Properties

PropertyDescription
inputGets or sets the input.
One input elements is needed to define a wire by its edges.
The second is needed for orientation of the edges.
edges_countGets or sets the edges count.
Contains a list of integers describing the number of edges for each wire.
primitivesGets or sets the primitives.
References the indices for the input; this describes the attributes for all the wires.
extraGets or sets the extra.
idGets or sets the id.
A text string containing the unique identifier of this element.
This value must be unique within the instance document.
Required.
nameGets or sets the name.
The text string name of the element.
Optional.
countGets or sets the count.
The number of wires.
Required.

See Also