BuildingTcl -- ModelTypeLabel Plan

From OpenSeesWiki
Revision as of 06:34, 31 October 2009 by Silviamazzoni (talk | contribs)
Jump to navigation Jump to search

Commands

addModelData ModelLabel $ModelLabel
addModelData ModelTypeLabel Plan
addModelData iVerticalGridLineLabel "$vLabel1 $vLabel2 ..."
addModelData iHorizontalGridLineLabel "$hLabel1 $hLabel2 ..."
<addModelData ModelDescription "$ModelDescription">
(addModelData -HorizontalBayWidth Bay $hBay1 Width $hWidth1)
(addModelData -HorizontalBayWidth Bay "$hBay2 $hBay3" Width $hWidth2)
(addModelData -HorizontalBayWidth BayRange "$hStartBay1 $hEndBay1" Width $hWidth3)
(addModelData -VerticalBayWidth Bay $vBay1 Width $vWidth1)
(addModelData -VerticalBayWidth Bay "$vBay2 $vBay3" Width $vWidth2)
(addModelData -VerticalBayWidth BayRange "$vStartBay1 $vEndBay1" Width $vWidth3)
addModel

Required Arguments

$ModelLabel
Unique Model Label for reference
$ModelTypeLabel
Plan

Optional Input Arguments

$ModelDescription
Text. Optional, default = blank {}


Notes

Options


BuildingTcl -- addModel

Return to BuildingTcl Command Language Manual