MaterialFunctionAssignment
Description:
Used in class CompoundStructure to specify the function of a layer.
Used in class CompoundStructure to specify the function of a layer.
Remarks:
The function is used primarily to determine layer priority which affects how layers of distinct elements interact at a join. Typically, layers penetrate lower priority layers and merge with layers of the same priority.
The function is used primarily to determine layer priority which affects how layers of distinct elements interact at a join. Typically, layers penetrate lower priority layers and merge with layers of the same priority.
public enum MaterialFunctionAssignment
| Name | Description |
|---|---|
| Finish1 | Default priority = 4 |
| Finish2 | Default priority = 5 (The lowest effective priority) |
| Insulation | Default priority = 3 |
| Membrane | A membrane layer must have thickness 0. It is not represented graphically. |
| None | Default priority = 0 This is deprecated and should not be used. |
| StructuralDeck | Default priority = 1. Indicates layer is a structural deck. |
| Structure | Default priority = 1 (The highest effective priority) |
| Substrate | Default priority = 2 |