Printing3D3MFPackage.SaveModelToPackageAsync(Printing3DModel) 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.
Enregistre le modèle 3D spécifié dans le package 3D Manufacturing Format (3MF).
public:
virtual IAsyncAction ^ SaveModelToPackageAsync(Printing3DModel ^ value) = SaveModelToPackageAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveModelToPackageAsync(Printing3DModel const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveModelToPackageAsync(Printing3DModel value);
function saveModelToPackageAsync(value)
Public Function SaveModelToPackageAsync (value As Printing3DModel) As IAsyncAction
Paramètres
- value
- Printing3DModel
Modèle 3D à enregistrer dans le package 3MF.
Retours
Résultats de l’opération.
- Attributs