| PlySaveOptionsTextureCoordinateComponents Property |
The component names for texture coordinate data, default value is ("u", "v")
Namespace: Aspose.ThreeD.FormatsAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic Tuple TextureCoordinateComponents { get; set; }Public Property TextureCoordinateComponents As Tuple
Get
Set
public:
property Tuple^ TextureCoordinateComponents {
Tuple^ get ();
void set (Tuple^ value);
}member TextureCoordinateComponents : Tuple with get, set
Property Value
Type:
TupleT1, T2
See Also