GraphBase.createSlidelineResults


createSlidelineResults(type, component, [posX], [posY])

typestring"Angle" or "Distance"
componentstring Sx, Sy, Sxy, etc.. See element reference manual for details
posXoptional double Only needed when type is "Angle". Alternative, can be the node from which the coordinates x, y will be extracted
posYoptional double Only needed when type is "Angle" and posX is not a node
Return valuearray of Dataset objects The datasets just created in array format

Back to GraphBase

Back to Overview