VS:vstSetPtBehavior

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

PROCEDURE vstSetPtBehavior(
inStatusType :LONGINT);
def vs.vstSetPtBehavior(inStatusType):
    return None

Parameters

inStatusType LONGINT

Remarks

0 - the tool will collect two points using click drag gesture

1 - the tool will collect one point

2 - the tool will collect two points using user click-click/drag pref setting

3 - the tool will collect three points

4 - the tool will collect multiple points - double-click completes

101 - the tool will draw a box

102 - the tool will draw an Ellipse

Version

Availability: from All Versions

This is drop-in function.