GettingStartedInputFile.tcl -– Model: 3DFrames: Difference between revisions
Jump to navigation
Jump to search
(New page: ---- Return to BuildingTcl) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
[[Image:BuildingTclLogo.gif|link=BuildingTcl|right]] | |||
<source lang="Tcl"> | |||
# 3D Frame | |||
addModelData ModelLabel 3DBuildingFrameRC | |||
addModelData ModelDescription "Let's try It" | |||
addModelData ModelTypeLabel 3DFrame | |||
addModelData PlanModelLabel 2x2Floor | |||
addModelData RigidFloor Off | |||
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "0.0" | |||
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "10.0" TributaryWidth 12.5*\$ft | |||
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "25.0" TributaryWidth 7.5*\$ft | |||
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayBbraced iGridLineLabel "A C" TributaryWidth 2.5*\$ft | |||
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayBbraced iGridLineLabel "B" TributaryWidth 5.*\$ft | |||
addModel | |||
</source> | |||
---- | ---- | ||
Return to [[BuildingTcl]] | |||
Return to [[Getting Started with BuildingTcl]] |
Latest revision as of 17:49, 30 October 2009
# 3D Frame
addModelData ModelLabel 3DBuildingFrameRC
addModelData ModelDescription "Let's try It"
addModelData ModelTypeLabel 3DFrame
addModelData PlanModelLabel 2x2Floor
addModelData RigidFloor Off
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "0.0"
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "10.0" TributaryWidth 12.5*\$ft
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayA iGridLineLabel "25.0" TributaryWidth 7.5*\$ft
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayBbraced iGridLineLabel "A C" TributaryWidth 2.5*\$ft
addModelData -addElevation ElevationModelLabel RCTestFrame2Story2BayBbraced iGridLineLabel "B" TributaryWidth 5.*\$ft
addModel
Return to Getting Started with BuildingTcl