Return the current plane ref ID. This could be any plane: a working plane, screen plane (0), ground plane of a container, or any arbitrary plane.
FUNCTION GetCurrentPlanarRefID : LONGINT;def vs.GetCurrentPlanarRefID():
return LONGINTresultN := GetCurrentPlanarRefID;import vs
# Return the current plane ref ID.
resultN = vs.GetCurrentPlanarRefID()
vs.Message('GetCurrentPlanarRefID returned: ' + str(resultN))Availability: from Vectorworks 2011