BuildingTcl -- ModelTypeLabel Plan: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addModelData ModelLabel $ModelLabel :addModelData ModelTypeLabel Plan :addModelData iVerticalGridLi…')
 
No edit summary
Line 7: Line 7:
:addModelData iVerticalGridLineLabel "$vLabel1 $vLabel2 ..."
:addModelData iVerticalGridLineLabel "$vLabel1 $vLabel2 ..."
:addModelData iHorizontalGridLineLabel "$hLabel1 $hLabel2 ..."
:addModelData iHorizontalGridLineLabel "$hLabel1 $hLabel2 ..."
addModelData -HorizontalBayWidth Bay 1 Width 10*\$ft
addModelData iHorizontalGridLineLabel "A B"
addModel 


:<addModelData ModelDescription "$ModelDescription">
:<addModelData ModelDescription "$ModelDescription">

Revision as of 06:34, 31 October 2009

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