Skip to content

Commit 66bdf6e

Browse files
committed
update exactframe
1 parent de080cf commit 66bdf6e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/user/manual/model/elements/frame/ExactFrame.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,19 @@ The following example demonstrates the command to create an **ExactFrame** eleme
7979

8080
.. tabs::
8181

82-
.. tab:: Tcl
83-
84-
.. code-block:: tcl
85-
86-
element ExactFrame 1 1 2 -section 1 -transform 1
87-
8882
.. tab:: Python
8983

9084
.. code-block:: python
9185
9286
model.element('ExactFrame', 1, (1, 2), section=1, transform=1)
9387
88+
.. tab:: OpenSees (Tcl)
89+
90+
.. code-block:: tcl
91+
92+
element ExactFrame 1 1 2 -section 1 -transform 1
93+
94+
9495
9596
9697
References

0 commit comments

Comments
 (0)