Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 650 Bytes

File metadata and controls

31 lines (24 loc) · 650 Bytes

GetCurrentPlanarRefID

Description

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 LONGINT

Examples

resultN := GetCurrentPlanarRefID;
import vs

# Return the current plane ref ID.
resultN = vs.GetCurrentPlanarRefID()
vs.Message('GetCurrentPlanarRefID returned: ' + str(resultN))

Version

Availability: from Vectorworks 2011

Category