# Types For Nodes
Go to [source] (opens new window)
# NodalSupport
# setNodalSupportConditions(clientObject, C_u_X, C_u_Y, C_u_Z, C_phi_X, C_phi_Y, C_phi_Z)
Sets Nodal Support Conditions
Parameters
clientObject β Client Model Object | Nodal Support
C_u_X,Y,Z (float) β Translational Support Conditions in Respected Direction
C_phi_X,Y,Z (float) β Rotational Support Conditions about Respected Axis
Returns
Initialized Client Model Object | Nodal Support
Return type
clientObject
# NodalSupport(no, nodes_no, support, comment, params, model)
Nodal Support
Parameters
no (int) β Nodal Support Tag
nodes_no (str) β Assigned to Nodes
support (enum or list) β Support Definition List
comment (str, optional) β Comment
params (dict, optional) β Any WS Parameter relevant to the object and its value in form of a dictionary
model (RSTAB Class, optional) β Model to be edited
Raises
ValueError β βSupport parameter can be enum or list with 6 items.β