Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 557 Bytes

File metadata and controls

34 lines (27 loc) · 557 Bytes

Absolute

Description

Sets the point designation method for VectorScript procedure calls. When this mode is active, all points specified in procedure calls are assumed to be coordinate locations within the document.

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

Examples

==== VectorScript ====

Absolute;
ClosePoly;
Poly(0,0,1,1,1,2,2,2,2,0);

==== Python ====

vs.Absolute
vs.ClosePoly
vs.Poly(0,0,1,1,1,2,2,2,2,0)

Version

Availability: from All Versions

Category

  • Command