Printing3DMaterial.Texture2CoordGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all 2D texture material groups used in the 3D model.
public:
property IVector<Printing3DTexture2CoordMaterialGroup ^> ^ Texture2CoordGroups { IVector<Printing3DTexture2CoordMaterialGroup ^> ^ get(); };
IVector<Printing3DTexture2CoordMaterialGroup> Texture2CoordGroups();
public IList<Printing3DTexture2CoordMaterialGroup> Texture2CoordGroups { get; }
var iVector = printing3DMaterial.texture2CoordGroups;
Public ReadOnly Property Texture2CoordGroups As IList(Of Printing3DTexture2CoordMaterialGroup)
Property Value
All 2D texture material groups used in the 3D model, of type Printing3DTexture2CoordMaterialGroup.