Class Surface

Surface class

The surface. A surface defines the attributes of a surface element. With rotate and translate the surface can be positioned to its right location.

public class Surface : ColladaElement

Constructors

NameDescription
Surface()The default constructor.

Properties

NameDescription
Item { get; set; }Gets or sets the item.
Name { get; set; }Gets or sets the name. The text string name of the element. Optional.
Orient { get; set; }Gets or sets the orient. Describes the orientation of the object frame.
Origin { get; set; }Gets or sets the origin. Describes the origin of the object frame.
Sid { get; set; }Gets or sets the sid. A text string containing the unique identifier of the solids element. This value must be unique within the instance document. Optional.

See Also