Class AssetUnit
Contents
[
Hide
]AssetUnit class
The asset unit. The unit element contains descriptive information about unit of measure. It has attributes for the name of the unit and the measurement with respect to the meter. The unit element may appear zero or one time.
public class AssetUnit : ColladaElement
Constructors
Name | Description |
---|---|
AssetUnit() | Initializes a new instance of the AssetUnit class. |
Properties
Name | Description |
---|---|
Meter { get; set; } | Gets or sets the meter. The meter attribute specifies the measurement with respect to the meter. The default value for the meter attribute is “1.0”. |
Name { get; set; } | Gets or sets the name. The name attribute specifies the name of the unit. The default value for the name attribute is “meter”. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD