Method GetCoatingApperanceInfo
GetCoatingApperanceInfo(DocumentId, out bool, out bool, out bool, out bool)
Gets the coating apperance information.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 400, 100)]
void GetCoatingApperanceInfo(DocumentId inDocumentId, out bool outReceiveShadows, out bool outCastShadows, out bool outFresnelReflection, out bool outTransparentReflection)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| bool | outReceiveShadows | Tells wether the coating receive shadows. |
| bool | outCastShadows | Tells wether the coating cast shadows. |
| bool | outFresnelReflection | Tells wether the coating has a frenesl reflection. |
| bool | outTransparentReflection | Tells wether the coating has transparent reflection. |
Remarks
This method is available since v7.16.