VS:vstSetPtBehavior

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.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.