create_point#
- create_point(**kwargs)#
User interface function to create a point named tuple - this is used in defining positions such as loads for example.
- Parameters:
x (float or int) – x coordinate.
y (float or int) – y coordinate. Defaults to
0for the model plane of the grillage.z (float or int) – z coordinate.
- Returns:
Point(x, y, z)namedTuple.