Printing3D3MFPackage.LoadModelFromPackageAsync(IRandomAccessStream) Méthode
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.
Crée un objet Printing3DModel à partir d’un flux de fichiers 3D Manufacturing Format (3MF).
public:
virtual IAsyncOperation<Printing3DModel ^> ^ LoadModelFromPackageAsync(IRandomAccessStream ^ value) = LoadModelFromPackageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Printing3DModel> LoadModelFromPackageAsync(IRandomAccessStream const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Printing3DModel> LoadModelFromPackageAsync(IRandomAccessStream value);
function loadModelFromPackageAsync(value)
Public Function LoadModelFromPackageAsync (value As IRandomAccessStream) As IAsyncOperation(Of Printing3DModel)
Paramètres
- value
- IRandomAccessStream
Flux de fichiers 3MF.
Retours
Objet Printing3DModel créé à partir du flux d’objets 3MF spécifié.
- Attributs