Printing3D3MFPackage.ModelPart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un flux XML vers le modèle 3D dans le package 3D Manufacturing Format (3MF).
public:
property IRandomAccessStream ^ ModelPart { IRandomAccessStream ^ get(); void set(IRandomAccessStream ^ value); };
IRandomAccessStream ModelPart();
void ModelPart(IRandomAccessStream value);
public IRandomAccessStream ModelPart { get; set; }
var iRandomAccessStream = printing3D3MFPackage.modelPart;
printing3D3MFPackage.modelPart = iRandomAccessStream;
Public Property ModelPart As IRandomAccessStream
Valeur de propriété
Flux XML vers le modèle 3D dans le package 3MF.