BuildingTcl -- ModelTypeLabel Plan: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
[[Image:BuildingTclLogo.gif|link=BuildingTcl|right]]
[[Image:BuildingTclLogo.gif|link=BuildingTcl|right]]
==Commands ==
==Commands ==
Line 24: Line 23:
;$ModelLabel : Unique Model Label for reference
;$ModelLabel : Unique Model Label for reference
;$ModelTypeLabel : Plan
;$ModelTypeLabel : Plan
===Geometry Data ===
<blockquote>
;iVerticalGridLineLabel "$vLabel1 $vLabel2 ..." : Tcl list specifying the labels of the individual vertical grid lines
: The first grid vertical grid line is located at the LEFT
;iHorizontalGridLineLabel "$hLabel1 $hLabel2 ..." : Tcl list specifying the labels of the individual horizontal grid lines
: The first grid vertical grid line is located at the TOP
;HorizontalBayWidth Bay $hBay1 Width $hWidth1 : Horizontal bay $hBay1 (numerical value) has a width of $hWidth1
: Horizontal-Bay counting starts at the LEFT
;VerticalBayWidth Bay $vBay1 Width $vWidth1 : Vertical bay $vBay1 (numerical value) has a width of $vWidth1
: Vertical-Bay counting starts at the TOP
</blockquote>


==Optional Input Arguments ==
==Optional Input Arguments ==
Line 32: Line 44:


==Notes ==
==Notes ==
* The origin of the coordinate system is located at the Top-Left corner.
* The X axis is along the horizontal axis (positive to the right)
* The Z axis is along the vertical axis (positive downwards)





Revision as of 06:46, 12 November 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


Geometry Data

iVerticalGridLineLabel "$vLabel1 $vLabel2 ..."
Tcl list specifying the labels of the individual vertical grid lines
The first grid vertical grid line is located at the LEFT
iHorizontalGridLineLabel "$hLabel1 $hLabel2 ..."
Tcl list specifying the labels of the individual horizontal grid lines
The first grid vertical grid line is located at the TOP
HorizontalBayWidth Bay $hBay1 Width $hWidth1
Horizontal bay $hBay1 (numerical value) has a width of $hWidth1
Horizontal-Bay counting starts at the LEFT
VerticalBayWidth Bay $vBay1 Width $vWidth1
Vertical bay $vBay1 (numerical value) has a width of $vWidth1
Vertical-Bay counting starts at the TOP

Optional Input Arguments

$ModelDescription
Text. Optional, default = blank {}


Notes

  • The origin of the coordinate system is located at the Top-Left corner.
  • The X axis is along the horizontal axis (positive to the right)
  • The Z axis is along the vertical axis (positive downwards)


Options


BuildingTcl -- addModel

Return to BuildingTcl Command Language Manual