VS:Forward: Difference between revisions

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

Latest revision as of 14:30, 12 August 2013

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

Description

Procedure Forward moves the selected objects up one level in the onscreen object stacking order.

Objects in the document are drawn in the order in which they are created, with newer objects drawn on top of previously created objects. It is sometimes necessary to adjust this drawing, or stacking, order in order to make objects visible or create a desired effect.

PROCEDURE Forward;
def vs.Forward():
    return None

Version

Availability: from All Versions

See Also

VS Functions:

VS:HMoveForward

VS Functions: [[VS:HMoveForward]]