Class Material
Contents
[
Hide
]Material class
The material. Materials describe the visual appearance of a geometric object.
public class Material : ColladaElement
Constructors
Name | Description |
---|---|
Material() | The default constructor. |
Properties
Name | Description |
---|---|
Asset { get; set; } | Gets or sets the asset. The material element may contain an asset element. |
Extra { get; set; } | Gets or sets the extra. The extra element may appear any number of times. |
Id { get; set; } | Gets or sets the id. The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute. |
InstanceEffect { get; set; } | Gets or sets the instance effect. The material must instance an effect. |
Name { get; set; } | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD