Method GetMultiMaterialLayers
GetMultiMaterialLayers(DocumentId, out List<SmartMaterial>, out List<SmartReal>, out List<SmartReal>)
Gets the multi layer layers
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool GetMultiMaterialLayers(DocumentId inDocumentId, out List<SmartMaterial> outMaterials, out List<SmartReal> outThicknesses, out List<SmartReal> outOrientations)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
| List<SmartMaterial> | outMaterials | Materials, from top to bottom |
| List<SmartReal> | outThicknesses | Thicknesses, from top to bottom |
| List<SmartReal> | outOrientations | Orientations, from top to bottom |
Returns
| Type | Description |
|---|---|
| bool | True if data has been collected with success. |
Remarks
This method is available since v7.19.