Method AddMultiMaterialLayer
AddMultiMaterialLayer(DocumentId, SmartMaterial, SmartReal, SmartReal)
Adds one layer to the layer list of the multimaterial document
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool AddMultiMaterialLayer(DocumentId inDocumentId, SmartMaterial inMaterial, SmartReal inThickness, SmartReal inOrientation)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document |
| SmartMaterial | inMaterial | Material |
| SmartReal | inThickness | Thickness |
| SmartReal | inOrientation | Orientation |
Returns
| Type | Description |
|---|---|
| bool | True if layer has been added. |
Remarks
This method is available since v7.19.