Module:
sdynpy.core.sdynpy_coordinateSource: GitHub
Signature¶
def sdynpy.core.sdynpy_coordinate.create_coordinate_string(node: int, direction: int)Create a string from node and directions integers
Parameters¶
node : int Node number
direction : int Integer representing the direction, ‘X+’ = 1, ‘Y+’ = 2, ‘Z+’ = 3, ‘X-’ = -1, ‘Y-’ = -2, ‘Z-’ = -3
Returns¶
str
String representation of the coordinate, e.g. ‘101X+’