Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 566 Bytes

File metadata and controls

31 lines (24 loc) · 566 Bytes

GetPlantToolSpacing

Description

This returns the spacing that is currently stored in the plant tool.

FUNCTION GetPlantToolSpacing : REAL;
def vs.GetPlantToolSpacing():
    return REAL

Examples

resultVal := GetPlantToolSpacing;
import vs

# This returns the spacing that is currently stored in the plant tool.
value = vs.GetPlantToolSpacing()
vs.Message('GetPlantToolSpacing returned: ' + str(value))

Version

Availability: from VectorWorks13.0

Category