...
Code Block | ||
---|---|---|
| ||
... <O N="Node1" T="Node" X="0" Y="0" Z="0"> ... ... </O> |
Example:
| ||||||
When you access the Analytical View in OpenBrIM and navigate to the settings, a combobox will appear as shown in the figure. If you select the "Display Supports" option, it will display the degree of freedom status for each point or support. As a result of the values given to the DOF (Degree of Freedom) parameters, the Analytical View will change as follows.
| ||||||
There is no changed parameter. All degrees of freedom are fixed. | ||||||
This is the changed parameter → Tx=”1” Tx's degree of freedom is free. | ||||||
This is the changed parameter → Ty=”1” Ty's degree of freedom is free. | ||||||
This is the changed parameter → Tz=”1” Tz's degree of freedom is free. | ||||||
This is the changed parameter → Rx=”1” Rx's degree of freedom is free. | ||||||
This is the changed parameter → Ry=”1” Ry's degree of freedom is free. | ||||||
This is the changed parameter → Rz=”1” Rz's degree of freedom is free. All parameters have "free" degrees of freedom, meaning that they can rotate freely without any resistance to external forces. | ||||||
To view this example in the library, see (https://openbrim.org/platform/?application=inc&author=ParamML_Examples_OpenBrIM+Platform&obj=objid0mtzu87tzzfne2q67hyl6m) |
Parameters of Node Object:
Label | Mandatory | Name and Type Attributes | Default Description and Value Attributes | Other Attributes |
X coordinate | Yes | N="X" | D="X: The x coordinate of the point." V="0" | UT="Length" UC="Coordinate" |
Y coordinate | Yes | N="Y" | D="Y: The y coordinate of the point." V="0" | UT="Length" UC="Coordinate" |
Z coordinate | Yes | N="Z" | D="Z: The z coordinate of the point." V="0" | UT="Length" UC="Coordinate" |
X-direction Translational Fixity | Yes | N="Tx" | D="Tx: The translational fixity in x direction (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |
Y-direction Translational Fixity | Yes | N="Ty" | D="Ty: The translational fixity in y direction (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |
Z-direction Translational Fixity | Yes | N="Tz" | D="Tz: The translational fixity in z direction (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |
X-axis Rotational Fixity | Yes | N="Rx" | D="Rx: The rotational fixity about x axis (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |
Y-axis Rotational Fixity | Yes | N="Ry" | D="Ry: The rotational fixity about y axis (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |
Z-axis Rotational Fixity | Yes | N="Rz" | D="Rz: The rotational fixity about z axis (0 for free, -1 for fixed, K stiffness value otherwise)" | Role="Input" |