Faces class

Faces class

The faces. Faces are limited by one or more wires.

Inheritance: FacesColladaElement

The Faces type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Faces

Properties

PropertyDescription
inputGets or sets the input.
Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselves.
The third is needed for the orientation of each wires.
wires_countGets or sets the wires count.
Contains a list of integers describing the number of wires for each face.
primitivesGets or sets the primitives.
The indices for referencing the surface and wires for each face.
extraGets or sets the extra.
idGets or sets the id.
The text string containing the unique identifier of the faces 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 faces.
Required.

See Also