BuildingTcl -- addMaterial: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Commands | ==Commands == | ||
:addMaterialData MaterialLabel $MaterialLabel | :addMaterialData MaterialLabel $MaterialLabel | ||
Line 11: | Line 11: | ||
:'''addMaterial''' | :'''addMaterial''' | ||
==Arguments | ==Arguments == | ||
*'''$MaterialLabel''': Unique Material Label for reference | *'''$MaterialLabel''': Unique Material Label for reference | ||
Line 22: | Line 22: | ||
==Notes | ==Notes == | ||
The addMaterial command must be placed at the end of each material-data definition, as it takes all data defined since the last addMaterial command and define the material. | The addMaterial command must be placed at the end of each material-data definition, as it takes all data defined since the last addMaterial command and define the material. | ||
Line 28: | Line 28: | ||
==Options | ==Options == | ||
* [[BuildingTcl -- MaterialModelLabels]] | * [[BuildingTcl -- MaterialModelLabels]] |
Revision as of 21:21, 28 October 2009
Commands
- addMaterialData MaterialLabel $MaterialLabel
- addMaterialData MaterialModelLabel $MaterialModelLabel
- addMaterialData $RequiredArgument1Label $RequiredArgument1Value
- addMaterialData $RequiredArgument2Label $RequiredArgument2Value
- …
- <addMaterialData $InputArgument1Label $InputArgument1Value>
- <addMaterialData $InputArgument2Label $InputArgument2Value>
- …
- addMaterial
Arguments
- $MaterialLabel: Unique Material Label for reference
- $MaterialModelLabel: Specifies which MaterialModel is being used.
- $RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for MaterialModel-specific required argument.
- $InputArgument1Label $InputArgument1Value … : Labels and corresponding values for MaterialModel-specific Input Arguments (Optional)
Notes
The addMaterial command must be placed at the end of each material-data definition, as it takes all data defined since the last addMaterial command and define the material.
Options