Method SetMultiMaterialLayers
SetMultiMaterialLayers(DocumentId, List<SmartMaterial>, List<SmartReal>, List<SmartReal>)
Adds one layer to the layer list of the multimaterial document
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
void SetMultiMaterialLayers(DocumentId inDocumentId, List<SmartMaterial> inMaterials, List<SmartReal> inThicknesses, List<SmartReal> inOrientations)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
| List<SmartMaterial> | inMaterials | List of Materials from top to bottom |
| List<SmartReal> | inThicknesses | List of Thicknesses from top to bottom |
| List<SmartReal> | inOrientations | List of Orientations from top to bottom |
Remarks
This method is available since v7.19.