VS:Snap: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:46, 3 February 2023

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

Description

Obsolete procedure.

PROCEDURE Snap(
gridSnap :BOOLEAN;
objectSnap :BOOLEAN;
locusSnap :BOOLEAN);
def vs.Snap(gridSnap, objectSnap, locusSnap):
    return None

Parameters

gridSnap BOOLEAN Snap to Grid constraint.
objectSnap BOOLEAN Snap to Object constraint.
locusSnap BOOLEAN Snap to Locus constraint.

Remarks

Deleted this obsolete function as of 9.0.0b7 - PCP 12-21-2000


Sets the state of the "Snap To Grid" and "Snap To Object" constraint as well as the "Snap To Loci" preference.

[sd 8/18/98]

Version

Snap is obsolete as of VectorWorks8.0


Availability: from MiniCAD

See Also

VS Functions:

VS:SetConstrain | VS:SetPrefInt

VS Functions:

[[VS:SetConstrain]]

| [[VS:SetPrefInt]]