Class Surface
Contents
[
Hide
]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
Name | Description |
---|---|
Surface() | The default constructor. |
Properties
Name | Description |
---|---|
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
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD