UVAtlasOutput.FacePartitioning Property

Language:

Gets face partitioning data created as a result of a UVAtlas method.

Definition

Visual Basic Public ReadOnly Property FacePartitioning As GraphicsStream
C# public GraphicsStream FacePartitioning { get; }
C++ public:
property GraphicsStream^ FacePartitioning {
        GraphicsStream^ get();
}
JScript public function get FacePartitioning() : GraphicsStream

Property Value

Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the final face partitioning data.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.