Get the position of a block in the Xcos editor.
[x,y] = standard_origin(block)
xcos block.
x position of the block.
y position of the block.
This Scilab function was used by the Scicos blocks interfacing functions
to get the origin position (x
, y
) of a Xcos block.
![]() | This function is not useful for Xcos block interfacing functions anymore.
The Xcos interfacing functions are not called with job="getinputs" anymore. |
loadXcosLibs(); o = CSCOPE("define"); [x,y] = standard_origin(o) | ![]() | ![]() |